Skip to main content
nnoK
Visitor II
February 24, 2025
Question

STM32 C++ CMake Project - Dual-Core Board

  • February 24, 2025
  • 0 replies
  • 464 views

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.