User Activity

Posted on July 24, 2017 at 11:11I know it is a common question but still we cannot get rid of it. We are using stm8s003f3 in our project. An ac motor is switched ON and OFF by a 12V relay (using timer).The controller frequently resets itself when a ...
Posted on December 21, 2016 at 13:02I am trying to run a code in which timer causes an interrupt and everytime interrupt is generated, a variable h is incremented, but it remains zero in quickwatch window. My code is written below in stvd and cosmic...
Posted on December 16, 2016 at 07:11In a timer code, I am facing number of 'missing prototype' errors in the included tim1.c file. Each of the error marks the line starting from 'assert param' ..... in tim1.c file. Do I have to change anything in co...
Posted on December 06, 2016 at 13:59We are working on a project based on timer in which we keep facing an error : symbol _TIM1_SetCounter not defined. We have included the header files as well. Thanks in advance.