Question
STM32G4 : Timer triggered UART transmit with DMA
Hi,
I need to synchronize my UART transmission with a timer using DMA. I don't want CPU intervention in fixed data transmission.
My data and size is fixed. I need to continuously transmit the packet every 5ms.
kindly suggest!
