You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: targets/upload_method_cfg/NUCLEO_H743ZI2.cmake
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# include app.cmake and where you add mbed os as a subdirectory.
4
4
5
5
# 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.
7
7
# 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.
8
8
# - 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.
0 commit comments