13 releases (8 breaking)

new 0.11.2 Apr 15, 2025
0.11.1 Jan 31, 2025
0.10.1 Dec 11, 2024
0.10.0 Nov 28, 2024
0.2.0 Dec 31, 2020

#82 in Embedded development

Download history 600/week @ 2024-12-27 759/week @ 2025-01-03 921/week @ 2025-01-10 886/week @ 2025-01-17 893/week @ 2025-01-24 1049/week @ 2025-01-31 693/week @ 2025-02-07 711/week @ 2025-02-14 664/week @ 2025-02-21 513/week @ 2025-02-28 430/week @ 2025-03-07 437/week @ 2025-03-14 450/week @ 2025-03-21 536/week @ 2025-03-28 983/week @ 2025-04-04 2336/week @ 2025-04-11

4,389 downloads per month
Used in ockam_transport_ble

MIT/Apache

1.5MB
30K SLoC

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

Dependencies

~9MB
~209K SLoC