How to send an INTERRUPT command to ST25DV64K
Hi, i am working on a mobile android application, and from the firmware team they told me i need to this procedure:
1. User closes his mobile phone to climatic sensor.
2. A mobile app send a ManageGPO command (0x80) to ST25DV64K chip.
3. This command raises RF_INTERRUPT in NFC which is seen by MCU.
4. MCU updates values in DGN memory space.
But how can I do this? I am a beginner in this technology, so i don't have much knowledge.
I have also tried to send some custom command with the ST25 demo app, like 02 80 02 00
but the response is 01 01 ISO15693_CMD_NOT_SUPPORTED
