atsame54_xpro

Crates.ioatsame54_xpro
lib.rsatsame54_xpro
version0.8.1
sourcesrc
created_at2020-12-31 23:47:09.126816
updated_at2024-10-25 02:46:17.937297
descriptionBoard Support crate for the SAM E54 Xplained Pro Evaluation Kit
homepage
repositoryhttps://github.com/atsamd-rs/atsamd
max_upload_size
id329916
size71,775
owners (github:atsamd-rs:owners)

documentation

README

SAM E54 Xplained Pro Evaluation Kit Board Support Crate

This crate provides a type-safe Rust API for working with the SAM E54 Xplained Pro Evaluation Kit.

Board Features

  • Microchip [ATSAME54P] Cortex-M4F microcontroller
    • 1MB Flash
    • 256kB SRAM (128kB if ECCRAM is enabled)
    • 8MB SPI Flash chip

Prerequisites

  • Install the cross-compilation target
    • $ rustup target add thumbv7em-none-eabihf
  • Install the cargo-embed
    • $ cargo install cargo-embed

Running an example

  • Checkout the atsamd repository
  • Go to directory boards/atsame54_xpro
  • Build and flash the device
    • eg. cargo embed --release --example blinky_rtic
Commit count: 796

cargo fmt