2025-04-17 11:28 AM
Hi,
I've a project that has quite a lot of peripheral configurations, plus code, based around Nucleo H755.
Now I need to port this into a new project based on the same chip (STM32H755ZIT6) but targeting my own board design. I will be using the same peripherals.
Is there a convenient way to migrate the project in CubeIDE without having to painstakingly re-enter all of the .ioc's configuration parameters in a clean project?
Copying the code over is easy enough, it's just stuff relating to the BSP that I see as problematic.
Having previously played with editing the ioc file manually I concluded that this is not a good way forward (and I'm aware that it's not recommended).
Thanks
Solved! Go to Solution.
2025-04-17 12:45 PM
Short answer: no.
You can see some options here.
MCU1 to MCU2 migration option within STM32CubeIDE - STMicroelectronics Community
If you're targeting the same peripherals and want to use the same code on the same MCU on a different board, you can continue to use the same project.
2025-04-17 12:45 PM
Short answer: no.
You can see some options here.
MCU1 to MCU2 migration option within STM32CubeIDE - STMicroelectronics Community
If you're targeting the same peripherals and want to use the same code on the same MCU on a different board, you can continue to use the same project.
2025-04-17 1:26 PM
Hi @TDK , that's very helpful, thank you very much indeed.