mister-grumbler / w1209-firmware

The functional eqivalent to the original firmware of "Digital Thermostat Module Model XH-W1209".
GNU General Public License v3.0
39 stars 23 forks source link

stm8l.h is not suitable for STM8S003F3 #18

Closed mister-grumbler closed 6 years ago

mister-grumbler commented 6 years ago

The stm8l.h having wrong address definitions at least in the part related to MCU clock configuration registers. New _.h files have to be created. The info for that have to be taken from STM8S003F3 datasheet stm8s003f3.pdf .

mister-grumbler commented 6 years ago

After the commit e423a93 this issue may be considered as fixed.