UART DMA and SPI DMA problems on STM32G0B0
Hi all,
I have an system that reads data form an external ADC via SPI DMA, i send the StartConversion CMD and when it's done i get and IRQ so i can read the register.
I also have an UART communication that polls every 2sec for the new data, I have the uart configured in DMA mode with interrupt.
The problem is that i somtime miss a UART message, if i set the UART DMA higher in priority the ADC cannot convert and cant communicate.
UART


SPI


NVIC

Any help would be amazing
