STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S Series - Capture Feature...

Posted on April 23, 2012 at 12:29Hi. I'm using stm8s series microcontroller. I'm working for make a frequency meter. Therefore i need how to use capture feature on STM8S (TIM2/3/5).. Is there any sample code about capture... Thanks, Ferudun...

Firmware Helpfile

Posted on May 08, 2012 at 10:45Hello ST-Community, I'm searching for a special STM8S-firmware-helpfile. In this file all firmware-functions are listed with arguments etc.. I already downloaded this file a while ago. But I can't find it now. I hope s...

ldues by Associate
  • 549 Views
  • 2 replies
  • 0 kudos

create file interruput

Posted on April 09, 2012 at 20:16i want to create a new source file for interrupt but I don't know how to do? Could tou help me????? STM8S105C6

mr239955 by Associate
  • 473 Views
  • 2 replies
  • 0 kudos

STM8S Cannot write to TIM2->CCMR

Posted on April 26, 2012 at 18:51Hi, I have just recently started developing with the STM8S003F3P TSSOP20 device. I have been working through a number of peripherals, which have gone fine, but have now run into a roadblock. I am using the STVD with ...

fraser by Associate
  • 493 Views
  • 2 replies
  • 0 kudos

Interrupt for sensor

Posted on April 25, 2012 at 11:13hi all.. i'm developing my project about the [electronic chip vending machine] and now i'm in the part of sensor i use infrared sensor to count the numbers of object (that pass the sensor) first, the driver part is w...

zea by Associate
  • 367 Views
  • 0 replies
  • 0 kudos

Help with ADC

Posted on April 25, 2012 at 10:31Hello I'm beginning programming in C and with STM8S discovery and i would like watch an example of how take the datas from a LM35, convert it with ADC1 and save in one value (for work before with it). Some one can se...

ikeritu by Associate
  • 416 Views
  • 0 replies
  • 0 kudos

Bug in CLK_GetClockFreq, stm8l15x_clk.c, V1.5.0

Posted on April 25, 2012 at 10:19I think this is wrong:CONST uint8_t SYSDivFactor[5] = {1, 2, 4, 8, 16}; /*!< Holds the different Master clock Divider factors */It should be like this:CONST uint8_t SYSDivFactor[8] = {1, 2, 4, 8, 16, 32, 64, 128}; /*...

STM8L152C6T6 EEPROM erasing problem.

Posted on April 24, 2012 at 10:20Dear everyone,When the updating stm8l make use of the swim , Everytime the EEPROM data was erased. I don't know this cause.The download tool is RFasher7. Of course was disable the Erase EEPROM option in this tool.

hansung by Associate
  • 341 Views
  • 2 replies
  • 0 kudos