boards: arm: correct documentation about SVC exception
In Cortex-M, SVC exceptions are used by the kernel for system calls, run-time exceptions and IRQ offloading. Correct the respective information in the boards documentation. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
fdb4df26d3
commit
ee3eecfc45
|
@ -95,8 +95,9 @@ identifies the handlers used for each exception.
|
|||
| | | attempt to ARM | |
|
||||
| | | mode | |
|
||||
+------+------------+----------------+-----------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+-----------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
|
@ -122,8 +122,9 @@ identifies the handlers used for each exception.
|
|||
| | | attempt to ARM | |
|
||||
| | | mode | |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
|
@ -155,8 +155,9 @@ in the following table:
|
|||
+------+------------+----------------+--------------------------+
|
||||
| 10 | Reserved | | not handled |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
|
@ -112,8 +112,9 @@ identifies the handlers used for each exception.
|
|||
| | | attempt to ARM | |
|
||||
| | | mode | |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
|
@ -143,8 +143,9 @@ in the following table:
|
|||
+------+------------+----------------+--------------------------+
|
||||
| 10 | Reserved | | not handled |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
|
@ -140,8 +140,9 @@ in the following table:
|
|||
+------+------------+----------------+--------------------------+
|
||||
| 10 | Reserved | | not handled |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 11 | SVC | | context switch and |
|
||||
| | | | software interrupts |
|
||||
| 11 | SVC | | system calls, kernel |
|
||||
| | | | run-time exceptions, |
|
||||
| | | | and IRQ offloading |
|
||||
+------+------------+----------------+--------------------------+
|
||||
| 12 | Debug | | system fatal error |
|
||||
| | monitor | | |
|
||||
|
|
Loading…
Reference in a new issue