[ST25DVxxK] How to disable mailbox/fast transfer mode with I2C ?
Using RF I am able to activate mailbox/fast transfer mode using this process :
- Present password
- Write static GPO => replace former GPO with 0xB0
- Write MB Mode => 1
- Write MB CTRL Dyn => 1
Now I need to deactivate the mailbox with I2C. I am following this process :
- Present password
- Write static GPO => former GPO
- Write MB Mode => 0
I can see the values are right in the register. However whenever I approach the ST25 app on Android, it says the mailbox is still activated, preventing me from being able to write anything on the EEPROM (error returned : 0x0f)
Is there something I am missing ?
Thanks
