Tell me what are buses used for communication in embedded system?
Answer / Sukhvir Singh
Buses in an embedded system serve as communication channels between various components. Common types of buses include the System Bus, Memory Bus, Address Bus, and Data Bus. The System Bus connects essential components like CPUs, memory controllers, and peripherals. The Address Bus is responsible for transmitting addresses, while the Data Bus carries data between different components.
| Is This Answer Correct ? | 0 Yes | 0 No |
PROVIDE ME NOTES ON EMBEDDED TCHNLOGY
Why is it better to use multi-threading polling instead of a single threading model?
How i/o devices are classified for embedded system?
How can to check the working of a sensor deployed in a project?
Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.
Explain what is interrupt latency? How can you reduce it?
Which is the best way to write loops?
Do you know what is priority inheritance?
Tell me can a variable be both const and volatile?
Tell me what is interrupt latency? How can you reduce it?
What is the significance of watchdog timer in es?
What is the volatile keyword used for?