STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8 Assembler using STVD

Posted on September 18, 2011 at 19:13I use STM8 Assembler. Code: ...... CLOCK EQU 16000 TIME EQU CLOCK/1000 .... compile error Error 67: Improper Character(s) '/1000' Why? I find :) TIME EQU {CLOCK/1000} Works without errors

Problems debugging with STVD

Posted on November 13, 2010 at 07:52Hello, I am unable to debug on the STM8L-Discovery using STVD, I always get this error when trying to start a debug version: Connection error (usb://usb): swim error [30004]: comm timeout I tested STVD versions 4....

Dissassembly and memory windows always empty in STVD

Posted on September 22, 2011 at 11:20Hi, I'm working on the STM8S-Discovery board with the Cosmic compiler in STVD 4.2.1 patch 2.  When debugging and stepping through the code there is no information in the disassembly and memory windows.  I'm sure...

SPI slave communication

Posted on September 21, 2011 at 00:02Hi all,I am working a project that has a SPI master on an OMAP-L138.  I had the four lines manually wired across from the OMAP-L138 to the STM8-S discovery board.  The connections are below:OMAP SPI CS -> STM8 SP...

ttran by Associate
  • 400 Views
  • 0 replies
  • 0 kudos

Cosmic linker error - Section Boundary crossing

Posted on September 14, 2011 at 15:24Hi all, I am busy modifying my code so that I can utilize a custom bootloader. My application code is running and compiling with no problems on its own. The problem begins when I try to shift the start address o...

nsayag by Associate II
  • 1677 Views
  • 6 replies
  • 0 kudos

Flash Loader Demonstrator stuck at 82%

Posted on September 16, 2011 at 15:34 Hi, I am trying to download my application using the flash loader demonstrator and I am running into a problem at the same point each time - After 82% of the download the communication stops (see attache...

nsayag by Associate II
  • 539 Views
  • 0 replies
  • 0 kudos

STVP Patch2 version 2.0.0 install crash

Posted on September 14, 2011 at 14:54I installed STVD 4.2.1/STVP 3.2.3 (Version 24.0)  and then tried to install Patch&sharp2 (Version 2.0.0).  The patch installation starts but then I get an error window with the title Unhandled Exception with the ...

Getting DAC output without DMA.

Posted on September 12, 2011 at 13:08When I write this code:   DAC_Init(DAC_Channel_1,               DAC_Trigger_Software,               DAC_OutputBuffer_Enable); The registers don't change. Maybe I have to write something before? Thank you!

oleg2 by Associate
  • 334 Views
  • 0 replies
  • 0 kudos

VB6 definition file for the Win API of the STM8 Bootloader

Posted on September 07, 2011 at 22:57Is there a definition file available for the Win API functions, definitions and data structures of the STBLLIB.dll, Files.dll and the STUARTBLLIB.dll for VisualBasic6?   Is there an VisualBasic6 example project a...

helmut by Associate
  • 308 Views
  • 0 replies
  • 0 kudos