You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: