en.radzio.dxp.pl |
||
Main menu Tutorials Code library for LCD
ATMEL AVR microcontrollers STMicro ST7 microcontrollers Projects Software
|
Flashing MCU with ST-Link command line utility We need to download STM32 ST-LINK utility which have GUI and command line tool for flashing MCU memory. After instaling utility You must set up Your uVision project to use external tool for flashing MCU. To do this, click RMB on "Target" folder on project tree and select "options for Target" command from context menu : After this, go to "Utilities" menu, select "Use External Tool for Flash Programming", select location of ST-LINK_CLI.exe and type following arguments : '-c SWD -p "$H@H.hex" -Rst -Run', like on screen : After this, click "Download" icon. Flash memory should be programmed and in "Build Output" widnow should are written following messages :
Application should be running.
|
|
(c) Rados³aw Kwiecieñ |