cancel
Showing results for 
Search instead for 
Did you mean: 

Still facing STM32Cube option greyed out

funnywit_02
Associate

Hi all,

I'm experiencing the exact same issue described in this thread (https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-stm32cube-project-creation-issue/td-p/823125) with STM32CubeIDE v1.19.0 on Windows. After selecting a target MCU during project creation, the "STM32Cube" option remains greyed out, and I’m only able to create empty projects without CubeMX support.

Here’s everything I’ve already tried (based on ST’s recommendations and other users’ suggestions):

  1. Set Target Selector Device Database Auto-Refresh to "No Auto refresh" under Window > Preferences > STM32Cube > Firmware Updater

  2. Clicked Apply and restarted STM32CubeIDE

  3. Deleted the .stmcufinder folder from my user directory:
    C:\Users\<MyUsername>\.stmcufinder

  4. Relaunched STM32CubeIDE as administrator

But on every launch, it automatically downloads the device database again and the problem returns. The STM32Cube integration remains disabled. I’ve tried this entire procedure multiple times, including clean reinstalls and new workspaces — still no resolution.

At this point:

  • I cannot create STM32CubeMX-based projects

  • I cannot import .ioc projects from old directories either

  • The problem persists across new and old workspaces

  • This is blocking my development workflow entirely

I would really appreciate if ST can provide:

  • A working download link to the compatible device database for v1.19.0 or a patched fix

  • Or a definitive way to prevent the IDE from auto-downloading the incompatible DB

Let me know if any logs or additional diagnostics would help.

6 REPLIES 6
Andrew Neil
Super User

You mean this (pinned) post: STM32CubeIDE STM32Cube project creation issue ?

Would probably be best to continue in that thread, rather than start yet another...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

yes the same post, you are probably right. I did leave a reply there as well.

 

Semer CHERNI
ST Employee

Hello @funnywit_02 

Could you try to do the following steps:

  1. Set Target Selector Device Database Auto-Refresh to "No Auto refresh" under Window > Preferences > STM32Cube > Firmware Update
  2. Close STM32CubeIDE
  3. Deleted the .stmcufinder folder from my user directory:
    C:\Users\<MyUsername>\.stmcufinder

  4. Open STM32CubeIDE and when he following pop up message appears click on "NO"

SemerCHERNI_0-1753267347650.png

This will continue to be the temporary solution. Our teams have identified the root cause and a permanent fix will be shared shortly.

KR,
Semer.

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.

Pavel A.
Super User

As a simple workaround:  create your project with the standalone CubeMX.

Let ST tidy the mess at their speed.

 

I don't get any pop-ups like the one mentioned in the image even after following steps 1-3. 

 

I'll have try it out, who says I won't face the same problem.