Skip to main content
dqi07234
Associate II
October 7, 2015
Question

CM7_ITCMCR value of STM32F7

  • October 7, 2015
  • 2 replies
  • 857 views
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
This topic has been closed for replies.

2 replies

Nesrine M_O
Associate
October 7, 2015
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
dqi07234Author
Associate II
October 8, 2015
Posted on October 08, 2015 at 03:09

Hi Syrine,

Thank you very much.