Is there any collision when CPU and DMA access the same address?
Posted on November 20, 2012 at 10:35Hi, I would like to know if there is any collision when the CPU needs to access to a address that is used by the DMA controller. For example, when an event occurs the DMA should transfer 5KB from memory to USART, ...