Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epson SD-600 problem with STM32F103C8T6 Direct Connection #31

Closed
ILAHWWINC opened this issue May 10, 2020 · 8 comments
Closed

Epson SD-600 problem with STM32F103C8T6 Direct Connection #31

ILAHWWINC opened this issue May 10, 2020 · 8 comments

Comments

@ILAHWWINC
Copy link

ILAHWWINC commented May 10, 2020

I want to use a "Blue Pill" with Dupont direct wiring on a Epson SD-600 5.25 Floppy drive.
I can read disks, but the disk analyze shows multiple errors (see dump).

When i connect the same Epson drive with a STM32 "Blue Pill" adapter board and a floppy flat cable the result is fine (see dump).

I can not find out what makes the difference.
gw-dump2

gw-dump1

@keirf
Copy link
Owner

keirf commented May 10, 2020

Does the adapter board have the 4x1k resistors attached?

@ILAHWWINC
Copy link
Author

Yes. It is one out of your production.

@keirf
Copy link
Owner

keirf commented May 10, 2020

Then either the dupont wires are not making good connection or, more likely, you need 1k pullups on inputs from the drive.

@ILAHWWINC
Copy link
Author

I tried with a 3.5 Floppy, Epson MPF-920-E.

There is no problem. It seems to be a problem with the specific combination floppy-blue pill/dupont.

@keirf
Copy link
Owner

keirf commented May 10, 2020

Lack of 4x 1k pull ups on the inputs. Add them and it will work fine.

@ILAHWWINC
Copy link
Author

To be sure:
At „Blue Pill“ connect B6/INDEX, B7/TRK0, B8/WRPROT, B2/DKRD over resistor 1K to 5V. Right?

@keirf
Copy link
Owner

keirf commented May 11, 2020

Yes. Each gets a 1k resistor as you say. Four resistors total.

@ILAHWWINC
Copy link
Author

I can confirm that the problem is solved with the pull up resistors.
Maybe a note telling about the pull ups in the Hardware Assembly section would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants