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

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
  • 1189 Views
  • 4 replies
  • 0 kudos

stm8s_adc1 SPL files throwing compiler errors

Further to my previous message I have setup a new STVD workspace, included stm8s.h and just stm8s_adc1.c and .h, setup processor etc and get 150+ compiler errors on stm82_adc1.c just as if the header file was not specified but it is. So having reduce...

BCowa by Associate II
  • 481 Views
  • 0 replies
  • 0 kudos