Part Number: TMS320F280049
I am using the SCI with FIFO. I need a way to stop/start transmission for flow control. Since there is no flow control on the SCI I have connected the RTS input to eCAP ISR but I have not found a way to pause transmission and restart at the same point in the FIFO buffer.
So far I have tried the following.
1. SCI_DisableFIFO() which resets the fifo pointers so cannot resume transmission at the same location.
2. clearing the SCICTL1.TXENA. This keeps running until the FIFO is empty.
3. SCI_disableModule() Ignores the delayed transfer settings and immediately sends another byte.
Any suggestions?
Thanks