UART registar (UARTMISC) specifications for LX2160A

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

UART registar (UARTMISC) specifications for LX2160A

2,786 次查看
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 项奖励
回复
3 回复数

2,709 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复

2,673 次查看
shiota_kotaro
Contributor I

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

0 项奖励
回复

2,649 次查看
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 项奖励
回复