2023-10-20 05:09 PM
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.
2023-10-20 05:12 PM
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.
2023-10-21 06:36 PM
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??