STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Debug STM8L050J3 IAR

Hi,I am initializing studies with the STM8L050J3 using IAR.I made a development board and connected the in-circuit circuit as shown in the attached figure.Are there any other in-circuit pins that need to connect STM8L050J3 to ST-Link / v2?.

Leo1986 by Associate II
  • 532 Views
  • 0 replies
  • 0 kudos

Resolved! I need to know why the timer is not updating for every 1000hz in my code

#include <iostm8l.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include "defs.h"unsigned int count = 0;@svlreg @interrupt void TIM1(void){ count += 1; TIM1_SR1 &= ~(0x01);}main(){ CLK_DIVR = 0x00; // Set the frequency to 16Mhz CLK_PCKENR...

VSrin by Associate II
  • 1590 Views
  • 11 replies
  • 0 kudos

is it right to run low power to uA

void main(void) { float temperature = 0; const float Rp=10000.0; //10K const float T2 = (273.15+25.0); //T2 298.15 const float Bx = 3380.0; //B const float Ka = 273.15; float Rt = 0; //double ...

is this the right code to low power for stm8l152

void main(void) { float temperature = 0; const float Rp=10000.0; //10K const float T2 = (273.15+25.0); //T2 298.15 const float Bx = 3380.0; //B const float Ka = 273.15; float Rt = 0; //double ...

I need to program the ST8L101F3P6 with ST viual

hi,       I am using ST8l101F3P6 microcontroller.I have used ST Visual develop with Cosmic compiler.I Programmed and compiled successfully.but I can not Program the controller with ST visual programmer..when I try to program it asks to check the conn...

karthik.b by Associate II
  • 1219 Views
  • 4 replies
  • 0 kudos