We have been able to establish an duplex communication over UART1 using the functions InitializeUART(), ReadUARTN() and WriteUARTN() as mention in the "CodeWarrior TRK Reference".
Our aim is to make the communication Interruptdriven on the UART input and haven't been able to understand how: *InterruptInitializeIntDrivenUART *InterruptHandler() *TransportIrqHandler()
works together and how the "volatile unsigned char** inputPendingPtrRef) in InterruptInitializeIntDrivenUART is to be used.
Could anyone provide me with an example of how to make an input UART interruptdriven?
In CodeWarrior TRK Reference is says: "For any target board for which CodeWarrior TRK uses interrupt-driven communication, set the value of TRK_TRANSPORT_INT_DRIVEN to 1." In What file shall we define this?