User Activity

Posted on February 18, 2012 at 11:50Hi all. Somebody tried to program st7fox? I tried to make, using ICC PROTOCOL REFERENCE MANUAL, but nothing has left. After an input ICC-Mode at st7fox answers syncro-bit and allows to write a code in RAM, but af...
Posted on December 08, 2011 at 15:57In debugger STVD permanently there are failures. Only reboot helps
Posted on September 18, 2011 at 19:13I use STM8 Assembler. Code: ...... CLOCK EQU 16000 TIME EQU CLOCK/1000 .... compile error Error 67: Improper Character(s) '/1000' Why? I find  TIME EQU {CLOCK/1000} Works without errors