Skip to content

Commit c9e74ba

Browse files
ajarmouni-sttoonst
authored andcommitted
boards: stm32h750b_dk: flash with stm32cubeprogrammer
Add flashing with stm32cubeprogrammer. Signed-off-by: Abderrahmane Jarmouni <[email protected]>
1 parent fb6e46d commit c9e74ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
34
board_runner_args(jlink "--device=STM32H735IG" "--speed=4000")
45
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
56

7+
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
68
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
79
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)