Pages

Tuesday, July 30, 2024

What is a Reset handler

 A Reset handler is a program or a assembly function that carries out all the required initialisations before calling the main function 

The Reset handler is implemented in the Startup file of the code.

No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.