cancel
Showing results for 
Search instead for 
Did you mean: 

ST-LINK/V2 Documentation

torsten2
Associate II
Posted on June 26, 2015 at 12:49

Hello,

we do not use Windows as development / build platform and have now a STM8L device in our project that we would like to flash during development. Using some official ST supported flash tool under windows for production purpose is not a problem but during development, I would like to use a STM8L discovery (or any other hardware) to flash a STM8L051F3 under OS/X.

The only tool I've found was https://github.com/vdudouyt/stm8flash and I can flash the STM8L152C6 on the discovery board with that tool, but not the STM8L051F3.

Now I'm looking for a specification of the ST-LINK/V2 protocol to add support for the STM8L051F3 to stm8flash.

Any idea where I could find the documentation?

cheers,

Torsten
2 REPLIES 2
Philipp Krause
Senior II
Posted on June 26, 2015 at 22:48

Shouldn't it be sufficient to make an entry in stm8flash/stm8.c using values from the datasheet?

Philipp

Philipp Krause
Senior II
Posted on July 02, 2015 at 23:52

Any news on this project? Was it sufficient to just add the values from the STM8L051F3 datasheet to stm8flash/stm8.c?

Philipp