In SPRU583A (TMS320C64x DSP UTOPIA Reference Guide), pg 10 shows Slave Receive Queue (URQ) and Slave Transmit Queue (UXQ) as part of the UTOPIA peripheral, separate from other onchip memory, and connected via EDMA (or least recommended to be accessed by EDMA). This seems to imply that these queues consist of dedicated onchip memory, separate from SRAM and L2 cache.
If this is correct, what is the maximum size of these queues?
Other documentation, such as SPRA952, shows C code #defines such as NUM_XMIT_CELL, in one example set to 50, but no maximum is given. The data sheet memory map shows them as potentially 32 Mbyte each but I doubt they are that big.
Thanks.
-Jeff