User Activity

Posted on January 24, 2018 at 08:07I am getting an error while compiling the file.Can any one please help me out.sdcc -lstm8 -mstm8 --out-fmt-ihx delay.c?ASlink-Warning-Undefined Global '_GPIO_Init' referenced by module 'delay'?ASlink-Warning-Undefi...
Posted on January 22, 2018 at 07:19unsigned int clock(void) {      unsigned char h = TIM1_CNTRH;      unsigned char l = TIM1_CNTRL;      return((unsigned int)(h) << 8 | l);}Can i know the function of above highlighted statement. I have experimented ...
Posted on January 19, 2018 at 11:01Can i have library files for delay function for STM8S103F3/STM8S003F3.Thanks & Regards,Prasad.
Posted on January 19, 2018 at 06:35Can i know the procedure to select particular pin in the corresponding port in the STM8S103F3/STM8S003F3, DO we need to erase the previous program in the controller manually while we are dumping the new program? Is...
Posted on January 19, 2018 at 06:29Can i have programming tutorials or materials related to STM8S103F3 and STM8S003F3. Thanks & Regards,Prasad.