Tell me can we put breakpoint inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
When do you know your code is ready for production?
Tell me can static variables be declared in a header file?
What is mutex in an embedded system?
Tell me what type of scheduling is there in rtos?
What is rtos in an embedded system?
What is pass by value and pass by reference? How are structure passed as arguments?
Do you know what is priority inheritance?
How might a task-based model differ from a threaded model?
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
Explain various uses of timers in embedded system?
Why is java mostly used in embedded systems?
What is the function of dma controlled in embedded system?