2020-06-29 06:43 AM
Hello,
I'm using a STM32L072CB with STOP mode and in section 32.9.3 in the user manual I stumbled over following information:
"When exiting from Stop mode, the clock configuration is identical to the
one after RESET. Consequently, the software must reprogram the clock controller to enable the PLL, the Xtal, etc."
I'm using the MSI at range 6 (default is 5) and the LSI is ON. Additionally there are changes for example in RCC_CCIPR and RCC_CSR. And also checked following question:
https://community.st.com/s/question/0D50X00009XkWtNSAV/what-to-configure-after-stopmode-wakeup
1. Question: What is the meaning of RESET? The reset values in the register map in section 7.3.22?
2. Question: Are only the registers of the RCC affected or also the peripherals (e.g. LPTIMER?)
3. Question: Basically I "only" need to reconfigure the RCC registers (section 7.3 in user manual) again after leaving STOP mode?
Solved! Go to Solution.
2020-06-29 08:22 AM
2020-06-29 08:22 AM
2020-06-29 10:47 PM
Thanks :)