STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8AF622x macro in stm8s.h

Posted on November 23, 2017 at 11:13I am using stvd and cosmic compiler for development of MCU STM8AF6246 .In file stm8s.h/* #define STM8S208 */ /*!< STM8S High density devices with CAN */ /* #define STM8S207 */ /*!< STM8S High density devices witho...

Optimized Multiplies for Cosmic Compiler?

Posted on November 11, 2017 at 23:27 Are there optimized basic math functions available for the STM8 such as; 8 bit by 8 bit multiply and 8 bit by 16 bit multiply and similar? My application has a time critical 8 bit by 16 bit multiply. The Cosmi...

stm8s003f3 adc

Posted on May 11, 2015 at 22:03 Hello everyone I am new to this forum, so hello. I am alsonew to STM en C. I am trying to learn everything step by step but get the stuck on the adc. I am trying to get the adc working on stm8s003f3 ...

n23 by Associate II
  • 630 Views
  • 2 replies
  • 0 kudos

STM8S003F3P6 UART1 is not working???

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

github.com

Posted on November 12, 2017 at 08:35esp-stlink: SWIM implementation on the ESP8266 I thought this may be of interest: This github project allows to SWIM access to STM8 MCUs using the ESP8266 microcontrollers, thus not requiring the proprietary stlin...

The minimum electrical circuit

Posted on September 25, 2017 at 17:03What is the minimum electrical circuit to program the STM8S microcontroller by SWIN?#minimun-circuit

ADC1 single scan conversion problem

Posted on September 16, 2014 at 11:21Hello everybody, when doing ADC1 single scan conversion (ADC0 to ADC2 channels) during the first run after reset the ADC2 is always 0 (ADC1 and 0 are OK). The next and following sets of readings are then all OK. ...

pok-on by Associate II
  • 543 Views
  • 3 replies
  • 0 kudos

Custom Bootloader, Debugging and the Cosmic Compiler

Posted on November 09, 2017 at 15:33Hi,I am currently working with the STM8S003K3 and I am attempting to write a bootloader function which will take an S-Record line by line and write the contained data to Flash. I have seen that is common practice ...