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

Linker problem ''symbol d_imul not defined''

Posted on November 04, 2011 at 01:51I'm building a project for an STM8S208 using the Cosmic compiler (CXSTM8_32K) within ST Visual Develop.  When I link, I receive the error ''symbol d_imul not defined''.  The project was working well previously usi...

link?

Posted on February 05, 2011 at 10:02Can you help me  - when I build example stm8l discoevry. dev  - linker returns error:Running Linkerclnk -l''C:\Program Files\COSMIC\CXSTM8_32K\Lib''  -o Debug\discover.sm8 -fakeSemiAutoGen -mDebug\discover.map Deb...

johnf by Associate
  • 944 Views
  • 3 replies
  • 0 kudos

STM8T141 Programming Tips

Posted on November 23, 2011 at 12:10Hello, we would like to use the STM8T141 part for proximity sensors. The question is the following: We need to disable the environmental compensation filter (ECF) as in our opinion this will cause troubles as t...

eugenio by Associate
  • 528 Views
  • 2 replies
  • 0 kudos

STVD debugging of C source with spaces in path

Posted on November 20, 2011 at 16:04I'm using STVD 4.3.0 and trying to debug C source that contains spaces in the path - e.g., ''c:\my project\trunk\source.c''.  Everything builds, loads, runs, etc., but I can only debug in assembly.  And while that...

STM8 Instruction Pipelining

Posted on November 16, 2011 at 21:46Hello everybody!I've just got acquainted with STM8-L family and I'm already really fascinated. I have some questions though. Could anybody please help me?I'm currently reading the document called '' CPU Programmin...

0690X00000604y9QAA.png 0690X00000604yEQAQ.png 0690X00000604yOQAQ.png 0690X00000604vVQAQ.png

STM8, Eclipse and Linux

Posted on November 18, 2011 at 15:02I think I know the answer to this, but I just wanted to verify.  I have several different processors which we have in our products, and I am currently using Eclipse with GDB server on Ubuntu Linux for every other ...

bevenson by Associate II
  • 511 Views
  • 1 replies
  • 0 kudos

Cosmic ZAP debugger location

Posted on November 20, 2011 at 04:29Hi,I am new to STM8 Costmic tool. I downloaded the Cosmic STM8 32K software from company's website, and I am trying to compile a simple project. Everything goes fine until I try to start the debugger. Where is the...

ebuddy by Associate
  • 443 Views
  • 1 replies
  • 0 kudos

User Defined Section in .lkf file

Posted on November 19, 2011 at 13:25Hello , We have a Cosmic compiler for STM8A: I would like to define the sections for .text in .lkf BB_SEG from 0x8080 to 0xAFFF CB_SEG from 0xD000 to 0x1f000 and BB_RAM from 0x100 to 0x200 CB_RAM from 0x250 to 0...

STM8S105 I2C, STVD does not connect after AFR6 set

Posted on November 18, 2011 at 14:01I having been having problems getting the I2C to work on an STM8S105K6 in a 32 pin package. At first I couldn't I couldn't get the start bit to be sent. Then I realized that I neede to set AFR6 to put I2C onto PB4...