Tell me can we put breakpoint inside isr?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

When do you know your code is ready for production?

0 Answers  


Tell me can static variables be declared in a header file?

0 Answers  


What is mutex in an embedded system?

0 Answers  


Tell me what type of scheduling is there in rtos?

0 Answers  


What is rtos in an embedded system?

0 Answers  






What is pass by value and pass by reference? How are structure passed as arguments?

0 Answers  


Do you know what is priority inheritance?

0 Answers  


How might a task-based model differ from a threaded model?

0 Answers  


look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  


Explain various uses of timers in embedded system?

0 Answers  


Why is java mostly used in embedded systems?

0 Answers  


What is the function of dma controlled in embedded system?

0 Answers  


Categories