System crash with all core registers value as 0xFFFFFFFF
Posted on August 17, 2015 at 08:59I have a system(freeRTOS) running well on stm32f401 platform. To reduce the PowerConsumption, i added a HAL_PWR_EnterSLEEPMode() into the void vApplicationIdleHook( void ). The system will crash in seconds with all ...