[98] NFCT: Not able to communicate with the peer

This anomaly applies to IC Rev. Engineering A, build codes QIAA-AA0.

Symptoms

The NFCT is not able to receive or transmit messages to the peer.

Conditions

Always

Consequences

The NFCT cannot communicate with the peer.

Workaround

Write 0x00038148 to 0x4000568C before the NFC peripheral is enabled:

 *(volatile uint32_t *)0x4000568Cul = 0x00038148ul; 
 
The workaround is included in the system_nrf52840.c file present in MDK 8.11.0 or later.