We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee8859 commit ba8fb54Copy full SHA for ba8fb54
.cargo/config.toml
@@ -10,7 +10,7 @@
10
[target.thumbv7em-none-eabihf]
11
# runner = "arm-none-eabi-gdb"
12
# Chip can be set via `--chip STM32F303VCTx` or `export PROBE_RUN_CHIP=STM32F303VCTx`
13
-runner = "probe-run --chip STM32F303VCTx"
+runner = "probe-run --chip STM32F303VCTx --connect-under-reset"
14
rustflags = [
15
"-C", "link-arg=--nmagic",
16
"-C", "link-arg=-Tlink.x",
0 commit comments