On Fri, Apr 1, 2011 at 7:55 PM, Øyvind Harboe <[email protected]> wrote:
> Are they errors or is it just a debug message that
> queued commands are sent when the buffer
> is big enough?
>
> Delete the debug message?

Hi
adding :

int retval;
        if ((retval = jtag_execute_queue()) != ERROR_OK)
        {
                LOG_ERROR("register read failed");
                return retval;
        }

at the end of mips_ejtag_fastdata_scan() just before return made error
messages dissapear, and FASTDATA started working without necessary
waiting on PrAcc bit...

Speed-up is very big comparing to my previous versions.

BR,
Drasko
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to