cc3200-rs icon indicating copy to clipboard operation
cc3200-rs copied to clipboard

Getting Rust to run on a TI cc3200

Rust on the cc3200

Build Status

Prerequisites

  • Install rust nightly from https://rustup.rs/
  • Install xargo with cargo install xargo
  • Install openocd (for instance the default 0.9.0 version from Ubuntu)

Building, etc.

Build with ./build.sh

Load on the board to debug with ./run.sh

Flash with ./flash.sh

Note that flashing requires the use of cc3200tool, which can be installed by following the README here