On Thu, Feb 10, 2011 at 8:05 PM, Mathias K. <[email protected]> wrote: > Hello, > > is there any way to determine the current and maximum queue > size before a jtag_execute_queue() has to be executed ?
no and no. There is no maximum queue size and the api doesn't and should expose the queue size. Also the api allows for the queue to start executing *before* jtag_execute_queue() is invoked(e.g. hardware FIFO), jtag_execute_queue() just ensures that the queue is flushed. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
