Build an Embedded Application with Rust and Debug with Arm Development Studio

What you've learned

You should now know how to:

  • Build an embedded application in Rust.
  • Run the application on a Fixed Virtual Platform (FVP).
  • Debug the application with Arm Development Studio.

Knowledge Check

Arm embedded applications can be built with the Rust compiler rustc.

Does Arm Debugger officially support Rust applications?

Variables in Rust are immutable by default.


Back
Next