This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

High current consumtion after using NFC NRF52

Hello. I have a problem. After using nfc, current consumtion still high. I found that I need use HAL_NFC_ENGINEERING_A_FTPAN_WORKAROUND macros. But when I specify this macros, nfc does not work. How to reset NFC module? I use Nrf52 separately. Not on BOARD_PCA10036 or BOARD_PCA10040. Help me please. This is last problem in my project.

Parents
  • The value 0x41414230 means that you have a revision 1 chip, and you are not affected by the engineering A erratas. You should therefore not use HAL_NFC_ENGINEERING_A_FTPAN_WORKAROUND .

    Are you using the SDK example ble_hrs_nfc_pairing ? What SDK version are you using?

Reply
  • The value 0x41414230 means that you have a revision 1 chip, and you are not affected by the engineering A erratas. You should therefore not use HAL_NFC_ENGINEERING_A_FTPAN_WORKAROUND .

    Are you using the SDK example ble_hrs_nfc_pairing ? What SDK version are you using?

Children
No Data
Related