Importing ST projects into Visual Studio 2022
Hello,
I tried to import my time interrupt based, blinking LED project into Visual Studio 2022 V17.6 (Not into VSCode) using Marc Goodner’s blog (from Microsoft). Finally, I could import the STM32CubeIDE project into VS2022 but I could not run it. The Target dropdown list always contains Local Machine and Manage connections link. There is no ST-Link debugger in the target list. I tried to disconnect and reconnect the USB cable of STM32H723ZG NUCLEO development. It did not help. I restarted VS2022, then my PC, but it did not help.
Then I start debugging the project with Local Machine. The project was compiled into [project_name].elf file without any error but running the "ELF" file in Windows is a bad idea.
- CMAKE is installed.
- "Linux and embedded development with C++" is installed.
- "vcpkg" is installed and activated.
- I googled it everywhere...
My question is does STMicro have a step-by-step guide how to import STM32CubeIDE project into VS2022? Or maybe somebody from the community already did it and could help what I did wrong.
Best regards,
Louis
