Tell me what is the function of dma controlled in embedded system?



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

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me what is embedded system in a computer system?

1 Answers  


Explain what are the differences between analytical and computational modeling?

1 Answers  


What software languages have you used to design, develop, and debug software application interfaces?

0 Answers  


What kinds of problems can you hit with locking model? And a lockless model?

1 Answers  


Can we use printf inside isr?

1 Answers  


Explain the concept of separation of concerns and it's pros and cons.

1 Answers  


Why is java mostly used in embedded systems?

1 Answers  


What is kernel paging?

1 Answers  


How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?

1 Answers  


Tell me why is java mostly used in embedded systems?

1 Answers  


What is the significance of watchdog timer in embedded systems?

1 Answers  


How do you identify hardware errors?

1 Answers  


Categories