STM32L0 LPUART TX using DMA and STOP mode. Is it possible?
Hello,
I know that LPUART can wake up MCU from STOP mode. But I'm unable to send data using DMA when entering STOP mode. I use LSE and 9600 as baudrate, so transfer takes a lot of time. I need my core to be in stop mode to reduce current consumption.
Is it possible to use DMA TX in LPUART in stop mode? Any example for that?
Without entering stopmode transmission is perfect.
Thanks
Maciek