Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


DMA deals with which address (physical/virtual addresses) ?

Answers were Sorted based on User's Feedback



DMA deals with which address (physical/virtual addresses) ?..

Answer / embeddedmatters

DMA deals with Physical addresses.

Only when CPU accesses addresses it refers to MMU(Memory
Management Unit) and MMU converts the Physical address to
Virtual address.

But, DMA controller is a device which directly drives the
data and address bus during data transfer. So, it is purely
Physical address. (It never needs to go through MMU &
Virtual addresses).

That is why when writing the device drivers, the physical
address of the data buffer has to be assigned to the DMA.

Is This Answer Correct ?    26 Yes 3 No

DMA deals with which address (physical/virtual addresses) ?..

Answer / gladiator

Slight correction

MMU converts virtual addresses to physical addresses using
help from TLB

Is This Answer Correct ?    10 Yes 1 No

DMA deals with which address (physical/virtual addresses) ?..

Answer / guest

physical

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

0 Answers  


Tell me what is the need for having multibyte data input and output buffers in case of device ports?

0 Answers  


Tell me what are the 4 types of inheritance relationship?

0 Answers  


What are hard and soft real time systems?

0 Answers  


Explain what is embedded system in a computer system?

0 Answers  


What is inversion of control?

0 Answers  


What is the need for an infinite loop in embedded systems?

0 Answers  


Do you know what is priority inheritance?

0 Answers  


What is refactoring? Have you used it and it is important? Name three common refactorings.

0 Answers  


What is rtos in an embedded system?

0 Answers  


What are the most common errors you've found in embedded systems and how have you resolved them?

0 Answers  


What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?

0 Answers  


Categories