cancel
Showing results for 
Search instead for 
Did you mean: 

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

Pouya Rostam
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Change the BOOT_CM4_ADD0 option byte in STM32CubeProgrammer.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

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

It's working 🙂 thanks a lot