Question
STM32F4Discovery DSP
Posted on November 11, 2013 at 09:21
Hi
I have a STM32F4Discovery evaluation board. I use CooCox CoIDE and GNU Tools ARM Embedded. While everything works fine if I use standard peripheral library and code, I cannot run anything that is dsp related (like cfft): program fails to run when this functions are called.CooCox CoIDE is configured correctly with GNU ARM Compiler, libm and cortex math are linked, includes from dsplib are correctly seen. What am I missing?