Skip to content

Commit 6443704

Browse files
committed
fix(swan): workaround to flash and start application at once
when using the SWD interface. Fixes #1495 Signed-off-by: Frederic Pillon <[email protected]>
1 parent d2585f0 commit 6443704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5695,7 +5695,7 @@ BluesW.menu.pnum.SWAN_R5.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
56955695
# Upload menu
56965696
BluesW.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
56975697
BluesW.menu.upload_method.swdMethod.upload.protocol=0
5698-
BluesW.menu.upload_method.swdMethod.upload.options=-g
5698+
BluesW.menu.upload_method.swdMethod.upload.options=-g -ob nBOOT0=0 -ob nBOOT0=1
56995699
BluesW.menu.upload_method.swdMethod.upload.tool=stm32CubeProg
57005700

57015701
BluesW.menu.upload_method.serialMethod=STM32CubeProgrammer (Serial)

0 commit comments

Comments
 (0)