STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt not working

Posted on December 21, 2016 at 13:02I am trying to run a code in which timer causes an interrupt and everytime interrupt is generated, a variable h is incremented, but it remains zero in quickwatch window. My code is written below in stvd and cosmic...

Cannot communicate with the tool

Posted on March 21, 2016 at 10:40Hello! I compile sourse code stvp (http://www.st.com/web/en/catalog/tools/PF257522) in visual studio 2015. The program displays an error in console: >>> Programming PROGRAM MEMORY (API) ERROR : Cannot communicate wit...

Why not STM8 wish list?

Posted on January 05, 2017 at 11:54Today I've received email from ST with link to this https://community.st.com/s/feed/0D50X00009bLPmvSAG . So, why there no stm8 wish list? ST has forgot their low child, no any improvements anymore?Anyway, this is m...

ADC takes over function of every ADC pin when enabled?

Posted on December 22, 2016 at 08:25When I enable the ADC on my STM8A6266 MCU every PIN which is a ADC channel is blocked by the ADC? For example:PIN1-PIN8 are ADC channels 1-8, I enable the ADC and doing conversions on ADC channel 1 then I can't us...

Daniel S by Associate II
  • 275 Views
  • 1 replies
  • 0 kudos

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...