We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
1. I fired up cubemx and generated template for Keil
2. From Keil I opened Run Time Enviroment and did the following
3. Then I defined
#define ARM_MATH_CM7
4. then I included
#include "arm_math"
after that it gave me an error saying that no such file has been found
5. after that I added the file from Project window and also added the path to the Includes path
problem still not solved
any ideas ?