Problem BOOT
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-03 6:25 AM
Posted on November 03, 2016 at 14:25
Hi all!
I have a problem with STM32 BOOT (I used a STM32F207). If the microcontroller restarts (after power-off), the firmware is blocked during the CLK initialization (and RTC initialization). I changed capacitor of the RTC (20pF instead of 22pF), and the initialization has been right. But i don't understand why. If you any idea or suggestion ? Best Regards #boot-rtc
Labels:
- Labels:
-
RTC
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-03 7:17 AM
Posted on November 03, 2016 at 15:17
You should avoid long/infinite loops in the reset paths of the firmware.
The LSE can take 10's of seconds to start if the circuit/layout is wrong. The F2 is very sensitive to component choices and layout. You must be using a 6-7pF crystal, not the more common 9-12pF ones. There is an App Note for computing capacitor values, don't just copy other circuits unless your BOM is identical.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-03 7:46 AM
Posted on November 03, 2016 at 15:46
Hello,
You can refer to the application note : Oscillatordesign guide for ST microcontrollers.Regards