atsame54_xpro

Crates.ioatsame54_xpro
lib.rsatsame54_xpro
version0.11.4
sourcesrc
created_at2020-12-31 23:47:09.126816+00
updated_at2025-05-07 17:15:00.709904+00
descriptionBoard Support crate for the SAM E54 Xplained Pro Evaluation Kit
homepage
repositoryhttps://github.com/atsamd-rs/atsamd
max_upload_size
id329916
size75,306
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: 0

cargo fmt