vendredi 2 septembre 2016

Jump to Reset Vector

I am trying to jump back to the reset vector and re run my program from main. This is my code but it does not work. Is there anything wrong with this?

 typedef void (*reset_vector_jump)(void); 
 ((reset_vector_jump)RESET_VECTOR_ADDRESS)();

Aucun commentaire:

Enregistrer un commentaire