cancel
Showing results for 
Search instead for 
Did you mean: 

STM32cudeIDE on Ubuntu 24.04 - no target

a-jorge
Visitor

Hi guys

I need help! 

After the installation, I am trying to start a new project in the STM32CudeIDE, it requires a target no more opinions

How can I resolve this?

PrtscreenPrtscreen

7 REPLIES 7
STTwo-32
ST Employee

Hello @a-jorge and welcome to the ST Community.

First, you have to go to File>New>STM32 Project. then you can start your project from a MPU/MCU, an evaluation board or an example. 

More details are provided on this Wiki 

Best Regards.

STTwo-32 

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.

Hi,

Is that what I am doing ( File>New>STM32 Project), but the second screen with the list of target select is not snowing up.

 

I am using ubuntu 24.04

Are you using the Last version of CubeIDE (V1.16.1).

Best Regards.

STTwo-32

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.

Yes, I am using the Last version of CubeIDE (V1.16.1).

 

I recorded a small video to show the problem 

https://drive.google.com/file/d/1Xh2KV1O5ukZZbHWqwPttRqMuMFU8aegH/view?usp=sharing

Infact, this Ubuntu version (V24.04) is not officially supported by STM32CubeIDE. Here is the list of OS supported (in RN):
Supported operating systems and architectures
• Windows® 10 and 11, 64 bits (x64)
• Linux®: Ubuntu® LTS 20.04 and LTS 22.04, and Fedora® 36
• macOS® 12 (Monterey), macOS® 13 (Ventura)

So, I suggest you use on of the OS officially supported.

Best Regards.

STTwo-32

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.

debugging
Lead

Perhaps try

ulimit -n -H 4096

before starting CubeIDE.

The Eclipse bug seems to show itself in many different forms.

Running Ubuntu 24.10 myself and its fine.

Hello,

I didn't understand, how can I do it.