Tool/software:
Hi Team,
Do we have some hardware in AM26x which can used to calculate FFT? Do we have FFT library on AM261x?
Best Regards,
Zane
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi Team,
Do we have some hardware in AM26x which can used to calculate FFT? Do we have FFT library on AM261x?
Best Regards,
Zane
Also you can find the CFFT example here in SDK:
mcu_plus_sdk/examples/benchmarks/benchmark_demo/cmsis_cfft
Let me know if you need more info.
Hi Nilabh,
Thanks for your help! But it maybe have some error in it. Am261x is 500MHz, not 800MHz. And we lack of CMSIS in AM26x SDK. When I try to run it is can't find arm_math.h, So I copy the CMSIS folder which in AM24 SDK to AM26 SDK. But still can't work. I think maybe need to rebuild the library for AM26x. how to do that?
Best Regards,
Zane
Hi Zane,
It went into prefetch abort handler:
A prefetch abort is associated with an instruction fetch as opposed to a data access. When a prefetch abort occurs, the processor marks the prefetched instruction as invalid, but does not take the exception until it executes the instruction.
It might be difficult to debug this just from screenshots. Can you see if the memory for the buffer is sufficient?
Also I will try to check the function to understand the issue better.