STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

External interrupt with ir sensor

Posted on June 26, 2015 at 15:27Hello I m trying to generate a interrupt using ir output but external interrupt is not responding.Im using stm8s003f3 and stvd .And it do respond with external interrupt as switch .  EXTI_SetExtIntSensitivity(EXTI_POR...

ekta by Associate II
  • 574 Views
  • 1 replies
  • 0 kudos

Tutorials for stm8 development using free software

Posted on July 10, 2015 at 20:16Recently, I updated my tutorials for using sdcc on the stm8 for sdcc 3.5.0, fixed a few typos, and most importantly: New tutorials for WaveShare development boards¹², and serial I/O on the STM8L-DISCOVERY. The total n...

Stm8L custom bootloader vector table.

Posted on July 07, 2015 at 16:30HiI wrote custom bootloader for stm8l152c8. Its working fine. But i want to write two user application to the board. For example i have 2 application one of them is starting 0x9000 other one starting 0xB000 adresses i...

emre2 by Associate
  • 494 Views
  • 1 replies
  • 0 kudos

Conclude from .s19 file size to occupied flash memory

Posted on July 07, 2015 at 11:24Hello Does somebody know, how I can conclude from the size of a compile firmware in the .s19 format to the occupied flash memory size? Reason of my question: I have done the example http://www.st.com/web/en/catalog/to...

Need help

Posted on June 24, 2015 at 15:40Hello can anyone provide me email id for support team for stm microcontroller . Please reply.. #stm

ekta by Associate II
  • 511 Views
  • 1 replies
  • 0 kudos

ST-LINK/V2 Documentation

Posted on June 26, 2015 at 12:49Hello,we do not use Windows as development / build platform and have now a STM8L device in our project that we would like to flash during development. Using some official ST supported flash tool under windows for prod...

torsten2 by Associate II
  • 464 Views
  • 2 replies
  • 0 kudos

EEPROM invalid values

Posted on June 24, 2015 at 09:04Hello, I'm pretty new in STM8 programming. I'm making small project on STM8S103F3P6 microcontroller and I need to save some (27 bytes) values in EEPROM memory and reload them at every power up. I saw an example from S...

STM8 I2C Busy Bit is always 1

Posted on April 28, 2015 at 11:00Hello, I work with the STM8S105K6 and have tried several examples of ST here. SDA and SCL have a 4.7K pull-up. The line is currently connected only with a oscilloscope. Manually I can let toggling the corresponding...

SDCC 3.5.0 released

Posted on June 24, 2015 at 15:12SDCC is a free C compiler targeting 8-bit architectures. This is the second release supporting the STM8, and STM8 users will see a substantial number of improvements compared to the previous 3.4.0. A recent presentati...

Output Size in IDE (ROM & RAM Usage)

Posted on May 18, 2012 at 10:20Hi everyone,I can't find a solution to a very simple problem. STVD does not show the output size (ROM and RAM usage) when I compile with Cosmic Compiler (32K limited version). I tried many things and can see the output...