cancel
Showing results for 
Search instead for 
Did you mean: 

Can't import MCU to a different MCU (Full Compatible)

BadEngineer
Associate II

I want to port a STM32F103C8T to a STM32F1 series. 

I go on my .ioc file, click the pinout compatibility and then find the board but i can't seem to see the import option anywhere. 

Image is attached

 

BadEngineer_0-1723423073013.png

 

4 REPLIES 4
STTwo-32
ST Employee

Hello @BadEngineer 

There is not such an option on the STM32CubeMX. To di that, you have to create a new project and repete the same cinfigurations as in the original one. Or if you are sure that both MCUs are fully compatible (number of IPs, the pinot of each IP, no memory size issues,...). Then, you can just upload the same code to the New MCU without any aditionnal configurations.

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.

@STTwo-32 thank you for your answer 

TDK
Guru

Just to be clear here, the STM32CubeMX within STM32CubeIDE cannot do this, but the standalone STM32CubeMX can. You'll still need to move user code over manually.

TDK_0-1723465190635.png

 

If you feel a post has answered your question, please click "Accept as Solution".

Exactly, you can't do that on the CubeMX version embedded on the STM32CubeIDE (as on this case). But you still can do it on the standalone version.

PS: you have to do all configurations manually.

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.