-
Notifications
You must be signed in to change notification settings - Fork 67
genpinmap doesn't support stm32f10x chips #17
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
Comments
STM32F1 chips are not supported due to the alternate functions.
I don't have better solutions to propose to you. |
Can you give me a hint how to hack it? |
Hi @RickKimball |
Thanks! That seems to work. |
You're welcome. I think there are some issue in the current PeripheralPins.c used by our F1 variant. |
I wonder why the NUCLEO_F103RB works then? |
If the concerned pins is not impacted it could work. It need further investigations. It's ongoing ;) |
I will produce a patch to support all AF for F1 but this will request some core update that I need to validate. |
@RickKimball, |
PR #18 merged. |
When I try to use genpinmap with an stm32f103 board I get the message:
"STM32F10xx MCU not supported due to older GPIO IP version"
How did you generate the PeriphalPins.c used with the NUCELO_F103RB and DISCO_F100RB ?
The text was updated successfully, but these errors were encountered: