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 - Concerto - EPI display using Memory Browser

Guru 10750 points

Hi,

I'm using CCS v5.5 and I'm trying to view the EPI memory using the Memory Browser, from the M3 everything works well for example -

Offset Address   Data

0                       0x1234

2                       0x9876

4                       0x5678

6                       0x5432

But on the C28x I get on the Memory Browser -

Offset Address   Data

0                       0x1234

2                       0x0000

4                       0x5678

6                       0x0000

When I copy the memory to the Internal memory on the C28x I get the correct data, what could be the issue?

Thanks,

HR