Questions about st25dv16 and NFC TAP app
Hello everyone, I am using the NFC TAP app on my iPhone to write and read ST25DV16. I am using X-cube-NFC4 to control the MCU and NFC. I meet two questions when I write content into EEPROM.
Q1: I control the GPO interrupt when RFWRITE occurs, but when I try to write a quite large file into the tag, let's say 1024 bytes. I read the datasheet, and I believe the interruption will occur only when the writing process is finished. I change MAX_WRITE_BYTE to 1024 as well. However, the GPO interrupt will occur dozens of times during the process, do l have a way to avoid this?
Q2: I try to read/write data in the GPO interruption function. However, if I do so, the NFC TAP app will report an error that says Read/Write memory command failed: com.st.st25.STException: Error CMD_FAILED. I wonder why it occurs and what should l do to avoid this problem.
Thanks!
