diff --git a/nfc/doc/integration_notes.rst b/nfc/doc/integration_notes.rst index 0f4bce6582..696f92197e 100644 --- a/nfc/doc/integration_notes.rst +++ b/nfc/doc/integration_notes.rst @@ -13,7 +13,7 @@ See the following notes: * The libraries require the NFCT driver that is a part of the `nrfx`_ repository. The NFCT driver uses one Timer peripheral to work correctly. - By default, it uses TIMER4 on nRF52 devices and TIMER2 on nRF5340. + By default, it uses TIMER4 on nRF52 devices, TIMER2 on nRF5340 devices, TIMER24 on nRF54LX series. You can override the default configuration by changing ``NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID`` in the :file:`nrfx_config.h` header. You cannot use this timer instance in other parts of your application.