STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems with STM8S001J3 power consumption in halt mode

Hello Community,I just bought a few of STM8S001J3 for testing.I want to use the halt-mode to get the lowest power consumption. The problem is that setting the Processor in halt, current is still at about 240uA (too much).I was testing about ten of th...

PSchü.1 by Associate
  • 464 Views
  • 0 replies
  • 0 kudos

Why is the Halt() function not working?

#include <stm8l15x.h> #include <stm8l15x_pwr.h>   void main(void) { GPIO_Init(GPIOA, GPIO_Pin_All, GPIO_Mode_Out_PP_Low_Fast); GPIO_Init(GPIOB, GPIO_Pin_All, GPIO_Mode_Out_PP_Low_Fast); GPIO_Init(GPIOC, GPIO_Pin_All, GPIO_Mode_Out_PP_Low_Fast); ...

TheUser by Associate II
  • 1466 Views
  • 5 replies
  • 0 kudos

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
  • 2747 Views
  • 10 replies
  • 0 kudos

Resolved! Cannot enter low power mode STM8L052C6

Posted on April 18, 2018 at 06:00Hi,I feel like I've been through the reference manual a million times, but I cant figure out how to get my project into low power mode.I'm driving a LCD screen with a counter on it. I have two external switches to wa...

Billy Bob by Associate II
  • 1564 Views
  • 4 replies
  • 0 kudos

Any plans for low pin-count STM8L devices?

Posted on October 23, 2017 at 10:53Occasionally we have need for a 6, 8, or 14-pin MCU.  For instance SOT23-6 or leadless devices to conserve board space.  Up until now, PIC10 and ATtiny have been the only choices, but it's good to have some other o...