Question
STM32F7xx Flash interface selection (AXIM or ITCM)
Posted on March 28, 2016 at 18:28
However, in the IAR linker file, the AXIM interface is selected. The program runs ok when downloaded in the flash. So could you tell me is the CPU using ITCM or AXIM interface in this case?
Edit:Hi ALL,The way to choose AXIM or ITCM flash interface in IAR is to configure the ROM address in the linker file.For AXIM, ROM starts from
I am confused about the boot setting in STM32F7xx series.
When the boot pin is low, it boots from flash on ITCM interface (0x0020 000) by default, as shown in the screenshot of the manual.
However, in the IAR linker file, the AXIM interface is selected. The program runs ok when downloaded in the flash. So could you tell me is the CPU using ITCM or AXIM interface in this case?
Edit:Hi ALL,The way to choose AXIM or ITCM flash interface in IAR is to configure the ROM address in the linker file.For AXIM, ROM starts from 0x08000000,
for ITCM, ROM starts from0x00200000.
So the BOOT_ADD0 setting is not working? #stm32f7-axim-itcm-flash-interfac