Explain me what is the difference between microprocessor and microcontroller?
No Answer is Posted For this Question
Be the First to Post Answer
What is the repository pattern?
What is endianness of a system and how do different systems communicate with each other?
Tell me what is the need for having multibyte data input and output buffers in case of device ports?
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
Can we put breakpoint inside isr?
Tell me how does input/output bus functions?
Do you know what is priority inheritance?
Hi Guru here.......my question is....... Is it necessary to start the execution of a program from the main() in C?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
What is rtos in an embedded system?
What are the most common errors you've found in embedded systems?