Skip to main content
Pouya Rostam
Associate II
November 4, 2020
Solved

Change the start address on flash for cortex 4 core of STM32H747

  • November 4, 2020
  • 2 replies
  • 1173 views

Hey folks,

I am working on a project and I need more than 1 MB of flash memory for cortex 7 core on STM32H747. I know that cortex 4 core would start reading the flash from 0x08100000 (which is exactly 1 MB away from 0x08000000 of the cortex 7 core). Is there any way to change this address to something else?

This topic has been closed for replies.
Best answer by TDK

Change the BOOT_CM4_ADD0 option byte in STM32CubeProgrammer.

2 replies

TDK
TDKBest answer
Super User
November 4, 2020

Change the BOOT_CM4_ADD0 option byte in STM32CubeProgrammer.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Pouya Rostam
Associate II
November 4, 2020

It's working :) thanks a lot