2024-11-17 05:03 PM
Hi,
on the STM32U5G9VJT6Q, according to the documentation and also to the Pin export from CubeMX including the Alt-Functions, PH15 should be able to be set to TIM8_CH3N.
But in CubeMX (see screenshot below) when I select Channel 3 PWM output it sets it to PB1 (instead of PH15).
How do I set TIM8_CH3N onto PH15 (i.e. pin 62 in part number STM32U5G9VJT6Q)?
Especially using the pane on the left (instead of trying to select the pin int he micro's IC view).
Thank you
Solved! Go to Solution.
2024-11-17 09:40 PM
Hello @Ricko
To configure PH15 to TIM8_CH3N you have to:
By default , if you dont select a pin for the peripheral you want to set, CubeMX has a default pinout that it use (such as PB1) in this case.
Best Regards
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-17 09:40 PM
Hello @Ricko
To configure PH15 to TIM8_CH3N you have to:
By default , if you dont select a pin for the peripheral you want to set, CubeMX has a default pinout that it use (such as PB1) in this case.
Best Regards
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-18 07:01 AM
Thank you @STTwo-32