Hi,
I've configured a USART TX DMA channel (using the graphical config tool) that I trigger from software when bytes are available to be transmitted using:
DMA_DoChannelSoftwareTrigger(DMA0_DMA_BASEADDR, DMA0_LOG_UART_DMA_CHANNEL);
This works fine, but only with a fixed number of bytes each trigger.
How can I update the DMA channel so it knows how many bytes it should transfer?
Thanks in advance.
Kind regards,
Remco Poelstra