Is there any guide on how to use nxp extension for vs code to debug multicore project?
What I would like to set up is to debug core m4 and core m7 at the same time. Meaning one debugger instance in vs code is executing m4 and the other is executing m7
So far I've built the project and I have access to both m4 and m7 elf files. I know it's possible to do it with one mcu-link because mcuxpresso ide does it somehow.