STM32CubeIDE Project setup issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-16 5:54 AM
When trying to create a Debugger configuration for a project opened from sources + Makefile, STM32CubeIDE fails to create the configuration and shows the following error messages:
" Not able to get board target."
" An internal error has occurred. Update LCD"
The project is using the STM32F405RGT6.
How can I create this configuration and start debugging the project?
Thanks
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 10:40 AM
My guess is STM is adding some automation on top of Eclipse if STM32Cube usage. No magic here to allow such some private setup is done. You should lack of right now.
I would foresee two options then:
1) Either create a STM32 project (File>New>STM32 Project) selecting "Empty" mode. Then promote your source code into. Such should allow you to take benefit of common settings.
2) Or rely only on native Eclipse capabilities which are always available, STM32CubeIDE being "only" some addon on top of a regular Eclipse core.
Feel free to share your trial outcomes !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-18 5:42 AM
Updated to STM32CubeIDE v1.1.0, the issue is still present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 7:34 AM
Hi, any update on this please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 9:48 AM
How have you created your project ? Sounds tool is complaining about non legal project setup ...
Please provides more details if expecting some help ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 10:08 AM
Sure, project was created by importing a Makefile project, the VESC. The project compiles just fine from CLI running make. The "Release" configuration exists but it's impossible to start debugging. Any idea what settings could be causing this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 10:40 AM
My guess is STM is adding some automation on top of Eclipse if STM32Cube usage. No magic here to allow such some private setup is done. You should lack of right now.
I would foresee two options then:
1) Either create a STM32 project (File>New>STM32 Project) selecting "Empty" mode. Then promote your source code into. Such should allow you to take benefit of common settings.
2) Or rely only on native Eclipse capabilities which are always available, STM32CubeIDE being "only" some addon on top of a regular Eclipse core.
Feel free to share your trial outcomes !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 11:54 PM
Solution 1 worked. Thanks!
Note that I had to disable the Makefile generation to use the existing Makefile:
