Specifies the start of the command queue in the DSP memory. The command queue sends commands to the DSP.
DSP.C5x[x].CmdQStart = address
x = 0-(n-1) (A range of DSP cores where n equals the total number of DSP cores available.)
Read/Write
Integer
0x2000
0x0000 – 0xFFFF
DSP.C5x[0].CmdQStart = 0x2000
Changing the queue location or increasing the queue size can reduce the memory available to DSP functions. To change the DSP.C5x[x].CmdQStart settings, you must be familiar with the resource allocation in the CG board DSPs.
Caution: |
Due to a DSP architectural limitation:
DSP.C5x[0..1].CmdQStart = 0x2000
DSP.C5x[0..1].CmdQStart = 0xE800 |
DSP.C5x[x].CmdQSize, DSP.C5x[x].DataInQSize, DSP.C5x[x].DataInQStart, DSP.C5x[x].DspOutQSize, DSP.C5x[x].DspOutQStart