使用并口控制ARM开发板的JTAG控制源代码1. Please install GiveIO first. To install GiveIO, please read readme in directory GiveIO.2. Jtag is the main directory which includes the sources code of ARM7TDMI. Please use VC++6.0 to open it. This program suports both WIGGLER and SDT JTAG. The default setting is for WIGGLER. To make it works with SDT JTAG, please delete "#define WIGGLER" in head file jtag.h.3. The directory named Example includes the source code of the ARM program used in Jtag. 文件列表: open-jtag .........\EXAMPLE .........\.......\EXAMPLE.mcp .........\.......\EXAMPLE_Data .........\.......\............\CWSettingsWindows.stg .........\.......\............\Debug .........\.......\............\DebugRel .........\.......\............\........\ObjectCode .........\.......\............\........\TargetDataWindows.tdt .........\.......\............\Release .........\.......\init.s .........\.......\snds.s .........\GiveIO .........\......\GIVEIO.SYS .........\......\Installer.exe .........\......\readme.txt .........\JTAG .........\....\arm7tdmi .........\....\........\arm7tdmi.c .........\....\........\arm7tdmi.h .........\....\........\core.c .........\....\........\ice.c .........\....\........\ice.h .........\....\........\memory.c .........\....\Debug .........\....\jtag.c .........\....\jtag.h .........\....\main.c .........\....\main.dsp .........\....\main.dsw .........\....\main.ncb .........\....\main.opt .........\....\main.plg .........\....\tapctrl.c .........\....\tapctrl.h .........\....\tool.c .........\....\tool.h .........\....\types.h .........\....\xjerr.h .........\Readme.txt……