-
Notifications
You must be signed in to change notification settings - Fork 1k
error: arm_math.h: No such file or directory #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @odo2063 Which sketch you trying to build ? |
This should be the minimal example. imu_test.ino is based on http://www.micromodeler.com/articles/IntroductionToDSP/coefficients.jsp
edit: correction of minimal example |
This looks fine to me...but i might be wrong... Detecting libraries used... |
OK...found something -I/home/user/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include/ is missing in plattform.txt(line 66)...but now i run into a new Problem...undefined reference to `arm_biquad_cascade_df1_init_f32' |
|
@odo2063 Note: that with this update it build but I do not test it.
|
nice compiles for me, Thank you very very much XD ...one last Question: the FPU only works for single precision(float) and will not improve double precision calculations...is that correct? |
This mainly depends on your use case. working only on float, single precision is enough. For double using Double precision is better else I think you will lost precision. |
We will stay on the L4R5ZI...so testing and see what happens...great, Thank for your Help, I do really appreciate it!!! |
Please, before reporting any issue
CHECK
https://github.com/stm32duino/Arduino_Core_STM32/releases/latest
CHECK
CHECK
MAYBE
When reporting any issue, please try to provide all relevant information:
Describe the bug
get "error: arm_math.h: No such file or directory
#include <arm_math.h>"
when "#define ARM_MATH_CM4
#define __FPU_PRESENT 1
#include <arm_math.h>"
To Reproduce
Complete source code which can be used to reproduce the issue. Please try to be as generic as possible (no extra code, extra hardware,...)
Steps to reproduce the behavior:
Expected behavior
clean compilation
Desktop (please complete the following information):
Board (please complete the following information):
Additional context
Code comes from www.micromodeler.com
The text was updated successfully, but these errors were encountered: