Daisy Seed hardware resources question

Hello folks!
When I build a progrom for the daisy, the vs code shows this information:
Capture
In the specs it says that there should be 64MB of RAM and 8MB of flash. I ran into not enough space problem when I tried to put delay and reverb on the same program. Am I doing something wrong?

Yes, you’re not using SDRAM . You have to be more explicit about memory management on a microcontroller without OS.

2 Likes

Thanks, I managed to make the bootloader work. It looked a bit complicated at first glance, but the documentation was very helpful.

1 Like