Can we put breakpoint inside isr?



Can we put breakpoint inside isr?..

Answer / Lalit Kumar Rajput

Breakpoints are typically not allowed inside interrupt service routines (ISRs) due to the critical nature of handling interrupts and their timing sensitivity. The placement of breakpoints can disrupt the normal flow of ISR execution, potentially causing system instability or crashes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

What is so great about <cool web technology of the day>?

1 Answers  


What is interaction semantics used in embedded systems?

1 Answers  


Can you have constant volatile variables?

1 Answers  


How does inversion of control relate to dependency injection?

1 Answers  


Can we put breakpoint inside isr?

1 Answers  


Tell me what are buses used for communication in embedded system?

1 Answers  


How does combination of functions reduce memory requirements in embedded systems?

1 Answers  


What are some examples of anti-patterns?

1 Answers  


What is kernel paging?

1 Answers  


Tell me can you have constant volatile variables?

1 Answers  


Name three primary attributes of object-oriented design. Describe what they mean and why they're important.

1 Answers  


Why we use embedded systems?

1 Answers  


Categories