cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating project from Nucleo to custom board

bramble
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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

View solution in original post

2 REPLIES 2
TDK
Guru

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
Associate III

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