STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

confusion in stm8s_eval_i2c_ee.c of STM8S_StdPeriph_Lib

Posted on April 09, 2018 at 17:29As a detailed look into STSW-STM8069 / STM8S_StdPeriph_Lib v2.2.0 : http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm8-embedded-software/stsw-stm8069.html, the Utilities/STM8S_...

ST-Link/V2 GDB Error

Posted on April 06, 2018 at 16:43Hello,I use STVD as IDE and COSMIC as compiler. I have opened a project and compiled successfully. And I tried to debug it. But when I tried to debug I got an error:'  **Connection error (usb://usb): gbd already runn...

Ram execution Problem

Posted on April 02, 2018 at 13:17Hello all,I'm trying to execute some part of my code from RAM as this part is executed in low power run mode, so Flash is turned off.All RAM function I used is working well except the delay fn.the code I use for dela...

What does PD3 in this schematics do?

Posted on March 29, 2018 at 03:47Sorry if I'm posting at the wrong forum but I'm having a hard time finding out what PD3 pin do in this product:https://my.st.com/content/my_st_com/en/products/evaluation-tools/solution-evaluation-tools/led-and-genera...

This question is going to sound ridiculous, but anyway here it is. Can i use pd5 and pd6 ports on stm8s003k3 32 pin part as adc inputs?

Posted on March 20, 2018 at 21:41Both pd5 and pd6 on 003k3 have same structure as on 003f3. So i feel its quite possible they can be used as adc's on 003k3. I didnt see any reference to that in datasheet neither on reference manual explicitly mentio...

Nishu K by Associate II
  • 982 Views
  • 4 replies
  • 0 kudos

Timer in STM8

Posted on December 15, 2016 at 07:27Hello. I am using a STM8  (STM8S208C8T6) and reading a code (not written by me) that employs a timer and its interrupt to call several routines.  Apparently the clock is set at 16MHz i.e. 0.0625uS. The settings of...

d_aliaga by Associate II
  • 1554 Views
  • 3 replies
  • 0 kudos

community.st.com

Posted on December 20, 2017 at 12:33STM8 2018 wishlist There is a https://community.st.com/community/stm32-community/stm32-forum/blog/2017/12/05/2018-stm32-wish-list but none for the STM8 yet, so I'm starting one here.Philipp#wishlist

Problem with External intetrupt flag clearing

Posted on March 19, 2018 at 00:25Hello guys.I've recently downloaded ST standard libraries for stm8s series and working with the functions.In cube mx version when we called an interrupt the callback function automatically was executed and after that...

stm8 cosmic problem on stvd

Posted on June 14, 2016 at 11:12Hi friendsI'm new with stm8 microcontrollers, i have download st peripheral library and stm8 cosmic free compiler. after building project i see this errors:--------------------------- Project 5 - STM8 Cosmic - Configu...