You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Terminal 1
openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
# Terminal 2
cd src
cargo run
# On device, click user button
# You should see "Hello world" being printed in terminal 1