Question
Create Project with Stm32CubeMX for cmake and Visual Studio
My friend and I are trying to create a CMake project to work with Visual Studio.
We need to do this because we want to use GitHub Copilot integrated into Visual Studio.
Can someone suggest how to debug our software?
We are working on a professional project with STM32H7, so we need to be able to use advanced debugging techniques.
