STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8AL318A peripheral registers include file

Posted on February 02, 2017 at 12:01HiI am using a STM8AL318AT. What is the correct peripheral resisters include file to use? The stm8s.h includ file from the standard peripgeral library does not support any AL device. Can I use the stm8l15x.h file ...

Resolved! ST Visual Programmer not programming .hex file properly

Posted on February 03, 2017 at 10:57Hi,I use the ST Visual Programmer to flash a stm8S007C8 and this is working good, until the size of the .hex file is bigger than 155 kB. After this size the STVP shows an error/warning that it is out of range'FILE...

Store data in Flash at specific address

Posted on January 31, 2017 at 10:23I'm working with STVD and COSMIC compiler and I'm just trying to store data in flash at a specific location. What I've done up to now:- Defining a new segement and section in STVD for the linker, specificed locatio...

Daniel S by Associate II
  • 446 Views
  • 6 replies
  • 0 kudos

STM8L ADC Input drawing current

Posted on January 25, 2017 at 16:07I’m using the STM8L052r8 to measure temperatures on the ADC channels 24/25. I’m using a proven ADC routine but my expected counts aren’t coming in correct.It seems I've got a volt drop/ current flow across R1 on th...

0690X00000603ZhQAI.jpg

ADC value to temperature

Posted on April 12, 2016 at 21:28Hello,i now managed to reada analog value from my temperature sensor and i am now wondering how i can convert that value (3643) to a temperature? I didn't see any kind of formula how the value is calculated with Vref...

loder by Associate II
  • 348 Views
  • 2 replies
  • 0 kudos

Energy calculation using stpm10

Posted on January 25, 2017 at 13:27Hi.I am using the 511-STEVAL-IPE018V1 eval board along with STM8s micro for calculating power/electricity consumed by a 3W bulb connected to it.The eval kit has STPM10 energy metering IC, which can be accessed over...

STVP stop working when start debugging

Posted on August 24, 2016 at 09:39I Encounter a strange problem when using ''st visual develop'':  Yestoday everything was normal. But today when press ''start debugging'' button in my STVD project, STVD Stops Working and collapses。  I am using Wind...

czg0002 by Associate
  • 341 Views
  • 5 replies
  • 0 kudos

Debug variables wrong

Posted on January 24, 2017 at 01:21Hello, I'm facing a very embarrasing problem with variables in ST visual develop.When I add a breakpoint just before a function call and I hover the parameter being sent with my mouse I can see it. But when I step ...