Other Parts Discussed in Thread: SPRCA03
Hi,
I'm using a C6472 DSP chip.
in order to move data between the different cores, we are using a section of the SL2RAM as shared memory. The source core put data into that section and the destination core reads it back. the IPC registers (IPCGR and IPCAR) are used to send semaphores between the cores.
The code is working fine, but its taking too long. We have traced it down and found that "memcpy" is the culprit. As such we would like to use uDMA to do the data transfer and free up the CPU.
I could not find information on how to DMA data to/from the SL2RAM into/out of the Mega module.
My question: Can I use uDMA3 to access SL2RAM, and if possible, it will be very helpful to have a sample example.
khaled.