User Activity

Posted on June 01, 2011 at 03:21I want to make a connection between two STM8S card.The first card is sending a signal and the second will read this signal and swith its value it will make operationhow to configure the GPIO of the first card and the ...
Posted on April 09, 2011 at 21:59C standard libraryhello,is that possible using a vast library of standard C with STM8S in STVD.like: #include <stdio.h>#include<string.h>#include<time.h>#include<math.h>
Posted on April 02, 2011 at 14:41hello,please tell me how can I program a output clock for another sequential circuit outside #external-clock #timer #cco
Posted on February 04, 2011 at 17:32Hello, can you help me?I can not build any code with STVD.I installed COSMIC compiler 32K.every time he gives me the following error message:----------- Project stm8s105 - STM8 Cosmic - Configuration Debug -------...
Posted on December 30, 2010 at 00:13Hello, I want to write a program to make his test on the value of a vector. is that there is another simpler solution??GPIO_DeInit(GPIOB);GPIO_Init(GPIOB, GPIO_PIN_0, GPIO_MODE_IN_PU_NO_IT);GPIO_Init(GPIOB, GPIO_P...