2015-09-01 02:16 AM
Hello. I am trying to run the code from stm32f429 to stm32f746. There is one question. DTCM memory (cortex m7) and CCM memory (cortex m4) is the same?
2015-09-01 05:46 AM
Hi,
DTCM memory and CCM memory are not the same there are many differences.The major differences are:• DTCM and CCM are not mapped in the same address• For DTCM there are two 32-bit dedicated bus used by the Cortex®-M7 for the data access, whereas the 64-Kbyte is accessed only through the D bus.• DTCM is accessible by DMA bus.For more information about Migrating Cortex-M4 Applications to Cortex-M7, I'd highly recommend you to take a look to these links below: & -Syrine-