2023-10-19 06:45 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 (in .ioc) without recreate a new project, new IC selection and a new .ioc ?
2023-11-03 09:52 AM
Hello @StanCosgrove
First let me thank you for posting.
In this case you can use the STM32CubeMX standalone application to create a project for the STM32H750IBK6.
Under File>Import select the *.ioc file for you original project then click on import.
However, it will only import the compatible parts of your project and you need to set the other parts manually.
BR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.