aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/README.md
blob: d15a874ba594f538e381f605592ff759d205c139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
demo1 example
=============

See examples in https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.3/examples

Programming
-----------

Put target in reset

    openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg

    cargo run

Deassert RESET

    gdb% load
    gdb% cont