cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating from Nucleo-144 board to real IC

StanCosgrove
Associate II

HI i m currently working on a H723 nucleo144 EVK, and have completed the coding and is contemplating to flash the code onto STM32H750IBK6. Question is whats the best way to port over the code (with .ioc) without recreate a new project,  new IC selection and a new .ioc ? Pls advise. 

2 REPLIES 2
TDK
Guru

Duplicate:

https://community.st.com/t5/stm32cubeide-mcus/migrating-from-nucleo144-board-to-ic/td-p/600119

Typical way is to create a new project, move code over as necessary. Depending on the compatibility of the chips, you may be able to use the previous project without changing the chip.

If you feel a post has answered your question, please click "Accept as Solution".
StanCosgrove
Associate II

that is to say there is no other way except to recreate and  redo everything from create new project , create new .ioc GUI , reate new IC P/N and rewrite the code??