Difference between revisions of "Core Coupled Memory"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[File:STM32F405 Memory.png|400px]] | [[File:STM32F405 Memory.png|400px]] | ||
+ | |||
+ | In the block diagram it is shown like this: | ||
+ | |||
+ | [[File:STM32F405 Memory Architecture.png|600px]] | ||
+ | |||
+ | It is worth noticing a few things. As the name implies this RAM is connected directly to the [[MCU]] core but separate from the AHB bus matrix. Looking at the bus matrix: | ||
+ | |||
+ | [[File:STM32F405 Bus Matrix.png|600px]] |
Revision as of 00:37, 2 November 2024
Some STM32 MCUs include a feature called CCMRAM (Core Coupled Memory), which is separate from the regular SRAM region.
According to the datasheet, the memory in STM32F405 is:
In the block diagram it is shown like this:
It is worth noticing a few things. As the name implies this RAM is connected directly to the MCU core but separate from the AHB bus matrix. Looking at the bus matrix: