2022-04-23 05: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.
2022-04-23 09: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
2022-04-23 09: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
2022-05-02 05:31 PM
Thank you, that is working.