8 years, 10 months ago.

Is there a way to port this to an ARM Nucleo?

I keep trying to port this code over to a Nucleo 334 (obviously with appropriate pin changes) but when i compile it tells me: No space in execution regions with .ANY selector matching main.cpp.NUCLEO_F334R8.o(.bss) error number L6406E and Sections of aggregate size 0x7530 bytes could not fit in to .ANY selector(s). error number L6407E

I'm so green it hurts and i just don't know where to go with this :( Thanks for making this code available :)

Question relating to:

Audio echo effect. See http://dev.frozeneskimo.com/embedded_projects/audio_echo_effect for more info! delay, echo, effect, guitar

1 Answer

8 years, 10 months ago.

The line

  1. define MAX_DELAY 15000 is requiring more memory than the device has. Try changing it to something smaller. I did "200" and it worked.

Accepted Answer

thanks! I got it up to 5300 :) Excited that it compiles now!

posted by Jesse McCreadie 27 May 2015