ST25DV icon indicating copy to clipboard operation
ST25DV copied to clipboard

How to turn on EH mode after boot?

Open djdlgl opened this issue 2 years ago • 1 comments

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?

djdlgl avatar Nov 30 '22 16:11 djdlgl

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

cparata avatar Nov 30 '22 16:11 cparata