I'm attempting to create and then update some NFC data to be presented as a type 2 device.
When I call nfc_t2t_payload_set it returns -45 (EDEADLK) but since the library is closed-source I can't debug any further. Can you please advice what the conditions are that could cause this? I've had success with example code but my application is relatively complex and I don't know what might be interacting.
In my .conf file I have
CONFIG_NFC_T2T_NRFXLIB=y
CONFIG_NFC_NDEF=y
CONFIG_NFC_NDEF_MSG=y
CONFIG_NFC_NDEF_RECORD=y
CONFIG_NFC_NDEF_TEXT_RECORD=y
Thanks,
Frog