Clone this repository
Start openocd and connect to the target.
openocd -f discovery.cfg
And then run the examples from another terminal.
cargo run --example gpio_hal_blinky
This repository is based on https://github.com/therealprof/stm32f407g-disc