STM8S SelfTest
Posted on January 07, 2016 at 14:46The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 07, 2016 at 14:46The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 07, 2016 at 07:27Hello,We are trying to flash STM8L052C6T6 MCU board with STM8L_discovery board.Everything was working OK. Suddenly STVD tool is closed and after that we are unable to flash the code in debug/release mode. Getting e...
Posted on January 07, 2016 at 07:23Hello,We are trying to flash STM8L052C6T6 MCU board with STM8L_discovery board.Everything was working OK. Suddenly STVD tool is closed and after that we are unable to flash the code in debug/release mode. Getting e...
Posted on December 30, 2014 at 03:12Would someone assist with the logic of my 4 stage if-statement. It basically performs one of four groups depending upon how 2 dip switches are set. The problem is that no matter how I set the 2 dip switches it a...
Posted on December 23, 2015 at 04:42Hi all Cosmic compiler: Parser V4.11.4 - 12 Aug 2015, Generator (Limited) V4.4.3 - 13 Oct 2015 Optimizer V4.4.3 - 13 Oct 2015 Consider the attached test code - testbug.c line 17 isCW = !isCW ; // generates...
Posted on December 25, 2015 at 22:00There are now tutorials for 4 of the STM8 Discovery boards athttp://www.colecovision.eu/stm8/ The tutorials use the free C compiler SDCC and stm8flash. For the STM8S-DISCOVERY, STM8L-DISCOVERY and STM8A-DISCOVERY ...
Posted on December 24, 2015 at 17:05Recently, tutorials for many STM8S boards have been added athttp://www.colecovision.eu/stm8/ The previously existing tutorials there have been updated. The tutorials for 9 STM8S (and 1 STM8L) development boards sh...
Posted on December 23, 2015 at 10:19I am using STM8L051F3.I want to use Timer-2 ch-1 & ch-2 and Timer-3 ch-1 in sequence PWM mode.All 3 timer in PWM mode with Period of 6 ms.But first i want to start Timer-2 ch-1 PWM. After Complition of its 1st pul...
Posted on December 05, 2015 at 18:13Hi, I the first time write at this forum, prompt to me please, I have the STM8S207S8T6C microcontroller, and I have a programmator of ST-LINK/V2 and the ST Visual Programmer program, on mine the microcontroller is...
Posted on May 16, 2014 at 16:19Hi everyone I am using STM8S003F3 in my board. for reading 5 analog inputs in regular interval I have used single conversion - scan mode - buffered ADC triggered by TIM1 by the following code //ADC1_DeInit (); ADC1_I...