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

See stm32f103 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