Uart dma, rts by software

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User7688
Level 2
Level 2
I'm using UART with DMA. (XMC4500 AA)
I want to implement the RTS pin by software.
Is there way to generate an interrupt after transmitting the last bit of the UART?
0 Likes
1 Reply
Not applicable
Hi edgardocerone,

You can enable the interrupt for Transmit Shift Event.
This event occurs when the last bit of the data word is transmitted out from the microcontroller.
0 Likes