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.

EK-TM4C123GXL: FFT in TM4C123GH6PM

Part Number: EK-TM4C123GXL
Other Parts Discussed in Thread: ENERGIA

Hello everyone, I have a project and I should do it with EK-TM4C123GH6XL. I have to collect data via audio jack and ADC, put them into buffer and perform FFT on that data to find frequency of played guitar string. I have simply done it on Energia IDE. However I cant find any ready to use FFT library for Keil (in C) or could not manage to use CMSIS DSP libraries. Can someone help if you guys any advice for FFT library that is not very complex and useable for my project.