2024-08-20 04: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.
2024-08-20 05: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
2024-08-20 05: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
2024-08-20 05: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.