2022-02-12 12:36 PM
2022-02-12 01:37 PM
One defers to the other, so you either get to read the original value, or the one just written.
2022-02-12 01:42 PM
okay, thank you
2022-02-13 04:42 AM
Generally you'd want to architect the code so you don't create self-induced race hazards with DMA buffers. ie you chasing a fill, or out running an empty.
2022-02-13 01:55 PM
DMA is active only if the processor is not using the bus. they cannot work at the same time