ST25DV
ST25DV copied to clipboard
How to turn on EH mode after boot?
I want to turn on the EH mode for whole time after powering nfc chip. As I know for x-nucleo, we have ST25DV_i2c_WriteEHMode(ST25DV_EH_ACTIVE_AFTER_BOOT) How can I do this for this library?
Hello @djdlgl , the same API should be available in Nfctag_Drv->pData or St25Dv_i2c_ExtDrv variables. Nfctag_Drv is defined as static in the code, so probably you should need to add a dedicated API for this scope in the st25dv_nfctag.cpp/h files. Your contribute is welcome to improve the library. Best Regards, Carlo