STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L051F3P6 bootloader USART pins

Posted on October 20, 2017 at 09:25Hello! What USART pins of STM8L051F3P6 are dedicated for bootloader, PC5-PC6 or PA2-PA3? Can't find any info about that.The same question about stm8l151c6.Thanks!#bootloader #usart-pins #stm8l051f3

STM8L051F3 - PA0 changes its state from 0 to 1 after HALT

Posted on November 07, 2017 at 01:15Hello, I'm working on project with STM8L051F3 and detect strange behavior of PA0 when entering in active HALT mode.Sometimes after execution of HALT at the output of PA0 there is '1' although it is programmed in '...

Where do I find ST-LINK/V2 host interface details

Posted on June 29, 2017 at 14:02I am a Linux user (hobbyist), with ST-LINK/V2 connecting to various STM8S  devices. I can find details of the SWIM and DM interfaces on the device side (ST document UM0470), but cannot locate any details of the host s...

Cosmic Compiler - how to run from command line

Posted on November 03, 2017 at 15:09HI,I have a project which contains 12 different 'targets' defined by different &sharpdefines. Now i need to edit .h file manually, uncomment one of 12 defines, build it and do the same for all the targets.What is ...

COSMIC Tool For STM8

Posted on November 03, 2017 at 08:03Is there any people who achived to download COSMIC tool for STM8?

[ATT]9960

Posted on October 23, 2017 at 19:44Problems counting pulses between 5hz-100hz on STM8s003f3p hikindly help my design.     i am using stm8s003f3p micro-controller. timer 1 input capture unit doesn't work as i intended. i searched web forums and blogs...

Any atomic I/O bit access functions for STM8L?

Posted on October 23, 2017 at 21:36I'm looking at file stm8l10x_gpio.c from the 'standard peripheral library'http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm8-embedded-software/stsw-stm8012.html and there doe...

Pavel A. by Evangelist III
  • 1717 Views
  • 12 replies
  • 0 kudos

Resolved! COSMIC Compiler structure initialisation

Posted on June 14, 2017 at 11:58Currently I have an issue when trying to allocate a structure to RAM.The issue I have is that my structure occupies a total of 373 bytes but the compiler/linker is insistent on trying to locate this structure in the z...