Change USART RX data retrieval from Rec Not Empty interrupt to DMA
STM32G0B0RE, Low Level Drivers(no HAL), USART1Our past 7-8 projects that use the older STM32F micros have used the USART Receiver Not Empty interrupt to drive reading of the data into a internal buffer. This allowed for the interrupt code to log the ...