Embedded Software Engineer Question:

Download Job Interview Questions and Answers PDF

Tell me can we put breakpoint inside ISR?

Embedded Software Engineer Interview Question
Embedded Software Engineer Interview Question

Answer:

Putting a break point inside ISR is not a good idea because debugging will take some time and a difference of half or more second will lead to different behavior of hardware. To debug ISR, definitive logs are better.

Download Embedded Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can a variable be both const and volatile?Tell me what are the uses of the keyword volatile?