Skip to content

Rust boilerplate for the Nucleo-H743ZI2 development board.

License

Notifications You must be signed in to change notification settings

newAM/nucleo-h743zi2-rs

Repository files navigation

Maintenance CI

nucleo-h743zi2

Rust boilerplate for the Nucleo-H743ZI2 development board.

This board uses the STM32H7432 MCU.

Linux Probe Setup

These are the udev rules I use for the on-board STLINK-V3 probe.

Create this file:

# /etc/udev/rules.d/99-stm.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", MODE="0666"

Then reload the rules:

sudo udevadm control --reload-rules
sudo udevadm trigger

Running

I assume you will use the included probe on the nucleo board (the USB port opposite the Ethernet jack).

Use probe-run to flash the MCU:

cargo run

That will flash the MCU, and when complete it will bring up an RTT terminal with the logging output from the MCU.

About

Rust boilerplate for the Nucleo-H743ZI2 development board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published