STM32U5 uart receiving + dma standard mode in stop 1
With a STM32u5 controller I'm trying to reach stop1 while still receiving incoming uart data and putting the data memory with DMA. I use LPUART1 and GPDMA1 with the receiving side configured to receive a interrupt on bus idle (RTO) and the DMA is use...