This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nfc_url_record example issues

Hi.

Months ago I loaded the nfc_url_record example and it worked fine. Later some time I updated the packages, and since then that particular example gives errors. The problem persists even when I load a fresh example.

Here is what the errors are:

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(420): error: #20: identifier "NFCT_ERRORSTATUS_EOFERROR_Msk" is undefined

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(420): error: #20: identifier "NFCT_ERRORSTATUS_INVALIDNFCSYMBOL_Msk" is undefined

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(627): error: #20: identifier "NFCT_ERRORSTATUS_EOFERROR_Msk" is undefined

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(627): error: #20: identifier "NFCT_ERRORSTATUS_INVALIDNFCSYMBOL_Msk" is undefined

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(673): error: #20: identifier "NFCT_ERRORSTATUS_EOFERROR_Msk" is undefined

RTE\nRF_NFC\nRF52832_xxAA\hal_nfc_t2t.c(673): error: #20: identifier "NFCT_ERRORSTATUS_INVALIDNFCSYMBOL_Msk" is undefined

When looking at the nrf52_bitfields.h those are not defined.

Related