Part Number: TMS320F28378S
Tool/software:
I do not see any code example on how to implement RTS/CTS lines for the SCI communication.
I need to have RTS line stay high for the duration of the Tx to enable my Rs-485 transceiver. It can be achieved by waiting for SCI_isTransmitterBusy(uint32_t base) to go false, but it does not work when FIFO is enabled.
Can someone help me find the code implementing RTS line functionality without turning off the FIFO?
Thanks.
