Tell me what is the function of dma controlled in embedded system?
Answer / Sarferaz Ahmed
In an embedded system, Direct Memory Access (DMA) is a technique that allows data transfer between peripheral devices and memory without involving the CPU. This feature reduces the load on the CPU, as it doesn't have to directly manage data transfers. Instead, DMA controller takes care of the data transfer operation by temporarily controlling the buses. It's particularly useful in applications where high-speed data transfer is required such as in video processing and data streaming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is embedded system in a computer system?
Explain what are the differences between analytical and computational modeling?
What software languages have you used to design, develop, and debug software application interfaces?
What kinds of problems can you hit with locking model? And a lockless model?
Can we use printf inside isr?
Explain the concept of separation of concerns and it's pros and cons.
Why is java mostly used in embedded systems?
What is kernel paging?
How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?
Tell me why is java mostly used in embedded systems?
What is the significance of watchdog timer in embedded systems?
How do you identify hardware errors?