IRQ_STATUS Register of PN5180

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

IRQ_STATUS Register of PN5180

跳至解决方案
1,132 次查看
smiwa
Contributor III

Hi Christian san,

According to its datasheet, the IRQ STATUS register is R/W type register. But I think it is actually read only register.

I tried to write to it by using phhalHw_Pn5180_Instr_WriteRegister()  but I got not changed value after writing and phhalHw_Pn5180_Instr_WriteRegisterOrMask() is as well.

Best regards,

   S. Miwa

0 项奖励
1 解答
837 次查看
christianeisend
NXP Employee
NXP Employee

Hi. Thanks for that information - you are right, IRQ_STATUS is a read/only register. To clear the IRQs IRQ_CLEAR register has to be used, for enabling/disabling register IRQ_ENABLE has to be used.

I will forward the information to the datasheet owner asking for a correction.

Christian.

在原帖中查看解决方案

0 项奖励
2 回复数
837 次查看
smiwa
Contributor III

Hi Christian san,

Sure, welcome!

And one more. As I have asked about Timer0 to Timer2 handler function by another thread, I found and guess that  they are no longer used for the application. Is this correct? 

Best regards,

   S. Miwa

0 项奖励
838 次查看
christianeisend
NXP Employee
NXP Employee

Hi. Thanks for that information - you are right, IRQ_STATUS is a read/only register. To clear the IRQs IRQ_CLEAR register has to be used, for enabling/disabling register IRQ_ENABLE has to be used.

I will forward the information to the datasheet owner asking for a correction.

Christian.

0 项奖励