cancel
Showing results for 
Search instead for 
Did you mean: 

Setup STM32Cube project not possible?

elbe_25
Associate III

Hello,

I'm trying to start using STM32CubeIDE for VS Code 3.7.0

I have tried to follow the instructions to set up an example project via STM32CubeMX and those to setup an empty project.

In both cases I end up with an apparently unconfigurable project, seeing just this:

elbe_25_0-1767013042408.png

Clicking on "Configure" does not result in a change.

Just trying to build the project anyway results in CMake telling me that it cannot find the C Compiler.

 

Any hint welcome.

Many thanks,

Titus

 

  

12 REPLIES 12

stm32n6xx_dfp.1.1.1 appears to be installed

elbe_25_0-1768032582087.png

Is there any comprehensive manual describing the architecture of the STM VSC extension?

 

Julien D
ST Employee

Hi @elbe_25,

Do you already see any .settings/bundles.store.json file in your project? If so what is defined inside?

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
elbe_25
Associate III

Thanks a lot for all the replies.

After some more retries, I gave up on this.

I have my own long established and well working C++ setup, also for but not only for STM32 MCUs. 

I don't want and I don't need the bundle management, build system, and all the other stuff that gets pulled in by the STM32Cube extensions.

All I really need is up-to-date debugging support for current STM32 MCUs. 

Hence, I opened a feature request to split debugging support VSCode extensions from Core + Build .