2020-09-07 07:58 AM
For instance STM32H750VBT6 has many timers, but CubeMx does not show where their outputs would go. I don't want to mess (enable all of them) an existing design just to see where timer output are.
2020-09-07 08:09 AM
The datasheet will list them.
Going to be easier using CubeMX though, in my opinion. You don't have to enable them, you can click on a pin to see its possible functions.
2020-09-07 01:47 PM
I am using CubeMx but there is very little or no timer outputs visible in it.
2020-09-08 03:03 AM
Hello,
When using the CubeMX you can either activate the timer and its output pins will be activated or you can just select the different pins and see their alternate functions. Or you can just check "Table 7. STM32H750xB pin/ball definition" of the datasheet and you will find the corresponding timer output pins in the different packages.
Br,
2020-09-08 01:27 PM
Thank you.
But what are outputs and what or where are inputs. I'll check the datasheet, but Cube could a little clearer.
Regards Leif M
2020-09-08 02:27 PM
> But what are outputs and what or where are inputs.
The TIMx_CHy pins can be either outputs or inputs depending on how the timer is configured, which is up to you to decide.
2020-09-09 02:01 AM
Hello,
As you can see in the screenshot below i've activated TIM1 for example and different options of the possible configurations of the different channels appeared. For example when you choose the channel1 to be output compare the corresponding pin becomes activated (the color of the pin changes to green).
Br,