Hello forum,
I have 2 questions about how memory access works on the LPC51U68.
As I understand it, from looking in the User manual (UM11071 page 6 fig. 1), both the ARM core and the DMA module can access both Main SRAM and SRAMX module on the chip.
1) Is acces to each SRAM module restricted to one at a time? If the ARM core is busy wrting to Main SRAM then the DMA module have to wait to access the same Main SRAM.
2) If ARM core is accessing SRAMX, can the DMA module access the MAIN SRAM at the same time? So they are both using the AHB bus at the same time, but not accessing the same SRAM module.
Best regards.
Christian G.