User Activity

Posted on December 22, 2011 at 21:24Good day! I've installed latest version of STVD 4.3 running from Administrator account on Windows 7 Home Basic:STVD MainFrame Version 3.6.5.2 - Build Sep 21 2011 stvabbld.dll, Version: 1.4.1.0 stv7abbld.dll, Versi...
Posted on June 06, 2011 at 21:05Good day! I'm trying to assign register value to a variable in COSMIC C. I've tried the obvious way first, but it doesn't work: uint8_t test = 0; ... test = CLK->SWCR; // define from stm8s.h and uint8_t test = 0; ......
Posted on May 11, 2011 at 22:21What is 'safe' sink/source current for I/O pins for STM8S105/103
Posted on May 06, 2011 at 13:18How to store large constant arrays in flash not in RAM
Posted on May 05, 2011 at 16:31Good day! I'm writing my first project with STM8. Here are a couple of questions: - AVR-GCC has a convenient attribute PROGMEM (http://www.nongnu.org/avr-libc/user-manual/pgmspace.html) to store data (for example big a...