2023-01-11 08:34 AM
HI, am new to stm32f7, i used the examples in the HAL library for generating PWM signals.The Examples are working fine, but i tried to write my own code using the HAL to generate pwm . but none of is working. am using HAL version is STM32Cube_FW_F7_V1.17.0 . please help me guys to solve this.
Solved! Go to Solution.
2023-01-11 10:21 AM
once again thank you for your quick reply. my problem is solved. i did a mistake in finding the proper pwm output pin. now i figure the correct one.
2023-01-11 08:43 AM
It's not possible to provide any help without seeing your code. My first guess would be missing HAL_TIM_PWM_Start() or incorrect parameter passed to it.
2023-01-11 08:51 AM
2023-01-11 10:21 AM
once again thank you for your quick reply. my problem is solved. i did a mistake in finding the proper pwm output pin. now i figure the correct one.