libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

libopencm3 Cortex-M System Control Block More...

Collaboration diagram for SCB:

Functions

void scb_reset_system (void)
 

Detailed Description

libopencm3 Cortex-M System Control Block

The System Control Block (SCB) is a section of the System Control Space which provides status information and control features for the processor core. It allows, amongst other:

See also
ARMv7m Architecture Reference Manual (Chapter B3.2.1 About the SCB)

LGPL License Terms libopencm3 License

Function Documentation

◆ scb_reset_system()

void scb_reset_system ( void  )

Definition at line 54 of file scb.c.

References SCB_AIRCR, SCB_AIRCR_SYSRESETREQ, and SCB_AIRCR_VECTKEY.