STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM2 program using STM8S003F3

Posted on February 19, 2017 at 03:48HiI am facing problem in Timer2 programing. It does not go into the interrupt. Please find below program of Timer2 initialization. I am using STVD for programing STM8S003F3.The Prescalar clock frequency is 16Mhz  ...

STM8S103F3 can't be programmed anymore

Posted on January 18, 2017 at 20:59Hi,i use IAR EWSTM8 to debug and flash the STM8S103F3 controller which i have here on a small blue breakout board. Yesterday i flashed the Controller via the ST-Link V2 as always but instead of going into the debug...

0690X0000060623QAA.png
loder by Associate II
  • 1304 Views
  • 4 replies
  • 0 kudos

STM8s i2c

Posted on February 18, 2017 at 11:46Hello, i can't get my stm8s105c6t6 i2c to work. Hopefully anybody has an idea what i'm diong wrong. i'm pleased for any imput i can get. here some changed code which doesn't do anything but i just try to measure a...

STM8AL318A PORT I EXTI registers mapping

Posted on February 18, 2017 at 20:13HelloI am using stm8al318a lqfp80 package with GPIO pins PI0 - PI3.The datasheet says 'all IOs mappable to interupt vectors' and the pin description has a check for ext. Interrupt.But when reading reference manual...

GPIO_ExternalPullUpConfig

Posted on February 01, 2017 at 09:53 What is the difference GPIO_ExternalPullUpConfig (GPIOB, GPIO_PIN_0, ENABLE) and GPIO_Init(GPIOB,GPIO_PIN_0,GPIO_MODE_IN_PU_NO_IT) in point of P-Buffer FET (FET at high side) and internal pull-up resistor. In an ...

Resolved! STM8 not driving LCD

Posted on January 06, 2017 at 05:39 I have a custom LCD that I am trying to drive with theSTM8L052C6. I have tested the LCD with 2 other MCUs and it works fine. However, when I try to drive it with the STM8, it is very dim and almost not visible....

0690X00000605yQQAQ.png
Billy Bob by Associate II
  • 2176 Views
  • 5 replies
  • 0 kudos

Fix case sensitvity of HSE_Value in the STM8S_StdPeriph_Lib

Posted on February 15, 2017 at 11:09 In the STM8S_StdPeriph_Lib's stm8.h file there is a section: #if !defined HSE_Value #if defined (STM8S208) || defined (STM8S207) || defined (STM8S007) || defined (STM8AF52Ax) || \ defined (STM8AF62Ax) #d...

GDB Source Code?

Posted on September 29, 2016 at 09:33Hi !Several years ago, the source of GDB was availabe as a download from ST (found in the forum, but not available anymore). I think nobody achieved to get the debugger running in Eclipse due to the missing MI in...

hjs by Associate II
  • 783 Views
  • 4 replies
  • 0 kudos