Hi,
Does the OCM RAM have a connection with the SDMA?
I'm using the OMAP3530 and 3503.
Thanks,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Daniboy said:Does the OCM RAM have a connection with the SDMA?
The On-Chip Memory RAM is connected to the L3 Interconnect as depicted in Figure 11-81 of the OMAP35xx Technical Reference Manual (SPRUF98). Yes, the SDMA has access to the OCM_RAM. This is mentioned in the notes of Figure 11-81.
If I understand your question correctly, there isn't a dedicated sDMA channel event for the OCM. Typically, a memory block is not a type of peripheral or device that requests transfers. Peripherals like serial ports, other processors, etc. would be a type of device that would request DMA access.
Therefore, to use the SDMA with the OCM, either the processor would setup a transfer and trigger it itself, or utilize a peripheral that can perform a request like this.