Hi all
I’ve got custome build LPC3250 uC board and using Amontec JTAGKey, and I’m having trouble getting the correct JTAG ID back. I’m using the followings:
-
OpenOCD version 0.4.0, source code download and compiled, under Cygwin, using FTD32xx.lib. (btw. compile stage was a bit troublesome but finally made it).
-
Amontec JTAGKey and using config files, under OpenOCD for LPC3250.
-
While I try to validate the JTAG ID of the board, I’m getting very different ID code 0x88d2402b as oppose to expected 0x17900f0f.
-
I’ve check the JTAG TCK/TMS/TDI/TDO/TRST/SRTST signals on oscillscopes and they seems ok. And prove that at least JTAG TAP inside LPC3250 is working by reading the ID while the device is off and get nothing back.
-
I’ve tried two differnt JTAG Key to rule out the dongle issue.
-
I’ve tried three different boards, which all reports the same wrong JTAG ID (its kind of rule out the board, not entirely, but for all propability).
It suggest, there is something I’m not doing write with config scripts, OpenOCD compilation, and god forbid OpenOCD bug specific to LPC3250.
Any thoughts, help, and prove that LPC3250 is working with someone else with be much appreciated.
Thanks.