Migrating project from Nucleo to custom board
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
