Hi,
I am using the C674 starter kit with CCSv3.3, bios 5.33.05, PSP 1.30.01. I am trying to use a block of 80K audio scratch buffer from SDRAM and I have some difficuties.
1. I created a 80KB block of data from DSP/BIOS Config TCF. This buffer name is 'AudioScratchData'.
2. I compiled the application and saw the MAP file has 'AudioScratchData' with address of 0x1183dbc8'. This is the DSP RAM address.
3. The MAP file shows 'AudioScratchData$databeg' has the address of 0xc006ede0. This is the SDRAM address.
My question is how is the application access (reference) to this 'AudioScratchData$databeg'?
Thanks,
Dennis