Hi!
I followed the procedure and now, when I try to use a function from arm_math (for example "arm_abs_f32"), I get the following error:
C:\..\..\..\workspace\K64F_project\Debug/../source/my_functions.h:801: undefined reference to `arm_abs_f32'
I'm using a K64F device with MCUXpresso IDE.
How can I solve this?
Thanks in advance