Pages

Saturday, July 13, 2024

What is the return type of an ISR in C programming

 The ISR does not return any value and hence the type returned is void

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.