Hello,
I am using the DSP FFT library for C2000 series (tms320c28335). Its is ‘v101’. My intention is to compute fixed point FFT of an input sine wave.
When I try to compile, it gives errors in the example code provided – 2833x_FixedPoint_RFFT/source/rfft.c
Here, I m unable to get basic files linked to the project like CodeStartBranch.asm and others, so I have provided the driver library downloaded for c28335.
And now it gets compiled.
- But the ‘rfft.c’ gets hung while generating the sine wave itself, and I’m unable to generate any FFT computations.
- Also, when I tried to reuse this code in my environment it again behaves in an unpredicted way, jumps to some out of scope memory locations.
Is somebody using this FFT library for C2000 series. If so please provide me with the same, I’ll try to use your copy of FFT library.
Can you please help with any modifications/suggestions..?
Thanks in advance.
Warm Regards,
Arpan Sadhankar