pavelrevak / pystlink

Python tool for flashing and debugging STM32 devices using ST-LINK/V2
MIT License
218 stars 59 forks source link

Upoload command not implemented? #2

Closed vladiks closed 7 years ago

vladiks commented 8 years ago

I tried to upload short program to SRAM by using upload command like this:

python3 pystlink.py upload:bytesWrite.srec

but it gives me error

*** Bad param "upload:bytesWrite.srec" ***

When I look into the pystlink.py, it looks like upload command is not implemented in cmd method...?

pavelrevak commented 7 years ago

Use write command instead, I forget change README.. (more accurate info is in --help)

vladiks commented 7 years ago

Everything working now. Thanks for quick advice and great tool.