Difference between revisions of "STLink"
Jump to navigation
Jump to search
(Created page with "SWD can be used to upload the firmware to stm32 MCU without a bootloader. A ST-Link is needed, any stm32-discovery board has one on it (starts @ 8$). ==Needed Tools== st_flash …") |
|||
Line 1: | Line 1: | ||
SWD can be used to upload the firmware to stm32 MCU without a bootloader. | SWD can be used to upload the firmware to stm32 MCU without a bootloader. | ||
A ST-Link is needed, any stm32-discovery board has one on it (starts @ 8$). | A ST-Link is needed, any stm32-discovery board has one on it (starts @ 8$). | ||
==Needed Tools== | ==Needed Tools== | ||
st_flash and st_util need to be installed, compiled from source (https://github.com/texane/stlink) | st_flash and st_util need to be installed, compiled from source (https://github.com/texane/stlink) |
Revision as of 16:08, 1 September 2013
SWD can be used to upload the firmware to stm32 MCU without a bootloader.
A ST-Link is needed, any stm32-discovery board has one on it (starts @ 8$).
Needed Tools
st_flash and st_util need to be installed, compiled from source (https://github.com/texane/stlink)