User Activity

Posted on August 08, 2012 at 17:37Can someone direct me, a newbe to hardwire interrupts, to a pdf file telling me how to use an interrupt on the stm8s207? I want to run the stm8s continuously and retrieve information by command from and master contr...
Posted on August 01, 2012 at 16:21I am trying to use assert () to check amd make sure that my input is an integer.  I assign char choice[15]; u32 a; u8 n;  then I write n=Str2Int (*choice, *a); and it don't work, error bad argument type.   If I chan...
Posted on July 13, 2011 at 19:20I canot add lilbf.sm8o to my library path. ie.C:/program files/cosmic/cxst8m_16/lib.  In there is libfs.stm but not libf.stm. Do I have a worng set o f library functions in cxstm8_16?
Posted on June 13, 2011 at 22:53I am using cosmic tools with the stm8-discovery board. char buffer [15]; u8 n; double x; x = 300.02; n=sprintf(buffer,''%.2f'',x); when i run it n = null and the buffer is empty. what is my problelm? charles arnett

CCO

Posted on December 14, 2010 at 13:49has anybody ever used CCO, the configurable Clock Output?  I think I initialized it.  I enabled it.  Everything compiled but I never did anything that would set the frequency.  The output is a high.  Does anyone k...