BLDC motor stack integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-23 5:29 AM
Hi,
I am working on STM32f413zh and I am referring
https://www.mikrocontroller.net/articles/STM32_BLDC_Control_with_HALL_Sensor
In my code shows TIM_SelectOutputTrigger() not defined.
There is no definition for some timer related functions.
Please give me the guidance.
Thankyou
Solved! Go to Solution.
- Labels:
-
STM32 Motor Control
-
STM32F4 Series
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-23 9:46 AM
TIM_ functions are from StdPeriph library which is no longer actively developed. You may download a copy from the ST website.
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-23 9:46 AM
TIM_ functions are from StdPeriph library which is no longer actively developed. You may download a copy from the ST website.
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-02 5:31 PM
Thank you, that is working. ​
