STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S-discovery

Posted on May 10, 2012 at 16:07bonjour ,je travaille à STM8S-discovery en utilisant STVD je reçois toujours cette erreur lorsque vous essayez de démarrer une version de débogage:Starting debug session...-> Emulator reset (usb://usb)...done.Openi...

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
  • 757 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
  • 649 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
  • 703 Views
  • 2 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
  • 474 Views
  • 2 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...

STM8S Discovery and CCO

Posted on April 14, 2012 at 11:40 I am new at this so please be gentle with me :) I am struggling to get the CCO pin to output the current clock frequency and I'm struggling. I have checked out the examples in the STM8S library (version 2.1), in...

Nevyn by Associate II
  • 567 Views
  • 1 replies
  • 0 kudos