STM8S interrupts - NEWBIE asking for help
Posted on October 12, 2014 at 21:18The original post was too long to process during our migration. Please click on the attachment to read the original post.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on October 12, 2014 at 21:18The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 12, 2014 at 18:13I have developed new circuit based on STM8S003 . I tried SWIM programming using ST discovery kit. But device is not detecting.Please let know know what could be the problem.RegardsJayakumar #stm8s003
Posted on October 06, 2014 at 07:55Hello everyoneI am using STM8S003F3 in my project. I don't know how I can make a linked list in IAR environment. It seems that it is not just like what we do in C programming language. I mean defining a struct and ...
Posted on October 04, 2014 at 12:31I'm using STM8L151G6 in a device. I've erased program and data memory using STVP and set bootloader checks 1 and 2 in option bytes (although as i understand this is not necessary since there is no data at address 0...
Posted on September 26, 2014 at 16:37HelloWith the code below, i get returned an incremented caracter it self , the pointer is not,is it normal ? meaning my code is wrong . i mean i get U not O ...Or should I file a bug at sdcc comunity? ldw X,&shar...
Posted on September 04, 2014 at 14:58Hello, Ich have a question. I am connecting the output pin (PC7) of STM8S003K3 to input pin (PC7) of STM8S207S. When I set the pin to high, I do not see the input pin PC7 (as interrupt input) of STM8S207S goes to...
Posted on September 23, 2014 at 17:41I'm not even sure what to ask so I'll explain the problem as best I can. I did search everywhere for an answer. Anyway, I have an embedded project with a STM8S208C8 micro. I developed the project in C using ST Vi...
Posted on September 19, 2014 at 09:57hello please may i ask if there is a program availabe in assembly language for calculating the crc ccitt with x16+x12+c5+1 many thanks marc debruyne #crc
Posted on September 18, 2014 at 08:51I have the vrms and irms and frequency present in the stpm10 . But to get it into readable format like 223v and .5mA current how to do it. There will be a procedure.The procedure given in the stpm10 data sheet is...
Posted on September 13, 2014 at 08:33I'm trying to get a string from usart to stm8l, but when i got 2byte char, the RXNE is clear, and i can't get anymore char.My code is:main{ int8_t count = 0; getdata = ''''; while(1) { getdata...