STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can i validate that the STM8 is in low power mode?

Posted on April 26, 2017 at 05:13Hello Everyone,I'm new with the STM8 Mcus, and I would like to know how can I validate that the MCU is effectively on low power mode? Can I debug while in low power mode and check some registers? Since the MCU cpu sh...

I2C setting problem in STM8L101

Posted on April 24, 2017 at 08:32Hi,I have a I2C setting problem on STM8L101, I am using the ST's ''STM8L10x_StdPeriph_Driver'' library and try to setup the I2C bus to run at standard mode 100KHz (with system clock of 2MHz) for reading a magnetic se...

0690X00000603n5QAA.jpg 0690X00000603nAQAQ.jpg 0690X00000606p5QAA.png

STM8L052R8T6 8-bit basic timer (TIM4) is not accurate

Posted on April 20, 2017 at 04:51I am using TIM4 to delay 5min,but there is 7.5s fast everytime in The actual test.(Whether changed to HSI(16M/2) or HSE(8M))But there is no problem,when i changed using 16-bit general purpose timers (TIM5) .So,I gues...

What best IDE to use with STM8CUBEMX?

Posted on April 11, 2017 at 18:00I'm new on stm8 and I would like to start to make new dev using stm8cubeMX.Do you what best free IDE that'll be compatible with stm8cubeMX?Thanks in advance.

g. lewis by Associate II
  • 433 Views
  • 2 replies
  • 0 kudos

push pull or open drain

Posted on April 18, 2017 at 09:12Hi dear friend Please help me to understand : What condition i have to use output with push pull configurationand what condition i have to use output with open drain configurationThanks#push-pull-output-or-open-drain...

EEPROM addressing issue

Posted on April 15, 2017 at 14:44Hello,Here is my code for writing a byte into internal eeprom. Problem is  when -ever  I write a byte to the internal data rom ,its is  written to (address+1)  place into the  rom ...what I  mean to say..is ..if I tr...

Hello, I had developed one application using STVD

Posted on April 14, 2017 at 14:29void Menu(void){    if(KeypadStatus == Button_ADD)    {        Display_Filling_Constant(&CONF[0],DISPLAY_1,5);        Display_Filling_Constant(&MENU[0],DISPLAY_2,5);        Display_Filling_Constant(&BLANK[0],DISPLAY_...

EEprom writing issue

Posted on April 12, 2017 at 10:17Hello,I am trying to write value 7 to eeprom data memory area. My code is below../* MAIN.C file *  * Copyright (c) 2002-2005 STMicroelectronics */#include 'STM8S003F3P.h' unsigned int *ptr=(unsigned int *)0X4000; mai...

Resolved! STM8 _block_cksum161

Posted on April 12, 2017 at 11:01i used _blockcksum160 then we increase code size 32K to 64Kdepends on code size increased;we changed memory model +modsl0 to modsl.We changed library list libislo.sm8;libmo.sm8 to libisl.sm8;libm.sm8We changed startu...

__ckdesc__

Posted on April 13, 2017 at 10:07can you decribe __ckdesc__?Can i set these adress?