PWM not working with STM32F746ZGTX nucleo 144 board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-11 8: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.
- Labels:
-
STM32F7 Series
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-11 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-11 8:51 AM
Thank you for your reply. I am attaching the main.c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
