Get in Touch

Course Outline

Getting Started with Embedded Rust

  • Overview of the no_std, core, and embedded Rust ecosystem.
  • Selecting a target and understanding target triples.
  • Setting up rustup, cargo, and target toolchains.

Tooling, Build & Debug Workflow

  • Utilizing workflows with cargo, cargo-embed, probe-run, and OpenOCD.
  • Flashing and debugging using hardware probes such as ST-Link and JLink.
  • CI considerations for building embedded Rust firmware.

Hardware Abstraction and Peripheral Access

  • Comprehending embedded-hal traits and driver patterns.
  • Working with peripheral access crates (PACs) and device crates (svd2rust).
  • Writing and utilizing HAL drivers and board support crates (BSCs).

Memory Safety, Concurrency & Real-Time

  • Implementing safe patterns for shared state and mutable references in interrupts.
  • Exploring RTIC and other concurrency models suitable for real-time systems.
  • Managing heap vs. stack usage, allocators, and avoiding dynamic allocation.

Error Handling, Testing & Reliability

  • Adopting error handling patterns appropriate for constrained environments.
  • Conducting unit testing on the host versus integration testing on hardware.
  • Employing fault analysis, logging, and post-mortem strategies.

Performance, Power & Resource Optimization

  • Benchmarking, measurement, and optimizing critical code paths.
  • Techniques for reducing code size and managing linker scripts.
  • Power management strategies and low-power design patterns.

Deployment, Security & Ecosystem Best Practices

  • Secure boot, firmware signing, and update strategies.
  • Supply-chain considerations and dependency management.
  • Roadmap for migrating C firmware to Rust along with community resources.

Summary and Next Steps

Requirements

  • Understanding of core Rust concepts, including ownership, borrowing, and lifetimes.
  • Experience writing non-trivial Rust programs (intermediate proficiency in Rust).
  • Familiarity with embedded concepts such as memory-mapped I/O, interrupts, and peripherals.

Audience

  • Embedded firmware engineers seeking to adopt Rust.
  • Software engineers with Rust experience who are transitioning to low-level systems.
  • Technical leads evaluating Rust for embedded product development.
 14 Hours

Number of participants


Price per participant

Testimonials (1)

Upcoming Courses

Related Categories