User Activity

I found error in STM32Cube_FW_WL_V0.3.0 in stm32wle5xx.h FLASH_TypeDef without ACR2, its lead to problem with lock/unlock
I'am using STM32WLE5JB with LOWPOWERMODE_STOP(0,1,2) to deacrease power consumption. Although I configured LPTIM with LSE for 2 sec period to wake up, device doesnt exit from stop mode. I tried LPTIM with LSI the result was same. Here is My code LPTI...
I am trying to start with stm32wle5j but got stuck with LPTIM irq. I configure it but it always send me Interrupts. I need irq with period 2sec I checked this post, but it didnt help me.https://community.st.com/s/question/0D50X00009XkYEiSAN/huge-repe...