Flashing procedure for dual-core processor on STM32 H755 ZI-Q board.
I am trying to flash and debug on CM4 on stm32 H755 ZI-Q board.
1. Firstly i tried debugging CM7 , with debug configurations --> Connecting under reset and halt all cores.
2. Then i tried debugging CM4, with debug configuration -->None(no reset)
3. Also added .elf files in startup while debugging CM7.
4. I separately debugged cm7 and then cm4, but got only cm7 prints output.
5. So then i tried in other way,
I launch the group debug, adding cm4 and cm7 both elf files,, still the cm7 i could able to see prints,, cm4 no prints.. basically, I think cm4 is not able to get up from stop mode.
So, provide me solution
1.How to run cm4 independently?
If this is not possible,
2. How to run the code written in m4, along with m7 in stm32 h755 zi-q series board.
