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

SWD connected to wrong microcontroller's pins #10

Closed
michalgaska opened this issue Sep 24, 2020 · 2 comments
Closed

SWD connected to wrong microcontroller's pins #10

michalgaska opened this issue Sep 24, 2020 · 2 comments

Comments

@michalgaska
Copy link
Collaborator

SWD (and JTAG) should be connected to PA13, PA14, and PA15 instead of PC13, PC14, and PC15.

@ldoolitt
Copy link
Collaborator

ldoolitt commented Oct 2, 2020

In hardware terms, the desired rework for this batch is to jumper pins on U54 (STM32F207VCT)

  • pin 72 to pin 7 (MMC_TMS)
  • pin 76 to pin 8 (MMC_TCK)
  • pin 77 to pin 9 (MMC_TDI)

@michalgaska
Copy link
Collaborator Author

Fixed in commit 3606b1b

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