STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Crashes STVD Develpment tool

Hi, I Install STVD Version 4.3.12 for STM8S Application programming. I used Cosmic Compiler for the same application. But while opening programming in tool menu, STVD is crashes and pop up message " STVD has stopped working". Please find attached...

COSMIC Compiler STM8 Crash

hi,My project used to compile using previous cosmic_32k limited version compiler. It's license got expired on 7th June 2018.After installing new compiler, when i compile, the " cxstm8 program crash " dialog box opens in windows 8.1.then, i have manua...

PWM in STM8S001J3

Hi I have red the reference manual if STM8S001J3, but I still confused whether pwm is the same as TIM ? But when I checked in the section of TIM1, TIM2, adn TIM4... Only TIM1 and TIM2 that have pwm mode. Does it mean that STM8S001J3 only has 2 pwm mo...

How to get STM8 unique device ID?

I'm working with a STM8S003F3P6 microcontroller and I need to know an unique ID for each device I will use. I know that PIC microcontrollers has an unique device ID that can be acessed by the user. My questions is: The STM8 microcontrolers have this ...

Introducing more STM8 devices with low pin count?

Posted on July 16, 2018 at 09:32ST has recently introduced 8-pin STM8 devices, while previously the lowest pin count available was 20.I would like to see more STM8 devices with relatively low pin count, e.g. 12 or 14 pins. Since I intend to replace ...

ASM, error on copy segment 'code>ram'

I'm trying to compile an example from "ST Aseembler Linker", Chapter 4.4 "Segmentation"stm8/ segment byte at: 0 'code' segment byte at: 8000 'ram' segment 'ram>code' label1: nop endand i get the following error:Error in map file Debug\00_test...