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

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
  • 956 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
  • 1524 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...

Which libraries should I add to the project?

Posted on March 16, 2018 at 20:36Hello.I'm trying to get started with stm8s series with IAR compiler that I'm not very good at.So for the first project just trying to on and off a single LED to see if everything is ok or not.I used Keil before this ...

Resolved! Failed to start GDB.

Posted on March 13, 2018 at 10:20I have been using ST Visual develop for months, with the same MCU: STM8L, compiling and debugging with no problem.Then yesterday I started getting a message to say that it can't start GDB :Starting debug session... -...

space attribute conflict

Posted on March 13, 2018 at 09:20Development credentials:IDE: STVDMCU: STM8AF6226COMPILER: COSMIC CXSTM8During code compilation, space attribute conflict error arises as below;#error cpstm8 source\os.c:48(51) space attribute conflictWhat is the reas...