Ny firmware til STC-1000 med STM8 mikroprosessor

The eeprom of the STM8S003F3 has only 128 bytes on-board.
Therefore only 4 profiles (instead of 6) with a maximum of 5 temperature time-pairs (instead of 9) are used.
If you are willing to desolder this chip, you can replace it with a STM8S103F3 device, which has 640 bytes on-board.
Setting the defines NO_OF_PROFILES and NO_OF_TT_PAIRS and proper initialisation of eedata[] (in stc1000plib.c) is sufficient to enable this.

Many thanks to Mats Staffansson (https://github.com/matsstaff/stc1000p) for initial development of a STC1000+ on the A400_P hardware (containing a PIC18F1828 microcontroller).
The STM8S003FS device is a bit more advanced and I was intrigued by the idea of doing the same as Mats has done.
In the end I ended with a few more features than he had (and also fewer, since he had more different firmwares).

2015-03-10-10-03-05-jpg.17371


stc1000_p400-jpg.14157
 
Sist redigert:
Tilbake
Topp