UART registar (UARTMISC) specifications for LX2160A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UART registar (UARTMISC) specifications for LX2160A

519 Views
shiota_kotaro
Contributor I

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.


0 Kudos
3 Replies

442 Views
yipingwang
NXP TechSupport
NXP TechSupport

Can you please provide the UART register dump before and after writing to the UARTIMSC register.

0 Kudos

410 Views
shiota_kotaro
Contributor I

The collected information is attached. (collected on TRACE 32)

0 Kudos

386 Views
yipingwang
NXP TechSupport
NXP TechSupport

When I checked the operation with the evaluation board, the reception interrupt occurs by setting 1.
--> According to the provided register dump, when you write to the UARTIMSC register (all interrupt mask set), no bit is set in UARTRIS. This means that you are not receiving any interrupts.

Please provide the steps to reproduce this issue on LX2160ARDB.

0 Kudos