CLRC663 T0 underflow and T0COUNTERVAL register does not keep values

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

CLRC663 T0 underflow and T0COUNTERVAL register does not keep values

Jump to solution
2,023 Views
M_Chene
Contributor II

Hello everybody,

 

I am working on a project in which I  use a CLRC663 for NFC communication with type 2 tags. I use this library that I adapted for the RS232 communication protocol ( I just defined write_reg and read_reg functions) : https://github.com/kenny5660/CLRC663 

When I try to read/ write registers as Version register or command register all works as it should. However, when I try to send the REQA protocole, I have T0 underflow IRQ and when I try to change the value in T0COUNTERVAL[HI/LO] registers nothing change and the CLRC answer me that the 2 registers are at 0x00 when I read them.

As initialisation I use CLRC663_AN1102_recommended_registers(CLRC663_PROTO_ISO14443A_106_MILLER_MANCHESTER); function and I do my REQA after.

Do you have some ideas to help me with this problem ?

Thanks in advance

 

Mathieu

0 Kudos
Reply
1 Solution
2,018 Views
fangfang
NXP TechSupport
NXP TechSupport

Hello,

One may refer to the code as the link.

URL:https://community.nxp.com/t5/NFC-Knowledge-Base/how-to-communicate-between-LPC1769-and-RC663-via-SPI....

It is SPI communication .But the application can meet your requirement.

Have a nice day.

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
2 Replies
1,684 Views
lcenni
Contributor I

Hi,

I am developing a similar product on a microcontroller different from NXP, and the whole library is very hard to integrate and very poorly documented

Would you like to get in touch? 

Write me at [email protected]

Bye

CG

0 Kudos
Reply
2,019 Views
fangfang
NXP TechSupport
NXP TechSupport

Hello,

One may refer to the code as the link.

URL:https://community.nxp.com/t5/NFC-Knowledge-Base/how-to-communicate-between-LPC1769-and-RC663-via-SPI....

It is SPI communication .But the application can meet your requirement.

Have a nice day.

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------

0 Kudos
Reply