Discussion about previous projects and experience
Embedded Software Developer Interview Questions
339 embedded software developer interview questions shared by candidates
In a gas leakage indicator system, when a gas leakage value is passed to ADC, it converts analog data to digital. so for a 10 bit ADC, how much difference in the main output will occur if we change one LSB of the ADC output.?
What is K-Map
What is JFET. Draw the diagram.
We have a non volatile flash memory with the following properties: Page size is 400 bytes, in the beginning all pages are initialized to 1s It is only possible to set a 1 into 0, not possible to set 0 back to 1. It is possible to erase a page - setting all values to 1 After 1000 erase operations the page is damaged and finishes his life. You need to implement a counter with this flash memory and a RAM. The counter should be maintained such that if the computer is turned off unexpectedly and on again the counter should still be valid up to missing 1 or to counts.
they are asked about academic projects
Write a function that will return x*7 without using multiplication?
What will happen during optimization if I declare a volatile variable and I have not used it in my program?
Basic C question , link list , Memory allocation
what is memory leakage, how to avoid it?
Viewing 21 - 30 interview questions