cancel
Showing results for 
Search instead for 
Did you mean: 

I will create code for discovery kit 'B-G431-ESC' as described in UM2516 chapter 6.1 step 2 and 3 but I get error when compiling with STM32CubeIDE . Is there a more detailed description for generation or an example for this evakit?

JMust.1
Associate

I use MCSDK v5.4.7 and STM32CubeIDE 1.6.1. Project generation with MCSDK is successful but when I try to build code with the IDE it ends with fatal error "sto_cordic_speed_pos_fdbk.h: No such file or directory". Run code generation with an other example project works well. So I asume that my tool chain is okay.

1 REPLY 1
Imen.D
ST Employee

Hello @JMust.1​ and welcome to the Community 🙂

I think you don't have the Include Paths set up coherently.

You have to review the defines and the include file paths for your project: Go to Project options ->C/C++ tab->Include paths and add new paths to your include directories.

Feel free to share your update and solution, It should be helpful for the Community =)

When your question is answered, please close this topic by choosing Select as Best.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen