STM32L4xx Low power modes
Hi all,
I am designing an application on a STM32L431. I need to consume the least amount of power. The MCU will have to use the CAN module both in transmit and receive mode.
The reference manual does not give too much details on how the lower power mode work with each of the peripherals.
For example, if I set the device in low-power sleep mode and I receive a CAN message, it will wake up the CPU clock and main loop restart?
Can I set the Tx mailboxes of the CAN buffer and immediately send the device in low-power sleep mode? The CAN message will be sent anyway?

