User Activity

Good morning, I will try to be as concise as possible, I'm looking to change the location one of my GIT projects points to, I have a first software (STM32) where modifications have been made, and today I am looking to add a new project (STM32) to the...
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...
Kudos from