STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the ASTWBC5V?

Posted on January 20, 2018 at 12:11IAR recently added support for a device called 'ASTWBC5V' to their Embedded Workbench.I can't find anything on it at ST; neither is it in stock at distributors.From the name I guess it is some STWB variant.What is ...

ON/OFF Microcontroller

Posted on January 19, 2018 at 16:09We are using STM8L051F3 and it has 2 inputs which is 2 key keypad which we are using for our application. Now i want to use that keypad for ON/OFF of microcontroller also.How i can do that? I want to ON controller ...

STM8S103F3/STM8S003F3 pin configuaration.

Posted on January 19, 2018 at 06:35Can i know the procedure to select particular pin in the corresponding port in the STM8S103F3/STM8S003F3, DO we need to erase the previous program in the controller manually while we are dumping the new program? Is...

STWBC µC documentation?

Posted on January 18, 2018 at 21:20Where can I find documentation on the STWBC, STWBC-EP and STWBC-WA? The documentation I found at http://www.st.com/content/st_com/en/products/power-management/wireless-charger-ics/stwbc.html , etc doesn't seem to i...

STM8S UNexpected Reset

Posted on December 12, 2014 at 10:51Hi all i am using STM8S003 using Cosmic C & STVD, it exists unexpected reset problem , and i have checked all Watchdog was disable and no sleep mode, and reset flag only come out the SWIM reset triggered, can ...

FLast.11 by Associate III
  • 609 Views
  • 2 replies
  • 0 kudos

Difference between Update and Overflow interrupt

Posted on January 13, 2018 at 17:34Hello, I would like to ask about difference between update and overflow interrupt on STM8.For Example, on Timer2://F_CPU 1Mhz//Timer2 - 16bit, max value = 65535TIM2_TimeBaseInit(TIM2_PRESCALER_1, 999);As I understa...