STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Terminate and restart a task ?

Posted on April 03, 2018 at 11:08We have project in which FreeRTOS code is generated using CubeMx.   I see syntax is little different from documentation on FreeRTOS site. How can I terminate and restart a particular task?Main objective is  Terminat...

Resolved! STM8 RRCW instruction incorrect results

Greetings, I'm attempting to use the RRCW (Rotate Word Right Logical through Carry) instruction (op code 56), but it is giving unexpected results on bit 15.The documentation on PM0044 (pg 138/162) says: "Bit 15 of the result is a copy of the CC.C bit...

STM8L power (current) consumption problem

Posted on August 23, 2011 at 06:42 I'm developing some applications with STM8L152R8 and STM8L152M8 MCU now, and both applications are battery-used product. The problem is that, I cannot make the MCU consume micro-ampere order current.  I used every ...

jisoon by Associate II
  • 4737 Views
  • 13 replies
  • 0 kudos

Starting STM8L152 Discovery Board project

I am new to ST digital products and am working on getting the STM8L Discovery running for coding and debugging before a new serious project begins. My question is how to identify and connect the needed resources for this MPU, etc. Like, how to talk t...

IC_DOC by Associate II
  • 3388 Views
  • 7 replies
  • 0 kudos

STM8L052R8 Watchdog Timer Issue

I have configured the watchdog for the maximum duration possible, i.e, 1.7 sec. void watchdog_init(void){CLK_ICKCR |= CLK_ICKR_LSION;IWDG_KR = 0x55; IWDG_PR = 6; IWDG_RLR = 0xFF;IWDG_KR = 0xCC; }But it seems to be resetting in around 26 - 28 ms. I ha...

LIS3DH Auxiliary ADC using STM8 is giving constant value

HiI am working on a project where we are reading the battery level on the ADC1 of LIS3DH. This value I need to read using STM8L051F3P. I am using SDCC compiler. I am able to read the WHO_AM_I register. I am also able to set the accelerometer threshol...

SDhare by Associate
  • 2076 Views
  • 4 replies
  • 0 kudos

Error:1935 Microsoft C++ 2005 redistributable (x64)

Dear Sir, We are trying to install the STVP-STM8 and are facing error:1935 Microsoft C++ 2005 redistributable (x64).Unable to install STVP-STM8 in the system. Operating System details:Window 11 Pro, 64 Bit Can anyone help us to resolve this error?

SSAvani by Associate
  • 307 Views
  • 1 replies
  • 0 kudos