STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S207 BootLoaer Iar

Posted on October 16, 2014 at 18:16    Description:      In the STM8S For IAR Embedded WorkBench  I consulted AN2659 - AIP write the BootLoader, In the STM8S003F3,STM8S903K3 and 005 can be normal operation.  But in the STM8S207K6   ...

lee_lxw by Associate
  • 564 Views
  • 0 replies
  • 0 kudos

The question about the IEC60335's demo

Posted on October 15, 2014 at 01:16Now ,I use the  IEC60335_STM8Scome from ST,I encountered some problems.I use the STM8S FOR IAR torebuilt the demo ,In a pity,i find that there are some error.The MCU is STM8S903K3 ,theerror is unable to complete ''...

aizhixi by Associate II
  • 418 Views
  • 0 replies
  • 0 kudos

Support for other STM8S MCUs

Posted on October 14, 2014 at 12:50Hello,Is it possible to use stm8s-discovery's debugger with other STM8S parts? I couldn't find supported controllers in its manual or datasheet.I'd like to try stm8s103, stm8s903 for their package options, and I'd ...

yury by Associate II
  • 486 Views
  • 0 replies
  • 0 kudos

STM8s003 not deteccting

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

vkjayak by Associate
  • 574 Views
  • 0 replies
  • 0 kudos

Linked list in IAR for STM8

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 ...

abbas by Associate II
  • 746 Views
  • 0 replies
  • 0 kudos

Bootloader not responding

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...

0690X00000602m2QAA.jpg
dscdsc by Senior
  • 586 Views
  • 1 replies
  • 0 kudos

pointer problem (sdcc assembler)

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...

remi2 by Associate II
  • 1941 Views
  • 12 replies
  • 0 kudos

GPIO pin not driven high

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...

huck by Associate II
  • 2308 Views
  • 5 replies
  • 0 kudos

pointer or stack problem?

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...