cancel
Showing results for 
Search instead for 
Did you mean: 

CM7_ITCMCR value of STM32F7

dqi07234
Associate II
Posted on October 07, 2015 at 03:51

Hello experts,

I have a question about CM7_ITCMCR value of STM32F7.

I am using STM32CubeF7 and I checked the CM7_ITCMCR value at the entry of the main function.

The value was 0x73 and this means ITCM size is 8MB.

However, the reference manual says it is 16KB.

How does it interpret?

Thank you in advance and best regards,

Yasuhiko Koumoto.

#stm32f7-itcm
2 REPLIES 2
Nesrine M_O
Lead II
Posted on October 07, 2015 at 15:26

Hi Yasuhiko Koumoto,

In fact, the register Indicates the size of the relevant TCM bus  not only the 16KB of instruction ITCM RAM, so the 0x73(8MB) is the range of TCM interface bus  from the address 0x00000000 to 0x07FFFFFF including ITCM RAM, system memory on ITCM and Flash memory on ITCM.

-Syrine-
dqi07234
Associate II
Posted on October 08, 2015 at 03:09

Hi Syrine,

Thank you very much.