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

NFC on nRF52832 doesn't work if HAL_NFC_FIELD_TIMER_PERIOD is set to maximum value.

NFC examaples in SDK 12.2 and 13.0.0-1.alpha on nRF52832 (board PCA10040) may not work if HAL_NFC_FIELD_TIMER_PERIOD is set to a value higher than 255. HAL_NFC_FIELD_TIMER_PERIOD is defined in sdk_config.h. Documentation says it can be set to the values: 100 .. 10000. Default is 100.

Related