cancel
Showing results for 
Search instead for 
Did you mean: 

Programming Evaluation without ST-LINK? Possible?

zhiyongwoo
Associate III

Hi All,

By default, we can easily program the evaluation board by dragging the .bin file into the Mass Storage Device of the evaluation board.

Unfortunately, my company has restricted the mass storage class. Therefore there is no way I can program the evaluation board. Or is there any alternative way to do so with the ST .bin file?

2 REPLIES 2
zhiyongwoo
Associate III

Silly me, This is the tool I should get if I can't use the Mass Storage Class to update the firmware.

STM32 ST-LINK Utility (STSW-LINK004) is a full-featured software interface for programming STM32 microcontrollers.

Uwe Bonnes
Principal III

Most debuggers able to talk to the stlink can burn a bin file. I find pystlink https://github.com/UweBonnes/pystlink.git handy. "pystlink flash:erase:verify:***.bin" is the command line i use to flash the device. But most often I use gdb to burn and debug the elf file.