Dual Core Bootloader Go_to application
I am relativelly new to embed software and I am trying to do a software package on a dual core stm32 H743ZI2 including these two: A bootloader with a go to function in both of its cores cm4 and cm7 and a blinky app at both cm4 and cm7 at the specific locations (CM4 blinky app will be on 0x08140000 and CM7 blinky at 0x08040000) in memory. So the program basically will work as this --> System starts, both of the cores start working Cm7 makes the blinky app's CM7 program work with a goto function and CM4 makes the blinky CM4 work with go to function. Is this possible to do so? Are there any restrictions regarding writing a go-to application on cm4 that goes another cm4 app?
