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

Any standard hardware to start with? #13

Closed
asipo opened this issue Aug 29, 2016 · 1 comment
Closed

Any standard hardware to start with? #13

asipo opened this issue Aug 29, 2016 · 1 comment

Comments

@asipo
Copy link

asipo commented Aug 29, 2016

I made a breakout board using a universal PCB but failed to make external clock work.
The blink example can be uploaded using bootloader(UART1) but blinking period is 9 times longer than expected.(same with and without 8MHz or 16MHz crystal)
So I want to make a PCB and wonder if any standard hardware or reference design exists.
It would be great if I quick-start Koduino just like Arduino.
Also in installation guide and board.txt, the HSE is set 16MHz while system_stm32f37x.c seems to be generated for 8MHz. (I am not sure, I am just a beginner) It would be appreciated if you can check this out.
Thank you.

@avikde
Copy link
Owner

avikde commented Aug 29, 2016

Are you using the F373? The clock settings for that one are unfortunately the least flexible since I stopped using it a while back.

You should download the clock config tool from ST http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stsw-stm32113.html and if you can open in Excel with macros enabled, you should be able to generate the system_stm32f37x.c file. Once you get that generated with the right settings, you can replace the system_stm32f37x.c with your own.

@avikde avikde closed this as completed May 3, 2017
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