STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

contiously reading ADC

Posted on June 22, 2015 at 17:35Hello,I have a tiny application on an STM8L051F3 (current developing hardware is a STM8L152C6), where I need to sample an analog voltage and to send that voltage every once in a while to an i2c bus. To make easy thing...

torsten2 by Associate II
  • 552 Views
  • 1 replies
  • 0 kudos

UART expample

Posted on June 14, 2015 at 22:39Hi !Until now I used mostly arduino procesors, and recenzly got one discovery board.I'm very new in programming for STM8 processors. I had searched site for expample project for UART communication, but I can't find so...

mladen by Associate II
  • 482 Views
  • 1 replies
  • 0 kudos

about vref of STM8L052C6

Posted on June 17, 2015 at 08:13I am using STM8L052C6(48 PIN)IC.I have enabled VREFINT on pin no 41(PORT D6) and I am getting 1.22v on that pin.Can I use this 1.22V on (Pin no. 12) Vref+ Pin as a Refernce Voltage for adc?OR else I have to give exter...

lernd by Associate II
  • 439 Views
  • 0 replies
  • 0 kudos

Reprogramming STM8S005K6

Posted on June 14, 2015 at 22:10Good evening ST Community, I am a complete newbie in microcontrollers and programming. Only advanced in Excel macro building, but not sure if that will help =D Well, also had some time spent on Arduino a few years ago...

sattarov by Associate
  • 335 Views
  • 0 replies
  • 0 kudos

sdcc 3.5.0 rc1

Posted on June 11, 2015 at 18:18sdcc 3.5.0 is to be released soon. There already is release candidate 1. You can download the release candidate and have a look at it. The more eyes on it, the less likely are hidden bugs. The main changes from previo...

COSMIC LICENSE error

Posted on June 13, 2015 at 18:18I have got cosmic license file and copied it to ''license'' sub-directory of the compiler. But while compling getting error as  FlexLM System clock has been set back. I contacted to cosmic they replied as This messag...

jagspaul by Associate II
  • 1052 Views
  • 2 replies
  • 0 kudos

openocd

Posted on May 22, 2015 at 18:19Hello,I try to integrate a STM8 into an existing projects build system. I need basic support to flash a controller and ideally some basic debugging support. I've managed to do this for a STM32 controller with openocd. ...

torsten2 by Associate II
  • 766 Views
  • 2 replies
  • 0 kudos

Dubts, how to reset stm8s

Posted on December 01, 2013 at 08:05Hi guys, I am new to STM8s discovery... I have done the following code: stm8/     ;mapping.asm exists ...     segment 'rom'      start     bset $5011,#0;sets PD0 to input loop_main     ldw X,#$FFFF loop_delay    ...

lmx1 by Associate II
  • 849 Views
  • 3 replies
  • 0 kudos

Reading data from array

Posted on May 29, 2015 at 00:03Hi, I'm developing application which include I2C communication, so I have implemented code from AN8231. So far it works fine and I got data from I2C peripheral in input_buf[]. Data are valid, and I can see them in watc...

delkons by Associate
  • 396 Views
  • 1 replies
  • 0 kudos