-
Notifications
You must be signed in to change notification settings - Fork 103
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
Would this work with my STM32F103C8T6-based custom board? #4
Comments
No reason why not really. Most of the pin-specific stuff is at the top of src/floppy.c. Gotchas I can see:
|
Nice! That should be doable. I'll have a look in the near future. The use of two different GPIO ports was mostly for routing reasons. The board is only 19mm × 48mm, after all. |
You need to see which pins are 5V tolerant... Not all of them are!
…On Tue, 5 Nov 2019, 22:29 Volutar, ***@***.***> wrote:
Sorry for making comment in this (closed) issue, but I think this question
doesn't deserve its own, and practically related to this.
So question is:
Is it possible to rewire blue pill differently (according microcontroller
pin reassigning), to minimize "dupont wiring", so it will be possible to
adjust STM32 firmware?
To something like this:
[image: image]
<https://user-images.githubusercontent.com/3478087/68251359-c8829a80-0044-11ea-83ac-58d91c769d5a.png>
Currently it looks randomish... And making GW "that" will definately ease
wiring alot.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATU2PF4INXKGBB46GQEAVDQSHXV5ANCNFSM4JIRJQLQ>
.
|
There is only one pin on this side of blue pill, which is not 5v tolerant - B5, and it's "not connected". We can unsolder this pin in the worst case (and probably this could be needed for 5.25", since they use pin 6 for Drive D). |
A11 and A12 are USB. A9 and A10 are for serial (ie at least I use them!). It is not tenable long term to expect users to connect dirdct to the pill. Adapter boards will happen. They will be very cheap. |
Well, it’s a bummer. While A9/A10 can get some workaround, A11/A12 are not usable :( |
Those people will just have to put up with a slight Dupont mishmash to save a couple of quid. It's not actually that bad anyway. |
Could A8/A9 be used for the other drive select and motor signals? |
Hi!
I would like to ask whether there is any chance that your firmware might work with my custom board design from early 2018.
It uses the same STM32F103C8T6 and plugs into the back of the drive. Unfortunately, I never found the time to write proper firmware for it.
The pinout is:
The text was updated successfully, but these errors were encountered: