Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I downloaded and installed the COSMIC stm8 free compiler (http://cosmicsoftware.com/download_stm8_free.php). I requested and received a license. I copied the license file to the appropriate folder.However, the compiler does not start. It does not sta...
OS:Windows 7STDV 4.3.12 , with STM8 nucleo64 stm8s eval boardThe ST DV software opens fine, and I can compile and transmit a program to the eval board.However when I try to simply "read" or open to view any file in the work space like main.c or a hea...
Dear,according to the spec. of STM8L151, Recommended load capacitance C=CL1=CL2= 2*CLOAD of crystal, so, if the Cload is 20pF, we should use 40pF for CL1 and CL2?please help to advise if it's ok and if have any other issues?b/rzhang
I am interested in STM8S 103F 32 PIN micro from ST. I have procured RLink debugger /programmer from Raisonance .What are latest development tools which are required to work on above micro with RLink. Is there any tutorial for getting started with thi...
I am developing an application on STM8S003 using Standard Peripheral Library (V2.3.1). I noticed that TIM2_ClearFlag(...) function does not clear the overcapture flags (CCxOF) in the TIM2_SR2 register. When I examined the source code of the function...
**To confirm connections, I did SWIM on STM8SDiscoveryKit and STM8S103FP6 breakout board & it worked well.My board connections are as follows (STM8S Development Kit's Programmer ---> STM8S003F3): VDD -> pin 9 SWIM -> pin 18 GND -> pin 7 (GND)NRST ->...
Hi,I am working on a project, turning on an LED in push-pull mode when a switch in pull-up mode is pressed. The LED only lights up once. I am using IAR and C.Everything works perfectly fine except that, sometimes when the LED is connected to power wi...
Hello,for a battery application, I have some question1) can I have the output pin in stable condition or halt mode puts the output in floating mode?2) I read the current run mode is: 150uA/Mhz + 215uA. At internal 38kHz clock, the total is 220,7uA, n...