STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L151 crystal with Cload 20pF

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

vzhan by Associate
  • 267 Views
  • 1 replies
  • 0 kudos

TIM2_ClearFlag(...) does not clear CCxOF overcapture flags

 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...

holojupe by Associate
  • 219 Views
  • 0 replies
  • 0 kudos

Resolved! I developed a board with STM8S003F3 (20 pin) controller on it. I'm trying to connect the board via SWIM but i'm not able to. I'm seeking help to connect my own developed board via SWIM using STM8S Development Kit's programmer.

**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 ->...

NikhilAG by Associate
  • 758 Views
  • 3 replies
  • 0 kudos

Switch and Power Source Problem_STM8S103F

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...

Corvette by Associate
  • 343 Views
  • 1 replies
  • 0 kudos

problem on current consumption

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...

FBatt by Associate
  • 401 Views
  • 1 replies
  • 0 kudos

unable to compile stm8 using cosmic compiler?

I'm using the Cosmic Software 4.4.9.0 in ST Visual Develop 4.3.12  I can't compile it.I try to install again but it showing same error.i tried to set root path correct like this C:\Program Files\COSMIC\FSE_compilers\CXSTM8.Can any one help me to solv...

tvenk by Associate II
  • 409 Views
  • 0 replies
  • 0 kudos

SQRT in STM8 STVD

How to calculate the square root in the STVD?Is it necessary to use a library? Where can I get this library?