Rust-embedded Cortex-M-Quickstart Posted on 2020-09-03 In Rust Views: IntroductionTo run Rust programs in Cortex M core. Guide could be found here. Git repos cortex-m-quickstart Dependencies12cargo install cargo-binutilsrustup component add llvm-tools-preview #lack of this tools will result in Failed to execute tool: readobj Dependencies could be found here.