2015-06-26 03:49 AM
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,Torsten2015-06-26 01:48 PM
Shouldn't it be sufficient to make an entry in stm8flash/stm8.c using values from the datasheet?
Philipp2015-07-02 02:52 PM
Any news on this project? Was it sufficient to just add the values from the STM8L051F3 datasheet to stm8flash/stm8.c?
Philipp