STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

When I am trying to upload simple gpio code I am getting the following errors..can anyone help me please An error occurred while retrieving GDI features: gdi-error [40201]: Can't access configuration database Couldn't find STM8S003F3 in the list of

Posted on March 21, 2017 at 13:28&sharpinclude <iostm8s003f3.h>&sharpinclude <intrinsics.h>int main(){ // // Initialise Port D. // PD_ODR = 0; // All pins are turned off. PD_DDR_DDR4 = 1; // Port D, bit 4 is output. PD_CR1_C14 = 1; // Pin is set to ...

Hello, I had developed one application using STVD

Posted on March 25, 2017 at 10:03#include 'Filter.h'#define Samples 3#include <math.h>#include <stdlib.h>extern unsigned long int data;long int Result_Previous,Average,;unsigned char Stable;void FIR_Filter(unsigned long int Clean){    static unsigne...

my problem is stvd and compile with st assembler linker

Posted on March 25, 2017 at 09:38Hello. I want compile a simple program that is :stm8/segment 'rom'PD_ODR EQU $500FPD_DDR EQU $5011PD_CR1 EQU $5012;///////////////////////bset PD_DDR,#6bset PD_CR1,#6loop2bset pd_odr,#6bres pd_odr,#6jp loop2endwhen I...

0690X00000603ieQAA.jpg

Cosmic compiler Error

Posted on November 18, 2015 at 07:54Hello,      We had developed one application using STVD IDE & cosmic compiler with 8k limit, for that we have following error while compile the code.#error clnk Release\stm8s003.lkf:1 segment .text size overflow (...

IAP Tutorial

Posted on March 21, 2017 at 15:30Is their any IAP tutorial and example code for STM8S00f3

TIMER4 PRESCALAR PROBLEM(STM8S)

Posted on March 04, 2017 at 11:56The original post was too long to process during our migration. Please click on the attachment to read the original post.

Can't switch LSI to master clock

Posted on August 29, 2014 at 20:15Hi, I can manage to change clock from HSI>HSE and vice versa. But I am not able to bring LSI as my master clock. Can anyone help please?I am using STM8S Discovery board and Cosmic C as my compiler.My code is as foll...