2024-02-10 03:05 PM
Hi Guys, I'm new about VScode. I try to use arm_math.h in my program. but after i set include path in json file, the vscode can't find the function. and give me the message <<Function definition for 'arm_mat_init_f32' not found.C/C++>> my board is nucleo -H723ZG
and i also try to connect the library in the st-project.cmake like below
Solved! Go to Solution.
2024-02-12 02:21 PM - edited 2024-02-12 02:22 PM
Hi Guys,
I'm not pretty sure the real reasion for this issure. but I have only modified 2 places.
A: I added 3 library in the st_project.cmake like below:
2024-02-10 03:57 PM
Thanks Guys, I fix it. but I do't know how to delete this post.
2024-02-12 06:42 AM
Don't delete the post!
Instead, add a reply describing what the problem was, and how you fixed it, and then mark that as The Solution - that way you will help future readers who may come along looking for help with the same problem.
2024-02-12 02:21 PM - edited 2024-02-12 02:22 PM
Hi Guys,
I'm not pretty sure the real reasion for this issure. but I have only modified 2 places.
A: I added 3 library in the st_project.cmake like below:
2024-02-13 01:19 AM
@Leon_D wrote:i still have some issue when put arm_cortexM7l_math on top, I try to put it on the bottom, it works.
What happens if you just remove it completely?
@Leon_D wrote:Hi Guys,
I put the arm_mat_init_f32() in a function in source file instead of put it on top of a .c file directly.
Not sure what you mean by that?
2024-02-13 04:18 AM