Skip to content

Commit b3a36f5

Browse files
Merge pull request #767 from Silabs-ArjanB/ArjanB_nmicc
Fixed inconsistency in NMI target address description for CLINT mode
2 parents 72682d5 + 0513b5b commit b3a36f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_manual/source/exceptions_interrupts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ In Debug Mode, all interrupts are ignored independent of ``mstatus.MIE`` and the
217217

218218
.. note::
219219

220-
The NMI vector location is at index 15 of the machine trap vector table for both non-vectored CLINT mode and vectored CLINT mode (i.e. at {**mtvec[31:7]**, 5'hF, 2'b00}).
221-
The NMI vector location therefore does **not** match its exception code.
220+
The NMI vector location is at index 15 of the machine trap vector table for vectored CLINT mode (i.e. at {**mtvec[31:7]**, 5'hF, 2'b00}).
221+
The NMI vector location therefore does **not** match its exception code as is otherwise the case for vectored CLINT mode.
222222

223223
Nested Interrupt Handling
224224
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)