Electronics firmware engineer - interview questions - 11

Electronics firmware engineer - interview questions - 11

 

193. Why is a copy of firmware saved to RAM before execution?

194. What is middleware? Explain

195. Explain dynamic binding and static binding

196. what is auto baud in UART? Explain

197. Explain the boot process of microcontroller.

198. Why do we need BIOS?

199. How do you ensure optimal memory usage in Embedded design?

200. How do you ensure that your code is error free?

201. Explain the process you followed for firmware development?

202. What are the various code testing tools available in the market?

203. What are the important steps to consider in firmware programming for a low power system?

204. What are the various guidelines you followed while developing a firmware?

205. Which among the below is efficient to use?

while(1)

{

}


for(;;;)

{

}

206. How would you declare an array of ten pointers to functions?

207. How would you access a memory location in memory? Explain with a code snippet.

208. What are the various I2C modes w.r.t speed of operation? Explain.

209. What are the various differences when coding between 8-bit microcontrollers and 16-bit microcontrollers?

210. Explain a scenario where you have used storage class in C

211. Let us assume you have to read a battery voltage using a microcontroller. What are the steps involved starting from interfacing?

Post a Comment

0 Comments