User Activity

Posted on March 21, 2014 at 20:45Has anyone written a VB program to utilize the Programming ToolKit?  I can get it working using C++ but I am a poor windows programmer and flounder trying to create a decent app.  I've already done a VB app to create...
Posted on December 13, 2013 at 00:27Hey Luca compiling this (Cosmic):volatile _Bool GPI1 @5006:6; _Bool Ext_1; _Bool LastExt_1; void IH_Init(void) {     Ext_1 = LastExt_1 = ~GPI1; }  produces this error message #error castm8 \LOCALS~1\Temp\s1f8.cx2...
Posted on October 09, 2013 at 23:02I'm using Cosmic 4.3.6 compiler & have a project with greater then 32k code.  I need to checksum the flash at startup and periodically during runtime to satisfy UL60730.  My first project (about 12k code size) went...
Posted on June 14, 2011 at 17:20Here's a question for the STVD & Cosmic gurus!  Since bit instructions in the STM8 do not utilize the zero page addressing I wanted to move the ''.bit'' section out of the ''Zero Page'' and into ''Ram'' so I'd have mo...
Posted on July 08, 2010 at 20:44ST92F150CV1T3 Wanted