Message from CubeIDE: "missing natures" what does it mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-18 8:50 AM - last edited on ‎2024-08-19 3:35 AM by mƎALLEm
when i import an example from FW package, i got this message.
i have no idea what "nature" is, how could i solve this error?
thanks for your support !
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 10:18 AM
This is example project in the Cube library, created with some other version of Eclipse. It needs conversion. Do not open it directly in CubeIDE. Do: Import... Example project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-18 8:53 AM
and if i don't solve this problem, it won't allow me to build the project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-18 9:35 AM
Hello @HLJ and welcome to the ST Community :smiling_face_with_smiling_eyes:.
I suggest you to:
- Ensure that you are using the last version of STM32CubeMX (V6.12.0) STM32CubeIDE (V 1.16.0).
- Select the example that you are going to use throw CubeMX and open it on CubeIDE.
This methode should work fine.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 9:09 AM
@STTwo-32 thanks for your reply.
I found the example I'm going to use is not support STM32cubeIDE.
maybe the "nature" problem is because of this issue?
In addition, could you explain the different between STM32CubeMX and STM32CubeIDE?
I can create STM32 project by both of them, but I don't know the different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 10:18 AM
This is example project in the Cube library, created with some other version of Eclipse. It needs conversion. Do not open it directly in CubeIDE. Do: Import... Example project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 10:46 AM
Hello @HLJ
To open this project, you have to follow this user manual. For the difference between CubeMX and IDE. First, CubeMX is a graphical interface designed to just do the first configuration and initialisations for your project. For the CubeIDE, it is just a toolchain that we can use to write code, configure parameters, run compile and debug our code.
Ps: CubeIDE even incubate CubeMX.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-31 4:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-31 5:06 AM
by the way, I can build and upload the code to the stm32, but the "nature" problem still there.
every time I import an example, the warning pop up. But it seems no effect on my project(?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-31 2:14 PM
If your project builds successfully, you can delete from the .project file <natures> section the lines that cause warnings (that contain something ....fr)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-24 7:57 AM
that um2579 is very good hidden. but the question is why is not linked or mentioned anywhere inside that f7 cube package
well done st. seems to me ur not even trying to attenuate tha learning curve
grep -C 2 -n -ri 'um2579' STM32Cube_FW_F7_V1.17.2/ | wc -l
> 0
