Tell me can we use any function inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the differences between analytical and computational modeling?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
How to reduce function call overhead in arm based systems
What's so great about <cool web technology of the day>?
Describe, in as much detail as you think is relevant, as deeply as you can, what happens when I type "cnn.com" into a browser and press "go".
hi i want to learn embedded system course. can anyone tel me which training center is best in chennai to learn embedded system? plz help me
Explain me what is the main function of multiplexed address/data bus?
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
Which is the best way to write loops?
Please explain what is interrupt latency? How can you reduce it?
How are local and global variables are allocated by compiler.