Comparison of NXP’s SCTimer and TIM1 from ST

Comparison of NXP's SCTimer and TIM1 from ST

NXP Corporation’s SCTimer (State Configurable Timer) is highly powerful and can compete with TIM1 from the STM8 microcontroller. However, they differ in hardware design philosophy and application focus. The following is a comparison from multiple aspects. First, it should be noted that both powerful timers are unique to their respective designs. Their main features are … Read more

Summary and Examples of Library Functions Related to STM8 Microcontroller TIM1 (Part 1)

Summary and Examples of Library Functions Related to STM8 Microcontroller TIM1 (Part 1)

STM8 microcontroller has multiple timers, among which TIM1 is a high-performance timer (16-bit), with the most powerful functionality. There are a total of 46 library functions related to it, covering function types that generally apply to other timers, with a few being unique to it. All functions are presented in parts, and this is the … Read more