Resolved! 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...