Hi, I have an L1 SRAM buffer that is allocated statically for the DSP and accessible to the 2 different codecs that I have built into the same codec server. Is it possible to share that buffer between 2 different codecs so that each codec can have full use of that buffer?
I'm using codec engine of course to run codecs on the DSP that are controlled by the ARM.
i.e. When a codec has finished or been told by SYSBIOS to do a context switch, it would store the contents of the L1 SRAM on the stack so that the next codec can use the L1 SRAM (the next algorithm would have to have its own stack put back into L1 SRAM before it ran).
Thanks,
Ralph