What are the different types of embedded systems?
Please explain what is semaphore?
What are little endian and big endian types of storage? How can you identify which type of allocation a system follows?
Tell me what are the commonly found errors in embedded systems?
Tell me why is it better to use multi-threading polling then single threading model?
Tell me can include files be nested?
What is the use of having the const qualifier?
Left to your own devices, what would you create?
Tell me what does dma address will deal with?
What kinds of problems can you hit with locking model?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
How do you react to people criticizing your code/documents?
What is a memory leak? What is a segmentation fault?
What is the need for having multibyte data input and output buffers in case of device ports?
what is a pure function in arm terminology?