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
# Mbed OS upload method configuration file for target NUCLEO_F401RE.
2
+
# To change any of these parameters from their default values, set them in your build script between where you
3
+
# include mbed_toolchain_setup and where you add mbed os as a subdirectory.
4
+
5
+
# Notes:
6
+
# 1. Using the JLINK upload method with your dev board requires converting its ST-LINK into a J-Link. See here for details: https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/
# If your target is not natively supported by the pyOCD, then you need install a keil package for family of your target by hands.
29
+
# Type "pyocd pack show" to console and you will see a list of already installed packages.
30
+
# If any package for your family is not on the list, then you need install them via command "pyocd pack install stm32f4".
31
+
# Then just type "pyocd pack find STM32f4" or "pyocd pack find STM32F401" or "pyocd pack find STM32F401RE" and you will see the part name of your target.
0 commit comments