cancel
Showing results for 
Search instead for 
Did you mean: 

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

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?

3 REPLIES 3
Cristian Gyorgy
Senior III

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

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

OK. Thanks.

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