2025-07-12 4:10 PM
I am unable to start a PWM signal on my Nucleo board --> I was not able to observe a signal on an oscilloscope.
Please see the following code and Cube configurations.
HAL_TIM_PWM_Start(&htim2,TIM_CHANNEL_1);
TIM2->CCR1 = 30;
2025-07-12 11:19 PM
Difficult to help with this information.
Can You provide some aditional information ( .ioc file and if possible the code You are using)
2025-07-13 1:00 AM
Make sure you are observing the right pin and that there are no obstacles (e.g. solder bridge) to that signal on the board.
Read out and check/post content of TIM and relevant GPIO registers.
JW