February 12, 2023 Embedded Rust: customizing the Cortex-M exception vector table When writing Rust code for ARM Cortex-M microcontrollers it is common to use the cortex-m-rt and the cortex-m crates. The first provides a minimum base and startup code to generate executables for Cortex-M, the second provides access to the core... rust embedded embedded-rust arm cortexm