Skip to content

Commit 2131c7d

Browse files
JohnK1987jay-sridharan
authored andcommitted
Update NUCLEO_H743ZI2.cmake
1 parent 7b9c56f commit 2131c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/upload_method_cfg/NUCLEO_H743ZI2.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# include app.cmake and where you add mbed os as a subdirectory.
44

55
# Notes:
6-
# 1. Using the JLINK upload method with your dev board requires converting its ST-LINK into a J-Link, but it is not possible with ST-link V3! I will try regular J-link in the future.
6+
# 1. Using the JLINK upload method with your dev board requires converting its ST-LINK into a J-Link, but it is not possible to do that with ST-link V3! I will try regular J-link in the future.
77
# 2. If your target is not natively supported by the pyOCD, then you need install a keil package for family of your target by hands. Type "pyocd pack show" to console and you will see a list of already installed packages.
88
# - If any package for your family is not on the list, then you need install them via command "pyocd pack install stm32h7" (take long time).Then just type "pyocd pack find STM32h7" or "pyocd pack find STM32h743" and you will see the part name of your target.
99

@@ -51,4 +51,4 @@ set(STM32CUBE_GDBSERVER_ARGS --swd)
5151

5252
set(STLINK_UPLOAD_ENABLED TRUE)
5353
set(STLINK_LOAD_ADDRESS 0x8000000)
54-
set(STLINK_ARGS --connect-under-reset)
54+
set(STLINK_ARGS --connect-under-reset)

0 commit comments

Comments
 (0)