[Openocd-development] Jlink buffer size error?

2009-04-28 Thread Magnus Lundin
Hi I have just started to test a JLink interface, and looking through the code it seems that the JLINK_OUT_BUFFER_SIZE is wrong. It must be able to hold tms and tdi out + 4 command bytes. #define JLINK_OUT_BUFFER_SIZE2*2048+4 Regards, Magnus

Re: [Openocd-development] Jlink buffer size error?

2009-04-28 Thread Michael Fischer
Hello Magnus, I have just started to test a JLink interface, and looking through the code it seems that the JLINK_OUT_BUFFER_SIZE is wrong. It must be able to hold tms and tdi out + 4 command bytes. #define JLINK_OUT_BUFFER_SIZE2*2048+4 If you take a look at the EMU_CMD_HW_JTAG3

Re: [Openocd-development] Jlink buffer size error?

2009-04-28 Thread Magnus Lundin
Patch commited rev 1556: Corrected out buffer size and missing jlink_tap_init() call. Expanded JLink adapter info at startup. Regards, Magnus ___ Openocd-development mailing list Openocd-development@lists.berlios.de