Section "1.6 Device Identification" in the TRM describes the CTRLMMR_WKUP_JTAGID register values for SR1.0 and SR2.0, but not for SR2.1.
What is the CTRLMMR_WKUP_JTAGID register value for SR2.1? Is it the same as SR2.0?
Best regards,
Daisuke
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.
Section "1.6 Device Identification" in the TRM describes the CTRLMMR_WKUP_JTAGID register values for SR1.0 and SR2.0, but not for SR2.1.
What is the CTRLMMR_WKUP_JTAGID register value for SR2.1? Is it the same as SR2.0?
Best regards,
Daisuke
Daisuke,
JTAG ID was not updated from PG2.0 to PG2.1 to allow software compatibility.
However, you may use DIE_ID3 register (not documented in the TRM currently):
Main MMR module:
Register Name: Silicon Revision (internally called DIE_ID3)
Address: 0x4300002C
Bit fields: 5-bit LSB, rest reserved.
Definition:
[4:0]=0x1, design Revision B, Silicon Revision 1.0
[4:0]=0x2, design Revision B, Silicon Revision 2.0
[4:0]=0x3, design Revision C, Silicon Revision 2.1
regards
Jian