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.