Generate an .ioc file from an existing STM32CubeIDE project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 4:59 AM
An Stm32 ide project was made in our company. The person who did it left the company. We can't find the ioc file (as we want to change some things in the mx project). Is there a way to recreate the ioc from the existing CubeIDE project?
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 5:11 AM
Welcome @AlbertG, to the community!
This should be possible in principle, at least for the basic settings, but requires examining the settings of the STM32 in question, as well as the program settings (init sequence, etc.) and then entering them in a new CubeMX project. Depending on the STM32 and the scope of the programme, this may take some time.
Good luck!
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 5:11 AM
Welcome @AlbertG, to the community!
This should be possible in principle, at least for the basic settings, but requires examining the settings of the STM32 in question, as well as the program settings (init sequence, etc.) and then entering them in a new CubeMX project. Depending on the STM32 and the scope of the programme, this may take some time.
Good luck!
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 5:13 AM
@AlbertG wrote:Is there a way to recreate the ioc from the existing CubeIDE project?
Not automatically.
As @Peter BENSCH said, you would have to enter all the details manually from the existing code.
A complex system designed from scratch never works and cannot be patched up to make it work.
