Hi allI'm using a Nucleo U575 board for reading a GNSS module. I configured the USART2 port with DMA (in circular mode, port 0 as it's peripheral to memory), Request is USART2_RX, Interrupts for USART2 and GPDMA1 are enabled and it works just fine. I...