278. How do you configure a GPIO pin as input in a particular microcontroller?
279. Write a flow chart for initializing the microcontroller
280. What is the significance of clock in microcontroller?
281. What does GPIO stand for?
282. What does SPI stand for?
283. Why do we need pull-up on I2C lines?
284. Explain I2C protocol
285. How do you configure internal pull-up in microcontroller?
286. What are the various microcontrollers you have worked on?
287. How do you configure clock for peripheral in microcontroller?
288. What is a register in microcontroller?
289. What is memory mapping?
290. How do you select a microcontroller?
291. How do you address slave in I2C connection?
292. Does a master exist in I2C?
293. Can I2C have multi-master?
294. What is a port in microcontroller?
295. What is the difference between full-duplex or half duplex?
296. Give examples of full-duplex and half-duplex
297. How do you check endianness in code?
298. What are all the power pins in microcontroller?
299. What is addressing scheme in I2C?
300. How do you use RESET pin in microcontroller?
0 Comments