LPUART DMA on STM32L0
Hello everyone,
I'm working on a project where i use 2 STM32 MCU which communicate with each other with LPUART and DMA.
My STM32 references : STM32L072CBT6 and STM32L010C6T6
I have a problem with this communication with LPUART and DMA. I see that error from DMA and LPUART interrupt often occur.
When i try wake up the STM32 from low power sleep, i see that interrupt from DMA and LPUART are completly out and i often neeed to restart DMA and LPUART communication.
Could you tell me if you have meet this type of problem when you are using LPUART and DMA ?
Maybe i made a mistake in the configuration of LPUART and DMA to get RX data, could you tell me if you have use case that i can compare ?
I'm searching to have experience return if it's possible ;) .
Thanks for your help,
Best regards,
MLam