2015-05-27 11:24 AM
Hello
Can DMA access SRAM at the same time the CPU is accessing it or vice versa?Thanks.2015-05-27 11:35 AM
Not exactly, access is arbitrated through the bus matrix.
2015-05-27 11:52 AM
So parallel access isn't possible?
Is it hardware related(SRAM access implementation limit)?2015-05-27 11:55 AM
It's not a dual ported design, because that's significantly more complicated, and most of the time you aren't accessing at the ''same'' time. Access is serialized, so accesses occur one after another, depending on who came first, while not precluding either from timely access.