Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to turn on EH mode after boot? #21

Open
djdlgl opened this issue Nov 30, 2022 · 1 comment
Open

How to turn on EH mode after boot? #21

djdlgl opened this issue Nov 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@djdlgl
Copy link

djdlgl commented Nov 30, 2022

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?

@cparata
Copy link
Contributor

cparata commented Nov 30, 2022

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 cparata added the enhancement New feature or request label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants