STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 972 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 ...