Is it possible to get more details. Here is what I am doing to read memory from my chip:
1- Select e200Z4a TAP core by sending 0x28 with 6-bit instruction register
2- Sending 0x7C with 10-bit instruction register to select Nexus-3 Access in the OCMD register
3- Follow sequence to set RWA and RWCS to read memory (Section 64.16.3 in manual).
However, I always get 0's when reading memory using this method. I also get all 0's when reding JTAG_ID from OCMD register (0x2).
Is there an additional step?
Regards