2014-10-25 03:08 AM
Dear all,
The attached picture shows the ARM32F4 block diagram I mentioned three circles which i need more about them 1.CCM data RAM 64 KB 2.SRAM 112 KB 3.SRAM 16 KB What are the advantage to use three separate SRAM instated of single SRAM What are the advantage Please advice2014-10-25 05:47 AM
CCM (Core Coupled Memory) is a tightly coupled memory (TCM) that is attached directly to the core, does not go through the bus matrix, and cannot be accessed by the peripherals (DMA). The data connectivity has zero wait states, and is not contended by DMA operations.
The other memories are on the bus matrix, and can sustain independent DMA access, and will contend for access with the processor.