STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hypoterminal is dead

Posted on September 16, 2010 at 23:33It's not even as if Hyperterminal is a standard part of Windows any more:http://windows.microsoft.com/en-US/windows-vista/What-happened-to-HyperTerminal

switching ADC with multi channel

Posted on December 21, 2016 at 11:03Dear allI am using ADC in stm8s105c6. I use ADC1 for two channel for example AIN9 and AIN8.the problem is that when I switch the ADC1 from channel 9 to 8 the output result of the are being swapped.the input signal...

Timer issue

Posted on December 16, 2016 at 07:11In a timer code, I am facing number of 'missing prototype' errors in the included tim1.c file. Each of the error marks the line starting from 'assert param' ..... in tim1.c file. Do I have to change anything in co...

How do I check the code size in STVD?

Posted on December 07, 2016 at 16:09Is it possible to check the program size in STVD? So I can choose the correct Flash size of the MCU for my application...#stm8 #code-size #stvd #cosmic

Compiling Spirit1 library for STM8l152 with a free toolchain?

Posted on November 30, 2016 at 20:46Hello,Has anyone had success using the Spirit1 library (provided as part of  http://www.st.com/en/embedded-software/stsw-connect009.html) in a project for an STM8 MCU using a free toolchain?The library was written...

Resolved! STM timer query

Posted on December 06, 2016 at 13:59We are working on a project based on timer in which we keep facing an error : symbol _TIM1_SetCounter not defined. We have included the header files as well. Thanks in advance.

What is it magic of COSMIC?

Posted on December 06, 2016 at 08:15Hello, Very interested, why needs code what marked bold? In the documentation, this bit is designated as insignificant.  163                     ; 28 __interrupt void _on_tick_(void) 163                     ; 29 {...

The impression of the STM8

Posted on November 09, 2016 at 05:10After spending a little comparative analysis of the code generated by the compiler  SDCC for various 8-bit microcontrollers, I was surprised. Efficiency STM8 outside of competition. In my opinion this is the best ...

Question to COSMIC compiler experts

Posted on November 29, 2016 at 21:19Hello, I briefly. How to implement critical section compatible with __monitor or __critical directives in other compilers? And how to pass the offset of stack of the local variables into inline assembler directive...