I currently have an OMAP-L138 application which uses DSP/BIOS (bios5) and implements a ping pong buffered audio stream to/from an audio codec (AIC3204) via the McASP. I would like to convert the app to SYSBIOS (bios6) so that I can use the IPC capabilities of SYSBIOS for communicating between the ARM and DSP. What is the best strategy/architecture to use for the SYSBIOS version of the app? Should I re-create the EDMA3 LLD in bios 6, or is there a better way to do this same thing using some of the IPC tools (Streams)?
Thx,
MikeH