Skip to main content
Visitor II
September 19, 2019
Question

STM8 CubeMX v1.4.0 - only 2 timers shown for STM8S003F3

  • September 19, 2019
  • 3 replies
  • 968 views

Hi,

I am pretty new to STM8 and CubeMX (have some experience in STM32).

----

I selected the STM8S003F3 and I can see only two timers - there should be TIM4 available but is not.

Another odd thing is that the TIM1&TIM2 are not available as long as no pins are free.

0690X00000AROC2QAP.jpg

The question for people using STM8 CubeMX: is this tool mature to use it? Or maybe I do not know how to use it?

    This topic has been closed for replies.

    3 replies

    Visitor II
    September 20, 2019

    The TIM4 has no capture/compare channels, so no inputs/outputs to port pins. This is why it does not appear in the list.

    Visitor II
    September 20, 2019

    The STM32CubeMX shows all available resources. The STM8CubeMX works different way - only deals with pins....

    OK. Thanks.

    Visitor II
    September 20, 2019

    I assumed that both tools share the same philosophy. But STM8 version does not generate code skeleton - only allocates/shows available pins, I guess