2020-11-04 12:08 PM
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?
Solved! Go to Solution.
2020-11-04 12:33 PM
Change the BOOT_CM4_ADD0 option byte in STM32CubeProgrammer.
2020-11-04 12:33 PM
Change the BOOT_CM4_ADD0 option byte in STM32CubeProgrammer.
2020-11-04 02:13 PM
It's working :) thanks a lot