Hi Alexandra Dickie,
What the code you are using? The code in FRDM-KEA-QSP?
FRDM-KEA-QSP\Quick Start Package v5\SDK Drivers and Code Example Projects\FRDM-KEAZ128\Driver Test SW for KEAZ128\Driver Test SW for KEAZ128\FRDM_KEA128_UART_Interrupt?
If yes, this code is enable the UART send interrupt. if the Tx buffer is empty, the code will enter interrupt, it is correct.
Your code just enable the RX interrupt, so when you send the data, you still using the polling, the code won't enter the interrupt.
Actually, the function is freely designed by the customer.
Wish it helps you!
If you still have question, please contact me!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------