We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2041 commit 5deeebdCopy full SHA for 5deeebd
nfc/doc/integration_notes.rst
@@ -13,7 +13,7 @@ See the following notes:
13
* The libraries require the NFCT driver that is a part of the `nrfx`_ repository.
14
15
The NFCT driver uses one Timer peripheral to work correctly.
16
- 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.
17
You can override the default configuration by changing ``NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID`` in the :file:`nrfx_config.h` header.
18
You cannot use this timer instance in other parts of your application.
19
0 commit comments