SRAM' overflowed / CCMSRAM' overflowed


#1

Hi,

so I have built me a Sequencer-Track, with some goodies (2x LFOs, EQ, EFX, etc).


when I start the patch without the EFX-section, it runs with 17% .. but when I insert my efx-subpatch I run out of memory

C:\Users\ADMINA~1\DOCUME~1\axoloti/build/xpatch.elf
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: C:\Users\ADMINA~1\DOCUME~1\axoloti/build/xpatch.elf section .text._ZN5rootc3dspEv' will not fit in regionSRAM'
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: C:\Users\ADMINA~1\DOCUME~1\axoloti/build/xpatch.elf section .bss' will not fit in regionCCMSRAM'
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region SRAM' overflowed by 17268 bytes
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region
CCMSRAM' overflowed by 5080 bytes

Originally I wanted to create a 16-track Sequencer. But now I come to limitations with only one Track. How can I save memory?


#2

Reduce the "number of presets", "entries per preset", "Maximum number of modulation sources", "Maximum number of modulation targets" of the subpatches, potentially to zero - in the patch settings dialog.


#3

tanks :slight_smile:
will check it out :slight_smile: