Skip to content

Commit 5deeebd

Browse files
committed
doc: Updated NFC integration notes
Updated timer instances in the NFC documentation. Ref: NCSDK-31244 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 90d2041 commit 5deeebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfc/doc/integration_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the following notes:
1313
* The libraries require the NFCT driver that is a part of the `nrfx`_ repository.
1414

1515
The NFCT driver uses one Timer peripheral to work correctly.
16-
By default, it uses TIMER4 on nRF52 devices and TIMER2 on nRF5340.
16+
By default, it uses TIMER4 on nRF52 devices, TIMER2 on nRF5340 devices, TIMER24 on nRF54LX series.
1717
You can override the default configuration by changing ``NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID`` in the :file:`nrfx_config.h` header.
1818
You cannot use this timer instance in other parts of your application.
1919

0 commit comments

Comments
 (0)