#[unsafe(no_mangle)]pub static mut SCB_REGISTERS: [u32; 5]Expand description
This is used in the hardfault handler.
When an app faults, the hardfault handler stores the value of the SCB registers in this static array. This makes them available to be displayed in a diagnostic fault message.