Quote:
Originally Posted by dale116dot7 The DSP56366 has a modulus addressing mode to make circular buffers (ie. delays). But the maximum circular buffer size is 32,768 samples. Would you use this and just make a bunch of them in memory, or would it be better to just use memory mirroring and make the entire 512k look like one huge shift register? |
Congrats on getting another board up and running!
I have always used multiple small buffers. But that is just how I like to organize things. I'm sure we have both seen it done either way.
-Casey