> Did you also double check that 1822 breaks? > r1822 is broken without any mods. I did not try adding usleep() here but double-checked that it fails on memburst.
> The burst code is executing two instructions to increment the pointer. Perhaps > the second instruction is getting executed twice? Where is that in the code? I would remove the 2nd instruction to see is the increments are still happening. If they are, that means some other code is executed. If there are not then it is the instruction executed twice. Michal _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
