From 5deeebdf14cae9bbaca17a05d08a7b9f7fed69c9 Mon Sep 17 00:00:00 2001 From: Marcin Jelinski Date: Mon, 7 Jul 2025 14:08:23 +0200 Subject: [PATCH] doc: Updated NFC integration notes Updated timer instances in the NFC documentation. Ref: NCSDK-31244 Signed-off-by: Marcin Jelinski --- nfc/doc/integration_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.