2024-10-27 10:57 PM - last edited on 2024-10-28 09:16 AM by Andrew Neil
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?
Solved! Go to Solution.
2024-10-31 11:29 PM - edited 2024-10-31 11:33 PM
Hi,
I found a possible solution
1- create the project in the STM32cudeMX
Select the language and target broad, save the project
2- Open the STM32cudeIDE
Search for the project that you created in the STM32cudeMX and be happy :)
2024-10-27 11:19 PM
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.
2024-10-28 01:26 AM
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
2024-10-28 01:29 AM
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.
2024-10-28 01:44 AM
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
2024-10-28 02:13 AM
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.
2024-10-28 09:13 AM - edited 2024-10-28 09:14 AM
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.
2024-10-28 09:18 AM
Hello,
I didn't understand, how can I do it.
2024-10-29 10:36 PM
1. Open a command prompt in the folder where CubeIDE executable is located
2. Enter
ulimit -n -H 4096 <enter>
3. enter
./stm32cubeide <enter>
Do this every time you want to use CubeIDE
2024-10-30 01:46 AM
Hello,
Doesn't work
It still jumping the select target screen as in the video.
https://drive.google.com/file/d/1Xh2KV1O5ukZZbHWqwPttRqMuMFU8aegH/view?usp=sharing