CAN bus stop working when cpu is put in sleep (STM32F205VGTX)
On STM32F205VGTX, when I put cpu in sleep by using this command:
HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);
CAN peripheral stops working. It does not acknowlege bus messages anymore and there is no CAN interrupts to wake up the cpu.
I had a look at the datasheet, I was not able to find whether CAN is supposed to or not supposed to work in cpu sleep mode.
My question is if this is how it is supposed to be, or I need to do some more to keep CAN alive in this mode.
Thanks
