On Tuesday 16 February 2010, Øyvind Harboe wrote: > > Is there somewhere in the code an example of executing code on the target? > > Of course to execute code on the target, you would need to flush the > code written > to memory first...
There's also "execute single instruction" code, which ISTR is how for example registers are saved and restored. That does not involve writing code to memory ... instructions are more or less jammed right onto the instruction bus using some scan chain. That's fairly generic ARM7/ARM9 stuff. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
