ST Visual Develop License File
Posted on June 18, 2015 at 13:16
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on June 18, 2015 at 13:16
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...
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...
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...
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...
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...
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. ...
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 ...
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...
Posted on May 29, 2015 at 15:14Hello all,I want to use TIM1 and its PWM input mode to obtain duty cycle and frequency of measured signal on STM8S003. But I have uncertainty about measured value.Snippets of codevoid initialization () {//System Clocks...