User Activity

Hi,I work with STM32F412ZG processor. I have also external LSE. I have the next problem related to STOP mode. There are some scenarios we want the processor to go to sleep for x hours. The processor goes to sleep for 5 seconds, doing some job and ret...
Hi,I work with STM32F412/STM32F413 processor. I have also external LSE.I have the next problem related to STOP mode and RTC.There are some scenarios we want the processor to go to sleep for x hours.The processor goes to sleep for 5 seconds, doing som...
Hi all,I work with STM32F413 and CMSIS os.I have a problem when I put the CPU in sleep mode by HAL_PWR_EnterSTOPMode.In the os_idle_demon I need to disable one external interrupt, do some job and enable again the interrupt and so on.My problem is tha...