Hi to all,
i am developing a device based on nordic nrf52840 soc and i want use NFC tag type4 peripheral to implement a specific protocol. in normal condition all thing work well but in special condition when i need to done some process on the received command, before that my process was done an automatic reply from the device send to host, the response is "0x63 0x00" that ISO7816-4 specified this status word meaning as " state of the non-volatile memory is changed ". i can see that this automatic response received in computer side app 200ms after sending the apdu command, although the protocol that i am trying to implement specified that i can send the response up to 800ms after the request has been sent. so i think that there is a mechanism in the nordic nfc tag type4 implementation that send this data automatically. now i want to know that there is any specific API or anything like that that i can change this behaviour ??
in the documentation i saw nfc_t4t_parameter_set function that accept NFC_T4T_PARAM_FWI parameter, i think that this may solve my problem but there is not any reference that show how can i use this function to change timeout variable.
now can anyone give me a advice to solve this problem??
thanks for your attention