Hey, came across this project and can’t wait ti build it. One question - according to your documentations, “FIR filter coefficients must be first loaded into the QSPI Flash.” Can you explain what you mean by this? I’ve been loading everything on my DS via the Boot Loader (for large files or those that require a lot of memory) or the typical flash loader.
In my project, I stored multiple IRs in the pedal. So there was no room in the main Flash memory for all those. So I stored them in the QSPI Flash and load the IR when needed.
If you only want to use one IR you can just enter the coefficients in your program.