cancel
Showing results for 
Search instead for 
Did you mean: 

BLDC motor stack integration

AFaya.1
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

TIM_ functions are from StdPeriph library which is no longer actively developed. You may download a copy from the ST website.

hth

KnarfB

View solution in original post

2 REPLIES 2
KnarfB
Principal III

TIM_ functions are from StdPeriph library which is no longer actively developed. You may download a copy from the ST website.

hth

KnarfB

Thank you, that is working. ​