USART DMA TRIGGERS BUT READS EMPTY IN STM32G070 DMA UART RXD
I am developing libraries for STM32G070RB and starting with DMAs TX and RX; the interrupts trigger for both modes. I am using STM32G070RB, Cube IDE (1.19.0)Description of task:I wish to make the library optional for the user.1. Option DMA (TX & RX) h...