error:swim prog error[42006]
Posted on July 10, 2010 at 04:04error:swim prog error[42006]
Posted on July 10, 2010 at 04:04error:swim prog error[42006]
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
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 ...
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...
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...
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}; /*...
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.
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...
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...
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...