STM32C0 DMAMUX SYNC example
Dear community,I would like to send a char buffer through UART using DMA, but at a precise interval (or delay).I know how to use the DMA with USART TX, it works flawlessly.The interesting bit is the delay between the DMA transfers.I know I can do it ...