Skip to main content
AndrewSibiryack
Associate III
April 10, 2022
Solved

It is not clear where the value of SPEED_LOOP_FREQUENCY_HZ is defined.

  • April 10, 2022
  • 2 replies
  • 1313 views

Hi!

Help!

When creating a position control project in the MC SDK using NUCLEO-F446RE and X-NUCLEO-IHM08M1-3Sh when compiling to KEIL, an error occurred.

It is not clear where the value of SPEED_LOOP_FREQUENCY_HZ is defined.

Thank you in advance!

This topic has been closed for replies.
Best answer by VFerr.2

Replace by POSITION_LOOP_FREQUENCY_HZ in all files. It's a bug.

2 replies

VFerr.2
VFerr.2Best answer
Associate
April 10, 2022

Replace by POSITION_LOOP_FREQUENCY_HZ in all files. It's a bug.

Amel NASRI
Technical Moderator
April 14, 2022

Thanks @VFerr.2​ for sharing the solution.

@cedric H​ , could you please take care to implement the fix?

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
cedric H
Technical Moderator
April 14, 2022

Hello @Amel NASRI​ 

This is a known issue already handled in the following thread

Regards

Cedric

AndrewSibiryack
Associate III
April 11, 2022

Thanks! Everything worked out!