Part Number: TM4C123GH6PM
Tool/software: TI C/C++ Compiler
Hi All,
I went looking for a simple FFT algorithm (my application isn't particularly rigorous when it comes to either memory or latency) and I found Kiss FFT as well as the code found here: 
As a test, I tried just literally copying and pasting the code on the attached link. The weird part is that it compiles perfectly but when I try to run in debug, all hell breaks loose and starts throwing exceptions and eventually aborts.
Has anyone tried to use Kiss FFT and if so did they have any success? Any idea what the problem might be? I'm just learning that TI has an fft library that I may try...