Difference between revisions of "STLink"

From PaparazziUAV
Jump to navigation Jump to search
m
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€).  


A standard ST-Link costs 17€
A standard ST-Link costs from 17€


==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 17:20, 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€).

A standard ST-Link costs from 17€

Needed Tools

st_flash and st_util need to be installed, compiled from source (https://github.com/texane/stlink)