2024-08-11 05:37 PM
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
2024-08-11 09:08 PM
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.
2024-08-12 12:24 AM
@STTwo-32 thank you for your answer
2024-08-12 05:42 AM
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.
2024-08-12 06:28 AM
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.