Changing boot address of CM4 and CM7 in STM32H745 - Dual core
Hello Tesla I need to run M4 from 0x08000000 and then M7 from 0x08100000. Is there any example ? Exactly I v'done my BOOT that runs on M4 (0x08000000) loads the Flash , then jumps into M4 (0x08040000). Now i have to run M7 from 0x08100000, but i d...