STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello World

Posted on April 19, 2016 at 03:16Hello everybody. Can someone point me to a simple ''Hello world'' LED blinking example for STM8?My situation is as following:I found http://www.electroons.com/blog/stm8-tutorials-2-hello-world-program/ and I tried to...

d_aliaga by Associate II
  • 615 Views
  • 2 replies
  • 0 kudos

STM8S207SB checksum fails with cosmic compiler

Posted on April 18, 2016 at 14:20Hi!I just tried to verify the FLASH according to CLASS B considerations. I followed the manual by using -ck for .text and -ik (.checksum area) flags for the linker,The descriptor is inside the s19 file, the map file ...

hjs by Associate II
  • 804 Views
  • 3 replies
  • 0 kudos

Source code for STEVAL-IAS003V1

Posted on April 19, 2016 at 07:45Hello,I amlooking for source code of ST STEVAL-IAS003V1 evaluation board board.UnfortunatelyI can not find in on ST web site and trough the Google to...Pleasehelp.Regards,Alex.

STM8 firmware library

Posted on April 14, 2016 at 09:32HelloI have been reading a document called Getting Started with the STM8 and they mentioned the ''STM8 firmware library''However I have spent a lot of time (really too much) trying to find this library. Searches insi...

d_aliaga by Associate II
  • 891 Views
  • 4 replies
  • 0 kudos

Big problem with STVD

Posted on April 05, 2016 at 12:15I have a workspace containing several projects; one of those projects has several building configurations. Randomly, the STVD switches the settings between the varoius configurations in this project, this way I am ne...

i2399 by Associate II
  • 417 Views
  • 1 replies
  • 0 kudos

Where to find how i read analog values?

Posted on April 09, 2016 at 18:07Hello,it frustrates me that i don't find the information i need to read an analog value from a temperature sensor. I only have the overall documentation file, which's ADC-part is 1/4 page, and a documentation dedicat...

loder by Associate II
  • 288 Views
  • 0 replies
  • 0 kudos

[SOLVED] problem with STVD + COSMIC.. STM8S103K + ST-LINK_V2

Posted on April 05, 2016 at 15:26First i'm sorry for my bad in englishi have 2 problem for STVD+COSMIC/**------------------- first question -------------------- **/#include ''stm8s103k.h''int main(void){ CLK_CKDIVR = 0; // prescaler system clock =...