Tell me what are the different types of buses used by the embedded systems?
Answer / Ravindra Nath
"The different types of buses used in embedded systems include: 1. Control Bus, used for communication control between devices; 2. Address Bus, used to transfer addresses from the processor to memory or I/O devices; 3. Data Bus, used for data transfer between the processor and other devices; 4. Expansion Bus, used to connect peripheral devices to a motherboard; 5. High-Speed Buses, like PCIe and USB, used for high-speed communication with external devices."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is refactoring? Have you used it and it is important? Name three common refactorings.
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Tell me what is the purpose of using critical sections?
What is the use of volatile keyword?
What is a inode?
Explain me what are the different types of system involved in embedded system?
What are the characteristics of embedded system?
Accessing fixed memory locations
What is the significance of watchdog timer in embedded systems?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
Explain how does combination of functions reduce memory requirements in embedded systems?
How does combination of functions reduce memory requirements in embedded systems?