User Activity

Hello, I would like to know if anyone has already encountered this problem. I have an LPTIMER configured with an ARR Match interrupt at 100ms I also want to enter my interrupt every 10ms so I added an interrupt in compare mode at 10ms.I have 2 questi...
Hi everyone,It seems that I have a problem with my Timer 22 configuration, on my Microcontroller, STM32L031 I would like to stop it then restart them with a lower speed to go into sleep mode, except that my interrupt is never triggered.  Do you have ...
Hi everyone,I have a problem with the S2LP in OOK mode :So when I'm trying to get any data from the direct through FIFO mode (PCKTCTRL3) I lost the first bit of my data,but in configuration through GPIO mode i get my all data.I'm just wondering if an...
Hello everyone,I have a problem, to ensure GPIO initialisation after a wake-up from standby mode... if (__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET) { HAL_PWREx_DisablePullUpPullDownConfig(); __HAL_PWR_CLEAR_FLAG(PWR_FLAG_SB); // clear du flag...
Hello everyone,I have a small problem with my shield, the S2LP, when I start a transmission while waiting for an interrupt on my GPIO_0 (interrupt at low state), it sometimes never happens and my timeout is then called after 10 seconds, which is norm...
Kudos from