Skip to content

Commit 26d92e2

Browse files
FrancescoSerrlubos
authored andcommitted
doc: Update 54H architecture reset doc
Updated 54H architecture reset doc. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent 88380ce commit 26d92e2

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_architecture_reset.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ The following is the reset behavior when the LCS of the nRF54H20 SoC is in the `
4848
The register used is ``RESET`` (address offset: ``0x00``).
4949
* - ``RESET_PIN``
5050
- J-Link toggles the **RESET** pin via OBD.
51+
* - ``RESET_VIA_SECDOM``
52+
- Not supported.
53+
* - ``RESET_DEFAULT``
54+
- Selects ``RESET_HARD``.
5155

5256
Reset types in LCS ROT or DEPLOYED
5357
-----------------------------------
@@ -60,16 +64,23 @@ The following is the reset behavior when the LCS of the nRF54H20 SoC is either i
6064
* - Reset kind in LCS ``ROT`` or ``DEPLOYED``
6165
- Reset behavior
6266
* - ``RESET_SYSTEM``
63-
- In the Secure Domain, this reset is mapped to the ``SYS_RESET_REQUEST`` bit, as described in the ARM specification for the *Application Interrupt and Register Controller*.
64-
This reset triggers a reset of the Secure Domain, which subsequently resets the entire system.
65-
66-
In the local domains, this reset is available only if the other domains have a valid configuration in the ``CPUCONF`` register and their access port is unprotected.
67-
The PC tool uses the CTRL-AP mailbox to send a local domain reset request to the Secure Domain Firmware (SDFW).
67+
- Not supported.
6868
* - ``RESET_HARD``
6969
- Initiates a reset using the CTRL-AP through the On-Board Debugger (OBD).
7070
The register used is ``RESET`` (address offset: ``0x00``).
7171
* - ``RESET_PIN``
7272
- J-Link toggles the ``RESET`` pin via OBD.
73+
* - ``RESET_VIA_SECDOM``
74+
- Uses the CTRL-AP mailbox to send a local domain reset request to the Secure Domain Firmware (SDFW).
75+
76+
SDFW resets nonessential local domains and global peripherals owned by these domains.
77+
Nonessential domains include all local domains except the Secure Domain.
78+
79+
Only domains with a populated UICR are reset.
80+
After the reset, the affected CPUs do not restart.
81+
82+
* - ``RESET_DEFAULT``
83+
- Selects ``RESET_HARD``.
7384

7485
Reset your device using nRF Util
7586
================================

0 commit comments

Comments
 (0)