 |
|
 |
Andreas Weschenfelder, AVR, ATMEGA, PSoC, ARM, LPC2148, FPGA, SPARTAN 3E, PC, Programmierung
JTAG: ispVME
FTDI ispVME V. 1.0.0.1
General
The ispVM Embedded Software is small portable ansi "c" software which executes a special compressed svf-format: *.vme.
The FTDI bitbang interface is used to emulate the jtag connection. So it is recommanded to reduce the read-cycles
(usb-read polling will be relative slow).
svf2vme
svf2vme can be used to convert a svf file to a vme file. You can download it from
here.
Command line example: svf2vme.exe -infile TEST.SVF -clock 100K
ispVME
ispVME can be used to execute the jtag shift from the svf/vme file. Download it from
here.
Command line example to scan the ftdi bus: ispvme.exe -ftdiscan
Command line example to execute a vme file: ispvme.exe -ftdilocid 209425 TEST.VME
|
|