A brief practical guide to Cargo for STM32U5 Rust firmware
Learn how Cargo.toml, crates, Cargo.lock and cargo build configure and compile a bare-metal Rust application for an STM32U5 microcontroller.
Learn how Cargo.toml, crates, Cargo.lock and cargo build configure and compile a bare-metal Rust application for an STM32U5 microcontroller.
This blog outlines the development of a cloud-connected sensor node using the STMicroelectronics B-U585I-IOT02A Discovery Kit. The project combines a custom bootloader in C with Rust firmware for data acquisition and cloud integration via AWS IoT Core, providing a comprehensive engineering guide from hardware setup to data visualization.