Hi
We are experimenting with the tickless opreation to achieve ultra low
power mode.
And we are having issues after the MCU get's back for deep sleep.
We are using an STM32L4 and we are using the function
HAL_PWR_EnterSTOPMode( PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI
)
To enter deep sleep..
Once out of deep sleep, the RTX OS misbeahves and erratically
fires HardFaults from the __svcXXX functions..
sometimes in __svcDelay, sometimes in __scvMessageQueueGet and so
on..
Th
↧