Skip to main content
Visitor II
May 13, 2025
Solved

Unable to write a new password in ST25TV02KC

  • May 13, 2025
  • 1 reply
  • 300 views

Hello all, 

I am trying to write a new password in untraceable mode (tried in all modes) of my ST25TV02KC tag. I have downloaded the x-cube-nfc5 file and using the tagdetect example for STM32L476 board. After running the below code, the newly written password is not getting the accepted. Even the old password is also not working. Am I doing the process in the intended way? 

Reader : ST25R3911B-DISCO MB1325-C

Santhosh22_0-1747113135583.png

 

 

This topic has been closed for replies.
Best answer by Brian TIDAL

Hi,

make sure to use the encrypted value of the new password as described in the section 6.4.18 of the ST25TV02KC datasheet:

BrianTIDAL_0-1747122449327.png

See ST25TAGS_TVC_OpenSecuritySession for password encryption example code.

Also, I would also recommend to check the return code of the various API.

Rgds

BT

1 reply

Brian TIDAL
Brian TIDALBest answer
Technical Moderator
May 13, 2025

Hi,

make sure to use the encrypted value of the new password as described in the section 6.4.18 of the ST25TV02KC datasheet:

BrianTIDAL_0-1747122449327.png

See ST25TAGS_TVC_OpenSecuritySession for password encryption example code.

Also, I would also recommend to check the return code of the various API.

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.