-
Notifications
You must be signed in to change notification settings - Fork 1k
Clock does not start on STM32F373-Board #743
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
Thanks but could you make an archive of the directory and attach it to this PR. Then I will have all files (PeripheralPins.c, PinNamesVar.h, ldscript.ld, variant.cpp, variant.h) and also boards.txt change you made. |
Could you also precise which core version you used ? (or maybe the git repository?) |
Core Version 1.6.1 I also tried 1.7.0. But there was no difference. |
Thanks. |
Thanks a lot for your help. I have some question about the change in the PeripheralPins.c: It also confuses me, why you activate a PULLUP for each channel. I would change the lines as follows: from: to: Would you agree? Do I missunderstand somethings? |
This is a mistake. |
@michsens |
I am home today. I check it tomorrow when I am in the lab. I give you some feedback then. Thanks until here. |
Good Morning, the change in the ldscript was the key. The oscillator starts properly and the LED blinks now. Many thanks fpistm. |
Welcome |
Hello,
I developed a pcb with a STM32F373 in a LQFP-64 package. Programming is no big deal as long as I use TrueStudio. Clock configuration works well. Same for adc, dac, gpio input and output. Other modules I did not test. My aim was to see if the board itself works. It does.
The next step was to bring this board into the arduino environment. I defined the new board in the board file and created a folder with the variant, the ldscript, the PeripheralPins and PinNamesVAr files. I made I test with the well known Blink example. The compilation itself is successful, same with the upload.
But the controller does not start working. The 8MHz crystal does not start to operate what leads to a completely not working device.
I compared the libraries used by TrueStudio and arduino. I could not find anything suspicious. I also tried different versions of the stm32 cores (1.6.0, 1.6.1, 1.7.0) - no success.
What else can I observe to get the board working.
Regards
Robert.
The text was updated successfully, but these errors were encountered: