Michelle Konzack wrote: > For some minutes I have gotten the preeliminary "MAXQ69 User Guide" but > itseems, it is not realy funny to code JTAG stuff > > Since I have no clue about this specific JTAG stuff, can you explain me > what you exactly need to let OpenOCD run with MAXQ and 8051? > First, you need documentation on the transport to the chip's debug logic (JTAG or proprietary). Then you need documentation on the debug logic in the chip.
If you have gathered that, you can start to extend OpenOCD to talk to your chips - that might get ISP working. However, to get debugging, you will also need a debugger for the CPU cores that talks gdb protocol. cu Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
