Skip to content

Commit 349688d

Browse files
nika-nordicrlubos
authored andcommitted
doc: nrf54l: add errata support table
Add a doc page dedicated to anomaly workaround implementation presence in NCS. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent 73b85a4 commit 349688d

3 files changed

Lines changed: 132 additions & 0 deletions

File tree

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
.. _ug_errata_nrf54l:
2+
3+
nRF54L Errata support in |NCS|
4+
##############################
5+
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
This page summarizes the nRF54L Series anomalies and their workarounds that are currently implemented in the |NCS|.
11+
12+
nRF54L Series Errata documents contain descriptions of identified hardware anomalies for the relevant SoCs:
13+
14+
* `nRF54L05 Errata`_
15+
* `nRF54L10 Errata`_
16+
* `nRF54L15 Errata`_
17+
18+
Some of the anomalies can be fixed by applying workarounds directly in the software components, requiring minimal or zero effort from the end user.
19+
20+
.. list-table:: Anomaly workaround status for nRF54L Series devices
21+
:header-rows: 1
22+
:align: center
23+
:widths: auto
24+
25+
* - Anomaly ID
26+
- nRF54L05
27+
- nRF54L10
28+
- nRF54L15
29+
* - 1
30+
- \-
31+
- \-
32+
- \-
33+
* - 6
34+
- \-
35+
- \-
36+
- \-
37+
* - 7
38+
- Enabled
39+
- Enabled
40+
- Enabled
41+
* - 8
42+
- Enabled
43+
- Enabled
44+
- Enabled
45+
* - 16
46+
- Enabled
47+
- Enabled
48+
- Enabled
49+
* - 17
50+
- \-
51+
- \-
52+
- \-
53+
* - 18
54+
- \-
55+
- \-
56+
- \-
57+
* - 20
58+
- \-
59+
- \-
60+
- \-
61+
* - 21
62+
- \-
63+
- \-
64+
- \-
65+
* - 22
66+
- \-
67+
- \-
68+
- \-
69+
* - 23
70+
- \-
71+
- \-
72+
- \-
73+
* - 24
74+
- \-
75+
- \-
76+
- \-
77+
* - 25
78+
- \-
79+
- \-
80+
- \-
81+
* - 26
82+
- \-
83+
- \-
84+
- \-
85+
* - 30
86+
- Available when ``CONFIG_CLOCK_CONTROL_NRF_HFINT_CALIBRATION=y`` :sup:`1`
87+
- Available when ``CONFIG_CLOCK_CONTROL_NRF_HFINT_CALIBRATION=y`` :sup:`1`
88+
- Available when ``CONFIG_CLOCK_CONTROL_NRF_HFINT_CALIBRATION=y`` :sup:`1`
89+
* - 31
90+
- Enabled
91+
- Enabled
92+
- Enabled
93+
* - 33
94+
- \-
95+
- \-
96+
- \-
97+
* - 37
98+
- Enabled
99+
- Enabled
100+
- Enabled
101+
* - 39
102+
- Enabled
103+
- Enabled
104+
- Enabled
105+
* - 41
106+
- \-
107+
- \-
108+
- \-
109+
* - 44
110+
- \-
111+
- \-
112+
- \-
113+
* - 47
114+
- \-
115+
- \-
116+
- \-
117+
* - 48
118+
- Enabled
119+
- Enabled
120+
- Enabled
121+
* - 49
122+
- \-
123+
- \-
124+
- \-
125+
126+
:sup:`1` You can set the anomaly workaround appliance frequency using the :kconfig:option:`CONFIG_CLOCK_CONTROL_NRF_HFINT_CALIBRATION_PERIOD` Kconfig option.
127+
Its value must be tuned in accordance to application-specific operating temperature and expected power consumption.

doc/nrf/app_dev/device_guides/nrf54l/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ This self-paced course introduces the hardware architecture, functionality, capa
9999
ecies_x25519.rst
100100
otp_map_nrf54l
101101
pinmap
102+
errata_nrf54l

doc/nrf/links.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,10 @@
11051105
.. _`Errata 257`: https://docs.nordicsemi.com/bundle/errata_nRF52811_Rev2/page/ERR/nRF52811/Rev2/latest/config_811_257.html
11061106
.. _`Errata 117`: https://docs.nordicsemi.com/bundle/errata_nRF5340_Rev1/page/ERR/nRF5340/Rev1/latest/anomaly_340_117.html
11071107

1108+
.. _`nRF54L05 Errata`: https://docs.nordicsemi.com/bundle/errata_nRF54L05_Rev2/page/ERR/nRF54L05/Rev2/latest/err_L05_new.html
1109+
.. _`nRF54L10 Errata`: https://docs.nordicsemi.com/bundle/errata_nRF54L10_Rev2/page/ERR/nRF54L10/Rev2/latest/err_L10_new.html
1110+
.. _`nRF54L15 Errata`: https://docs.nordicsemi.com/bundle/errata_nRF54L15_Rev2/page/ERR/nRF54L15/Rev2/latest/err_L15_new.html
1111+
11081112
.. _`Unauthorized Thread Network Key Update (SA-2023-234) vulnerability`: https://docs.nordicsemi.com/bundle/SA/resource/SA-2023-234-v1_1.pdf
11091113

11101114
.. _`latest release notes for nRF Connect for Visual Studio Code`: https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/rel_notes_overview.html

0 commit comments

Comments
 (0)