cancel
Showing results for 
Search instead for 
Did you mean: 

Generate an .ioc file from an existing STM32CubeIDE project

AlbertG
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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

In order 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.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

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

In order 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.
Andrew Neil
Evangelist III

@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.