Hi sir,
Normally we can use PMBUS to check device ID. However I'm wondering is there any way to read device ID or firmware verion through JTAG interface?
Regards
Andre
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.
Hi sir,
Normally we can use PMBUS to check device ID. However I'm wondering is there any way to read device ID or firmware verion through JTAG interface?
Regards
Andre
Hi Andre,
The device ID and firmware version are found at address 7F58 in the program flash and consist of up to 32 bytes of data bytes. When a part is connected to the computer, you can verify this in the Fusion GUI by going to "Tools" -> "Memory Peek/Poke/Dump" -> select "Memory Dump" -> type 7F58 into "Start Address" and type 32 into "# Bytes to Read." Select Read and it will read back the data bytes and the ASCII text equivalent.
Regards,
Dan