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