UART Frame Finished Interrupt Enable only for received frames

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,

In the UART App you can activate the Frame Finished Interrupt.

"This bit enables the generation of a protocol interrupt if the
receiver or the transmitter reach the end of a frame.[...]"

Is there a way to set only the receiver interrupt?
0 Likes
1 Reply
Not applicable
Hi Christian,

Both transmitter frame finish interrupt and receiver frame finish interrupt are sharing the same interrupt node. You need to check the respective interrupt flags in the ISR to differentiate them.

Best regards,
Sophia
0 Likes