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.

C6678 NETCP and subsystem

I have an EVM card using a 320C6678.

I can correctly read the DSP Device ID and MAC address from the addresses quoted in the datasheet (0x02620018, 0x02620110, and 0x02620114).

Using the same method I am trying to read the NETCP and subsystem registers at 0x02000000, 0x02000100, 0x020000200, 0x02000300, 0x02000800.

The value from 0x02000000 is 47a8030b, which is not per the datasheet and the other three addresses all return 0.

I haven't done any other preparatory setup, I am just trying to read registers to convince myself I can access the parts of the processor that I think I am.