STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Advanced TIM1/TIM5 sync on STM8S903

Posted on June 07, 2018 at 21:07I'm having a little confusion interpreting the STM8S reference and STM8S903 data sheet.  The STM8S903 is the part with TIM5 and TIM6 instead of TIM2 and TIM4, and adds the advanced triggering mechanism that allows lin...

Resolved! Keeping Variable at Watchdog reset

Posted on June 06, 2018 at 15:12Hello ST Community,I´m using a STMS8105x6 MCU that has an appilcation running that communicates with other MCUs via UART and I2C. I also have a IWDG running, that does sometimes a reset because of communication errors...

STM8AF Output NRST Pin signal

Posted on April 11, 2018 at 05:58Dear all,First I would like to thank you for any help that you might give me.My purpose is to flash an empty code in the uC (STM8AF5288TAY) but its always says ''lost SWIM communication''.After analyse of our self de...

0690X0000060AX9QAM.png 0690X0000060AX4QAM.png 0690X0000060AXJQA2.png 0690X0000060AXEQA2.png
david.ye by Associate II
  • 3633 Views
  • 18 replies
  • 0 kudos

Why no STM8 community any more?

Posted on June 06, 2018 at 21:49There used to be a STM8 MCUs community.Now that community is no longer in the list of ST communities. Yesterday, I got a cancellation notification for the STM8 MCU event I had created there (the event was in February,...

Resolved! Issues Generating PWM on Timer 2

Posted on June 05, 2018 at 17:09Hi,I have been doing a little work recently with the STM8S003k3 Discovery board, where I attempting to create a 800Hz signal with a 80/20 duty cycle. The issue I am experiencing is that I have no output on the pin!Now...

Two Timer channel not working at a time.

Posted on July 25, 2017 at 21:32Hello ,Sir/Madam I am working on STM8S (STM8S003F3) MCU . This is 20 bit MCU. I So i am using 2 timers TIMER1 CHANNEL2 (on pin no. PC7 ) and TIMER2 CHANNEL1 (on pin no. PD4) and i select ARF0 OPTION BYTE for TIMER1 CH...

STM8L EEPROM Block Programming

Posted on June 04, 2018 at 08:05 Hello I'm use STM8L151G6 I'm trying use block programming as below: //Unlock EEPROM memory FLASH_Unlock(FLASH_MemType_Data); while (FLASH_GetFlagStatus(FLASH_FLAG_DUL) == RESET); FLASH_ProgramBlock(0,...