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.

CCS/AM5726: DSP memory access

Part Number: AM5726


Tool/software: Code Composer Studio

Hi expert,

I'm debugging DSP code on AM5726 IDK board and had a problem on memory access. As below is my test steps.

1. I used gel file on ARM to initialize DSP core,  and wrote 0x50505050 on 0x00800000 of DSP1. 

2. Then I read 0x40800000 whichi is L3 address of DSP1 L2 RAM from DSP1, but there is no correct value.

3. Read 0x40800000 from DSP2, the value is correct.

Is there any restriction to access address 0x40800000 from DSP1 core?

Regards,

Allen