InterviewSolution
Saved Bookmarks
| 1. |
What is DMA in an embedded system? |
|
Answer» In an embedded system, DMA stands for Direct Memory Access. It is a process that allows an input/output (I/O) DEVICE to send or receive data from the main memory. A chip known as the DMA controller (DMAC) manages the DMA process. Data is communicated between the PERIPHERAL device and system memory through the DMA CHANNELS. |
|