Can you use/link both nfc T4T and T2T libraries and wrapper/driver source in same application/build?
I don't mean emulating both modes at the same time.
Thanks.
Can you use/link both nfc T4T and T2T libraries and wrapper/driver source in same application/build?
I don't mean emulating both modes at the same time.
Thanks.
Hi again
When the NFC_tXt_setup() functions return error code 8 (INVALID_STATE) it means that the emulation already is in running state. This is related to a bug discovered in SDK v17, described here, where the nfc_t4t_done() call actually doesn't uninit the NFCT driver, and you need to call the nrfx_nfct_uninit() function after nfc_t4t_done() in order to be able to reinitialize the NFC peripheral.
Best regards,
Simon
Hi again
When the NFC_tXt_setup() functions return error code 8 (INVALID_STATE) it means that the emulation already is in running state. This is related to a bug discovered in SDK v17, described here, where the nfc_t4t_done() call actually doesn't uninit the NFCT driver, and you need to call the nrfx_nfct_uninit() function after nfc_t4t_done() in order to be able to reinitialize the NFC peripheral.
Best regards,
Simon