STM32 Project with two Dual-Core projects are buggy
Hello,
There are several issues when having project in STM32CubeIDE for STM32H747I-DISCO.
1) When you open M4 or M7 main.c file, there doesn't work the autocomplete. But when you open this file by generating code from .IOC file, those files have autocomplete.
As you can see in this gif, I have two times opened CM7 main.c. In one is auto-complete working, in one not.
2) When debugging any core, I can step the code, but anytime I make breakpoint, and run the code, it breaks on some address, and not showing anything, so in conclusion, breakpoints even don't work.
Thanks