Support for dual core H7?
Hi, I see that extension version 2.1.0 claims support for dual-core H7 devices, but I'm not seeing stm32h745 listed -- is this particular device not supported for some reason, or am I missing something?
Hi, I see that extension version 2.1.0 claims support for dual-core H7 devices, but I'm not seeing stm32h745 listed -- is this particular device not supported for some reason, or am I missing something?
Hi @bkinman,
Are you trying to use the "Create empty project" or are you trying to import a "STM32CubeMX project"?
"Empty project" for more complex devices will be supported a bit later on the roadmap as part of a planned major overhaul.
For now I would recommend that you let CubeMX generated the H7 dual-core project. Then get rid of whatever code you don't want, get rid of mx-generated.cmake, get rid of the ioc-file, and clean the
include("mx-generated.cmake")
From the CMakeLists.txt
That would give you an "empty CMake project template" to use as well as launch.json.
It is admittedly only a work-around, but I think you can make that work (have not tried myself).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.