Question
When does memory contention occur?
Posted on March 29, 2017 at 16:35
I 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 blocks of addresses overlap (i.e. same upper bits of address), and what block size? I am running STM32F407.
#dma #memory-contention