For example, lets say that I have an ADC configured in continuous single channel dma mode, writing to an array of 1 uint32. If the core tries to read that address while the dma is writing to it can it get incorrect values? or does the bus matrix arbi...