2025-02-23 08:49 PM
Hi all.
While I found it really nice that CubeIDE offers the option to generate a CMake Project, it can only generate projects for one core. I have the STM32H757I Evaluation Board, which is M7+M4 and I can't create a project for both cores. The STM32 CMake Project creation wizard asks you to select one core.
The approach with VS Code also only works with single-core boards.
How does one go about using CMake for a C++ Project using a dual-core board?
Thank you in advance.