I am using STM32F4xx controller. I have utilized DMA to buffer UARTs (circular buffers). My concern is that if there will be a memory contention when my program accesses the same memory location at the same time as DMA.
Can contention happen this way, or the controller has measures to prevent this to happen?
Thanks.