Question
A PROBLEM WITH STM32F730 USING CMSIS_DSP
I had tried to compile a project with only a 64-point fft. But it turned out to be like"fft\fft.axf: Error: L6406E: No space in execution regions with .ANY selector matching arm_common_tables.o(.constdata)."
I cannot believe it as I can run fft on basic STM32F103, but fail on F730 with 64K flash and 256K RAM. I think there is something wrong with my code. But I only add a line of fft on the code generated by STM32CUBEMX. And I do the same on Nucleo-stm32f767, it performs well.
So is STM32F730 itself unable to do fft?
