This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS DSP library itegration in Keil = error (rfft_q15)

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 ? 

0