2016-08-09 08:44 PM
Hi, I use STM32Cube_FW_L1_V1.5.0. I want to create FreeRTOS + stop mode with RTC. I try to merger two projects (STM32Cube_FW_L1_V1.5.0\Projects\STM32L152D_EVAL\Applications\FreeRTOS\FreeRTOS_LowPower) and (STM32Cube_FW_L1_V1.5.0\Projects\STM32L152RE-Nucleo\Examples\PWR\PWR_STOP_RTC).I want to wake up my device with RTC alarm. But the MCU always can't wake up. How to set the function of PostSleepProcessing. I attach my code in the file.
Thanks