2019-06-10 07:13 AM
Hi Everybody,
I have an issue with STM32L433CCU6, when it's entering or exiting STOP 1 mode at temperatures from -36dC to -29dC uP completely freezes
Basic overview of program:
Overview of behavior:
I want to ask whether you experienced similar behavior even at room temperatures, and how to solve this problem.
I will be very grateful if you help me solve this issue. Thanks.
Tomas
Solved! Go to Solution.
2019-10-28 04:25 AM
Thanks you all for helpful advice.
My problem was hardware related. I found that uP doesn't work even directly with HSE with some crystals and room temperatures. I ran successfully same setup on another design ( same L4 and crystal ) without error, Main cause was insufficient grounding of crystal pads and crystal paths separation from another signals, therefore it was presented on all boards I have tested. It seems that PLL works differently with HSE and can overcome mentioned design error within some temperature range.
Problem was solved using HSI as main clock source as this clock source was sufficiently stable through whole temperature range.
2019-10-28 05:02 AM
Thanks for coming back with the finding and solution.
JW