I am trying to set up a multicore project on STM32H755ZI.
I have followed this tutorial: https://visualgdb.com/tutorials/arm/stm32/multicore/ to set up and debug two blinky projects.
And I have followed this tutorial: https://visualgdb.com/tutorials/arm/stm32/cube/advanced/ to set up a project using CubeMX.
I cannot work out how to combine these two approaches. Is it possible to set up and debug two projects for the two cores, as in the first example, but using CubeMX to set up the peripherals for both?