Triggering the dfu bootloader works
This commit is contained in:
parent
8cf75ac70d
commit
1c4714381b
9 changed files with 235 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
|
||||
runner = "probe-run --chip STM32F401CCU6"
|
||||
runner = "probe-rs run --chip STM32F401CCUx"
|
||||
rustflags = [
|
||||
"-C", "linker=flip-link",
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue