nucleo-h743zi-blinky drogue-device example
This example application runs out of the box on the STM32 Nucleo H743ZI development kit.
Prerequisites
Software
-
To build the example, you need to have Rust Nightly.
-
To flash the example on the device, you need
probe-run
installed (cargo install probe-run
).
Troubleshooting
If you’re experiencing problems, try setting the VID:PID
values to that of your probe (you can find that from lsusb once your board is powered).
cargo +nightly run --release -- --probe <VID>:<PID>
Once flashed, the device will reset and look no different at first. Upon pressing the blue user button, the LEDS will cycle from green to yellow to red and back again.