Skip to main content
bramble
Senior
April 17, 2025
Solved

Migrating project from Nucleo to custom board

  • April 17, 2025
  • 1 reply
  • 472 views

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

Best answer by TDK

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.

1 reply

TDK
TDKAnswer
Super User
April 17, 2025

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."
bramble
brambleAuthor
Senior
April 17, 2025

Hi @TDK , that's very helpful, thank you very much indeed.