All:
I have 5 DMA buffers, and I have found that to get the best use of DMA, these 5 buffers need to be in separate memory segments. However, are there any benefits of DARAM over SARAM when setting up the buffers?
I would rather be able to use SARAM segments for the 5 buffers. That way, I do not have to specify separate sections in the DARAM.
By the way, this is a DSP/BIOS-based project. Previously, I had 4 memory segments defined:
DARAM
SARAM0
SARAM1
SARAM2
If DARAM does not need to be used for my DMA buffers, I would like to reserve it for specific use where it would be beneficial.