Embedded Software Engineer Question:

Tell me can we put breakpoint inside ISR?

Tweet Share WhatsApp

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 PDF Read All 100 Embedded Software Engineer Questions
Previous QuestionNext Question
Tell me can a variable be both const and volatile?Tell me what are the uses of the keyword volatile?