STM32G030 triggering DMA error code in UART without DMA configuration
Hi everyone,I have a program with UART communication using interruption and SPI communication using DMA. I realized that when I send a lot of data through SPI, sometimes I get the DMA error code in UART, but I didn't enable DMA in serial. As far as I...