STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 535 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
  • 544 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
  • 393 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
  • 445 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
  • 380 Views
  • 2 replies
  • 0 kudos

howto interface 1 wire device with stm8s003f3

Posted on April 23, 2012 at 14:43hi,I am trying to interface the peripheral using 1 wire communication using gpio pin of stm8s003f3 facing some problem after enabling and sending adress need to read ack i facing difficulty here to recive ack using p...

pushpa by Associate
  • 278 Views
  • 0 replies
  • 0 kudos

generate PWM

Posted on April 23, 2012 at 09:18hi all i'm newbie i just start stm8s105c6 by generate PWM from TIM1 4channels from the stm8sfwlib example >>TIM1_7PWM_Output see this code  #include ''stm8s.h'' /**   * @addtogroup TIM1_7PWM_Output====i need outpu...

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

Programming STM8S via USB

Posted on April 16, 2012 at 09:13Hi,Is it possible to program stm8s mcu s via comport/usb with interface card(maybe max232 chip etc.)?I dont need debugging.Programming will be ok.What should I do for that?Can I use STVP with my custom interface boar...