When does memory contention occur?
Posted on March 29, 2017 at 16:35I am sure there is a simple answer to this question. DMA is accessing memory. When would there be contention for memory if the processor tries to access memory? Is it when the addresses are the same or is it when blo...