ICODE SLIX SL2S2602 SET PASSWORD FAIL

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

ICODE SLIX SL2S2602 SET PASSWORD FAIL

跳至解决方案
4,054 次查看
long19890829
Contributor II

Hi,

   I have an empty SLIX SL2S2602 Tag, and I try to set the password by the SET PASSWORD command, but I'm fail to using this command, for the other commands, such as read, write, inventry, select command, are all successful, and I can get the correct response. My detail log and flow as below:

  1. get random number:

Reader Send:02B204  (CRC is not print here)

Tag Answer:606B (random number)-->success

 

  1. calculate the XOR_Password:

I used a new tag, and the default PWD =00000000, and the above random number = 606B, therefor, XOR_Password[31:0] =606B606B;

 

  1. set password:

Reader Send:02B30401606B606B

Fail,and the Reader response error:error code = Frame wait time out or no TAG

pastedImage_3.png

Could you help me to check what is wrong in my flow, thank you very much!

0 项奖励
回复
1 解答
3,785 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Please kindly refer to ICODE SLIX SL2S2002 for details.

Hope that helps,


Have a great day,
Kan

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
3,785 次查看
pkumar
Contributor I

Hi,

Flag should be used as 0x20 instead of other you used. Rest is correct. It will pass through.

NFCV_FLAG_ADDRESS = 0x20

Regards,

Praween

0 项奖励
回复
3,786 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Please kindly refer to ICODE SLIX SL2S2002 for details.

Hope that helps,


Have a great day,
Kan

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------