User Activity

Posted on May 09, 2013 at 07:41Is there a way to define the address of main() to be at a specific location? The Raisonance compiler has a ''at 0x8080 void main(void)'' syntax, does the cosmic compiler have something similar? I've tried doing void ''...
Posted on March 15, 2012 at 05:57I'm trying to get I2C working, I've verified I can manually toggle the pins at 400KHz with a pull up resistor. I can't seem to get the I2C code to work correctly though.    input_clock = CLK_GetClockFreq()/1000000;  ...
Posted on November 16, 2011 at 05:48I just received my stm8s-discovery and I'm trying to follow this: http://benryves.com/journal/3567231 I keep on getting the following error even though I see this function defined in stm8s_conf.h:#error clnk Debug...