Part Number: MSP430FR5994
Hello,
I working with the MSP430FR5994 for a while.
I know how to receive data using an interrupt and usually used the main loop in order to send UART data using the 'EUSCI_A_UART_transmitData' function.
Now, in order to improve performance we want to test sending data using the UART Tx interrupt.
May you have an example of that?
At the DriverLib examples, I saw example to receive via interrupt but not to send.
Thanks.