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

STVD And Cosmic And assert() Macro

Posted on May 05, 2014 at 08:50If I get...  #error cpstm8 pins_stm8s.c:28(4) missing prototypeon an...  assert( pPin->pPio == GPIOA );even though the file contains...  #include <assert.h>what have I missed/messed?Thank you.

Workalot by Associate III
  • 436 Views
  • 1 replies
  • 0 kudos

STVD - ''Go to Definition Of'' problem

Posted on April 28, 2014 at 17:10Hello, I have installed STVD 4.3.5 with Cosmic STM8 32K Special Edition Free license. I have a problem using feature: Go to Definition Of ''something''. When I try to click this on some function or variable error mes...

bogusz by Associate II
  • 508 Views
  • 0 replies
  • 1 kudos

Develop STM8L on Discovery Board?

Posted on August 02, 2013 at 10:48I've got an STM8L Discovery board, but I've decided to use the STM8L101 chip. Is this chip a subset of the STM8L152C6T6 used on the didcovery board? Does the swim use the same IO port/pins on both chips? Or do I nee...

Use SDCC in STVD

Posted on April 15, 2014 at 11:50Hi, I wanted to integrate the free SDCC Compiler in STVD. But I can´t find a possibility to add a new toolset. If I install Raisonance, a new entry in the toolset dropbox is generated. So there must be a possibility ...

nikolas by Associate
  • 597 Views
  • 0 replies
  • 0 kudos

C compiler sdcc 3.4.0 with stm8 support released

Posted on April 11, 2014 at 22:52Today, sdcc 3.4.0 was released. sdcc is a free C compiler. The 3.4.0 release is the first to support the stm8.http://sdcc.sourceforge.net/ The st8m port works reasonably well at this point (it passes the same regress...

SMT8S007 - Debugging OK, but Programmed Code doesnt run?

Posted on April 04, 2014 at 05:15Hello, I have been able to develop an STM8S007 project with STVD and cosmic C.  I have been able to test the project with no compile errors etc. When I use STVP to program the .S19 file into the chip, everything prog...

Option bytes programming during flash download, IAR EWB

Posted on March 17, 2014 at 14:28Hi all! Does anybody know, how to program option bytes from IAR, during downloading flash image, like it implemented in STVP? Maybe, using some scripts to automate. I will need to program few hundreds of uCs, and set...

kiroid by Associate II
  • 2198 Views
  • 2 replies
  • 0 kudos

Infinite ISR on STM8L

Posted on April 01, 2014 at 21:04I'm exploring an STM8L152 on the Discovery Board. That board has a user button, which I have set to trigger an interrupt on a GPIO (pin C1, if that matters). I can watch the interrupt fire in the debugger (using STVD...

vince by Associate III
  • 582 Views
  • 0 replies
  • 0 kudos