From e01e2f679333674d2e675c157aa1b406893cdb6a 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 (cherry picked from commit 510a6fdb00eeb05a5e72b0ca8fd535bf19cfecf1) --- 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..e935f067c4 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 Series devices, TIMER2 on nRF5340 devices, and TIMER24 on nRF54LX Series devices. 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.