STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UNABLE TO MODIFY EEPROM

Posted on February 03, 2014 at 12:57Hello,I am having issues writing data into EEPROM of Stm8s003K3. I am using Stm8s Discovery development board and IAR IDE.I know the algorithm of unlocking the eeprom.I have attached the code I am using. The probl...

What is u16/u8 etc?

Posted on January 25, 2014 at 20:48I am reading it in help files, variables declared as u16/u8 etc. What is this? Does it meanu16=unsigned int typeu8=unsigned char type ?

singhd3 by Associate II
  • 1121 Views
  • 1 replies
  • 0 kudos

Can STM8S be used with an low cost RF receiver?

Posted on January 30, 2014 at 01:05Can STM8S be used with an low cost RF receiver, like the ones available on ebay for $1-$2? If yes then can someone help me identifying library/functions to execute this task. Thanks #interfacing-anything-to-anyt...

singhd3 by Associate II
  • 360 Views
  • 1 replies
  • 0 kudos

Functions and parameters Cosmic C problem

Posted on January 27, 2014 at 19:32I am new to programming in C after years of using Basic on PICs. I would like to know where should I look for functions associated with a peripherals like GPIO ADC etc and what parameters they can accept. I am usin...

singhd3 by Associate II
  • 305 Views
  • 2 replies
  • 0 kudos

STVD First Project help

Posted on November 16, 2011 at 05:48I just received my stm8s-discovery and I'm trying to follow this: http://benryves.com/journal/3567231 I keep on getting the following error even though I see this function defined in stm8s_conf.h:#error clnk Debug...

drebbe by Associate II
  • 1104 Views
  • 3 replies
  • 0 kudos

STM8S Firmware Library

Posted on January 23, 2014 at 21:38Hello, this is my first post here and my first attempt in programming an ST MCU. I today bought STM8S discovery board and it should arrive shortly.I was looking for some pointers as to where to get the firmware lib...

singhd3 by Associate II
  • 340 Views
  • 1 replies
  • 0 kudos

ADC damaged?

Posted on January 20, 2014 at 13:00STM8L152K6T6My application has one ADC input for external device connection with output volatge range in 0..2V. It works fine for a while, but once,  when external device was unplugged and plugged again, ADC channe...

igor by Associate II
  • 508 Views
  • 0 replies
  • 0 kudos

STM8L I/O port register configuration

Posted on August 06, 2013 at 11:54I finally found the I/O port hardware register map in the hardware manual but there is no description of how to confingure the registers!Any one know where ST have hidden this vital information?The old ST7 manual ga...

STM8L Discovery USART

Posted on July 03, 2012 at 19:59i want to transmit using the stm8l152 on the stm8l discovery board. For that i have used sys config registers to remap the clk and the tx pin to the Port A. I use stvd and raisonance compiler. i cannot understand why ...

Bootloader for stm8s003k3

Posted on January 19, 2014 at 16:55hello everyone! I just research stm8s003k3 few a week. and I want to update code this microctroler throught uart by another microcontroler Can I programing bootloader for stm8s003k3? if I can. Can you held me some ...