You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfc: lib: reset NFCT frame delay max on field lost
Restore NFCT max frame delay (FRAMEDELAYMAX) to the default when
the RF field is removed, so a shortened delay does not persist and
corrupt frame timing for the next session (readers may then reject
tag responses).
Related ticket: KRKNWK-21733
Signed-off-by: Marcin Gasiorek <marcin.gasiorek@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf-bm/release_notes/release_notes_changelog.rst
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,19 +302,27 @@ Bluetooth LE Services
302
302
Libraries for NFC
303
303
-----------------
304
304
305
-
* The maturity status of NFC libraries has been changed from Experimental to Supported for the following SoCs: nRF54L05, nRF54L10, and nRF54L15, nRF54LM20A is still in Experimental quality.
306
-
* The NFC subsystem code has been migrated to |BMshort| and does not reuse code form |NCS| anymore.
307
-
The NFC related Kconfig options provided by |BMshort| have the ``BM_NFC_`` prefix.
308
-
The following list shows mapping from |NCS| Kconfig options to |BMshort| Kconfig options:
305
+
* Added:
306
+
307
+
* The NFC libraries for NFC Connection Handover and Bluetooth LE Out-of-Band (OOB) pairing.
308
+
* The workaround to ensure the ``FRAMEDELAYMAX`` register is set to the default value when a field is lost.
309
+
This avoids violating protocol timing, which can lead readers to reject the NFC tag's response.
0 commit comments