I have breadboarded the parallel command converter and used the flash_over_jtag tool as suggested.
The 5V to 3.3V level shift is correct on all pins. All inputs from the parallel port to the JTAG pins are toggling as expected but TDO does not ever go low (it is pulled up through 10 kohm, power is applied to the 56F807 and it is not in reset). I am not using an EVM but 56F807 is surface mounted to a pcb.
The command line error is “Command Converter not connected or disabled!”
My command line is "flash_over_jtag.exe flash807.cfg test807.s -p0xD000 on an XP computer.
Result is:
DSP56F800 Flash loader. Compiled on Jul 23, 2003 15:47:57.
version Epsilon 0.7
(c) Motorola 2001-2002 MCSL
Partial Copyright 2000-2002, Zloba Alexander
I/O port driver started
Using printer port at address 0xD000.
Command Converter not connected or disabled!The target was reset, the application is running
I think the computer is expecting a response from the TDO to avoid that error, but that’s just my guess.
What can I do to avoid this error to allow the flashing to operate correctly?
Thanks, in advance!