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

STM32F103 pinout #3

Open
ildar opened this issue Sep 11, 2019 · 3 comments
Open

STM32F103 pinout #3

ildar opened this issue Sep 11, 2019 · 3 comments

Comments

@ildar
Copy link

ildar commented Sep 11, 2019

https://github.com/devanlai/dap42 supports STM32F103 but no hardware design or just a mere pinout is available.

@ildar
Copy link
Author

ildar commented Sep 11, 2019

@devanlai
Copy link
Owner

Hi @ildar, I don't have a hardware design for the STM32F103 because the F103 variant of the firmware targets ST-Link/v2 clone hardware, which is mind-bogglingly affordable.

You can either refer to various reverse-engineered schematics of the clone hardware, or to a subset of the official ST-Link/v2 schematic, depending on your preference. As you've already found, the relevant pinout for my firmware on the STM32F103 is in the header files, which I've reproduced here:

Name Pin
SWCLK PB13
SWDIO PB14
UART RX / SWO PB11
RST PB6
LED PA9

@ildar
Copy link
Author

ildar commented Sep 11, 2019 via email

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