Hello.
Regarding the behavior of the UARTMISC register, I think there is a difference between the document description and the implementation.By setting 1, is it correct that "Interrupts occur when the interrupt mask is released"?
According to Section 29.6.1.10 of the QorIQ LX 2160 A Reference Manual, Rev. 1, 10/2021, with the following statement,it has been determined that "Interrupt Mask Settings" is 1.
The UARTIMSC register is the interrupt mask set/clear register. It is a read/write register.
On a read this register returns the current value of the mask on the relevant interrupt. On a write of 1 to the particular bit, it sets the corresponding mask of that interrupt. A write of 0 clears the corresponding mask. All the bits are cleared to 0 when reset.
When I checked the operation with the evaluation board, the reception interrupt occurs by setting 1.
Best regards.