Expand description
Cortex-M System Control Block (SCB)
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CIHFDJCA.html
Functions§
- disable_busfault ⚠
- Disable the BusFault exception.
- disable_fpca ⚠
- disable_memfault ⚠
- Disable the MemFault exception.
- disable_usagefault ⚠
- Disable the UsageFault exception.
- reset⚠
- Software reset using the ARM System Control Block
- set_sleepdeep ⚠
- set_vector_ ⚠table_ offset 
- relocate interrupt vector table
- unset_sleepdeep ⚠
- Do not allow the core to go into deep sleep on WFI.