Am 12/18/2010 09:05 PM, schrieb Kenan Özdemir:
> Sorry I forgot to tell you that after a couple of steps, it is
> returning to the main routine and then keeps executing the rest of the
> code
An embedded system has nowhere to go after you exit "main", so it might
crash, restart, and re-enter main from the beginning - what happens
exactly is usually undefined.

You need to make sure main never exits.

cu
Michael


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to