Hello,
Please let me know the way to realize the boundary scan on AM5728.
Is only the "trstn" signal used to enter the mode to realize the boundary scan on AM5728?
Best Regards,
Nomo
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 Nomo,
If the EMU0 and EMU1 pins have pull-up during the AM57xx power-on-reset (POR), then the ICEPick TAP controller should be available to access. The simplest test would be to enter BYPASS mode to see if the chip can make TDO output the same as the TDI input. Is the customer familiar with the TAP state machine?
If TMS=1 and then when TCLK toggles at least 3 times this will reset the TAP state machine to the beginning. FYI TCLK is generally a free-running clock and state changes occur depending on if TMS =0 or =1. From there you can control the TAP state machine to enter bypass mode by shifting the bypass opcode into the instruction register (refer to "jtag technical overview" below). The instruction register length and instruction register opcode are from the AM57xx BSDL file. The rest of this information is not unique to Sitara so more information can be found in the IEEE 1149.1 specification.
Introduction to TAP controller state machine: jtag technical overview
Specification pdf for IEEE 1149.1: ieee standard test access port and boundary-scan architecture
Guide with some examples: boundary scan tutorial