2020-02-23 12:23 PM
i am currently working on a temperature project which many may well have heard of. the W1209 temperature controller. and i have found everything i need to implement this circuit into my existing project with other features. the code is open for anyone to have and so is the circuit. only from the files i downloaded i need to compile them so i get a hex file that i can the program the chip with. i have some knowledge with arduino and pic from a long time ago, but am struggling to understand how to do this.
i have bought the ST Link v2 dongle for programming and not sure which software to best use. if there is anyone who can help and compile the program so i can have the file i need to just send to the chip i would be so grateful.
2020-02-25 10:02 AM
If experimenting, get an AMD/Intel system with Virtualization enabled, and use Oracle Virtual Box to install Linux and run it from a virtual drive from within Windows.
2020-02-25 11:40 AM
Yes, using stm8flash, it can be written onto the device via
stm8flash -c stlinkv2 -p stm8s003f3 -w thermostat.ihx