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

Cosmic compiler problem with STM8 Discovery board

Posted on November 09, 2016 at 11:11Hello all, I am new to cosmic compiler. Using IdeaSTM8 IDE I just wanted to create a new project. I have followed procedure suggested in ''Quick Start Guide'' pdf file. But I am getting below mentioned error. &sha...

STM8 Discovery board, ST Link V4, ''Cannot connect to target''

Posted on November 09, 2016 at 10:51I just got the STM8 Discovery board, however the ST link utility programme says ''cannot connect to target'' and to choose ''connect on reset'' in the target-> settings menu. There is no ''connect on reset'' optio...

jgpp85 by Associate
  • 494 Views
  • 0 replies
  • 0 kudos

interupt TIM2 assenbler

Posted on November 07, 2016 at 10:14The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM8L DISCOVERY I2C

Posted on March 19, 2013 at 20:55Hello all STM comunity,First of all my apologies for my English, my language level is rather basic yet. That said, I will proceed to explain te reasons as I am writing this post.I am a Spanish estudent and I am devel...

STM8 MTBF / FIT number

Posted on October 27, 2016 at 07:58Could you provide the MTBF / FIT numbers for the STM8 series and/or specifically the STM8AL3188TAX? #stm8-mtbf-fit

guido1 by Associate
  • 449 Views
  • 0 replies
  • 0 kudos

Library Compatibility Between STM8L 15x and 10x

Posted on October 26, 2016 at 21:30Are the example libraries compatible between similar MCU's? For instance the STM8L15x StdPeriph_Driver includes stm8l15x_pwr.c/.h  but the STM8L10x StdPeriph_Driver does not have those.  I was wondering if I could ...

nick2399 by Associate
  • 471 Views
  • 0 replies
  • 0 kudos

Compile DATE and TIME constants, Cosmic

Posted on October 17, 2016 at 11:20Hi,I used to work with Microchip PICs and the compiler c18 provided string constants holding the compile time & date, updated in compile (or link ?) time; examples:__DATE__ == ''Jul 08 2016''__TIME__ == ''10:56:03'...

LIN Transciever

Posted on October 25, 2016 at 07:47Hello all, I am using NXP's  TJA1028T/5V0/20/1J  LIN transceiver with STM8 board. To bring LIN transceiver into ''Normal Mode'', is it mandatory to feed 5V supply to EN pin and VBATT pin of transceiver?  I have fed...

Setting up the programming environment for STM8s003f3P6?

Posted on October 20, 2016 at 07:51i am learning to program in embedded C by myself and i have bought an stm8s003f3P6 microcontroller and  a STLINKV2 programmer to program device and i under i can use STVISUAL DEVELOPE code or IAR EMBEDDED WORKBENCH...

Configuration of Option bytes in source code, Cosmic

Posted on October 17, 2016 at 11:12Hi,is it possible to specify Options bytes in source file ?I mean something similar to what I use with Microchip PIC18 (in .c files):#pragma config  WDT = ON // WDT Enabled#pragma config  WDTPS = 256 // Watchdog pr...