STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S TIM1 delayed interrupt problem

Posted on May 30, 2018 at 13:09Hi!I need time-delayed interrupt using TIM1 in my STM8S105K4 project in IAR free IDETIM2 & TIM3 already in use.void SetupTimer1(){  #define TIM1_PRESCALER 16000L// once 1 msec  TIM1_PSCRH = (unsigned char)(TIM1_PRESCAL...

STVD keep crashing at programmer stage

Posted on June 02, 2018 at 18:01I've installed STVD for some work to do with some stm8s processor. However STVD keep crashing everytime I select 'tools/programmer'. Sometime (but rare) when I can go behond, I acess the dialog box but crashes again a...

Resolved! array of more then 16bytes

Posted on May 31, 2018 at 16:19hello, can you help me please, to have in assembler an array of more then 16 bytes. i tryed this 'table dc.b  $ff,...........$FF,' but it just accept max 16 bytes, my question is how can i reach for example 255 bytes ,...

jump to main user application failed

Posted on May 30, 2018 at 11:07Hi,I am working on a custom bootloader code for the STM8S207.using the standard jump routings that are used in the example code AN2659.the example code work fine, when i try to change location from 0xA000 to 0x11000 of...

Unable to Build project

Posted on May 25, 2018 at 10:22I am new to ST.I downloaded and installed STVD and Cosmic Free Compiler on Windows 7I made a project and trying to build I get the following error message.----------- Project helloworld - STM8 Cosmic - Configuration De...

Failed to start GDB

Posted on May 23, 2018 at 07:12I have been using ST visual develop version 4.3.11 with cosmic compiler, I started getting some unknown errors regarding some GDB settings as shown in the files attached. I even tried uninstalling and reinstalling Cosm...

0690X0000060KtSQAU.png 0690X0000060KtmQAE.png

Trouble connecting to STM8 MC with ST-Link and IAR Workbench

Posted on May 21, 2018 at 21:08I have updated some firmware and need to flash the MC on a custom board with a STM8AL3188 and SWIM connector. This is my first project using IAR. I have browsed some tutorials and made sure the Debugger Driver was set ...

Project Firmware Compilation

Posted on May 22, 2018 at 16:26Good day everyone. I require professional code to be compiled for a project based on an STM8S003 that interfaces to an accelerometer and SIGFOX transceiver. Please email mailto:electronicdesignpower@gmail.com if you ar...

Resolved! Simple remote control using STM8L001J3

Posted on May 18, 2018 at 11:05Hi, I would like to use the SWIM port of STM8L001J3 to control an LED.Obviously the same port will also need to be used for debugging and programming.I ask if it is possible to connect the LED directly to the port or i...