STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L, I2C random infinite loop on 2nd I2C peripheral

Posted on November 16, 2016 at 17:46I've narrowed the issue down to the program getting stuck in a while statement indefinitely.  Per the attached file, it is looping indefinitely at line 361.  Nicolas Fillon said I needed to implement some reliabil...

How to use math functions in Cosmic and Raisonance?

Posted on July 25, 2015 at 18:48I wanted to compare how the most important C compilers for STM8 perform on some standard benchmarks. However, I've run into a problem with Whetstone: I get linker errors for the math functions in the Cosmic and Raison...

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
  • 301 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
  • 271 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
  • 282 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'...