Expand description
Generic support for all Cortex-M platforms.
Functions§
- generic_
isr_ ⚠arm_ v7m - Generic interrupt handler for ARMv7-M instruction sets.
- hard_
fault_ ⚠handler_ arm_ v7m - ARMv7-M hardfault handler.
- ipsr_
isr_ number_ to_ str - svc_
handler_ ⚠arm_ v7m - Handler of
svc
instructions on ARMv7-M. - switch_
to_ ⚠user_ arm_ v7m - Assembly function to switch into userspace and store/restore application state.
- systick_
handler_ ⚠arm_ v7m - ARMv7-M systick handler function.