2025-02-14 1:00 PM
I would like to take my existing stm32F746G-DISCO CubeIDE project, copy it and only change the chip from the STM32F746NGHx 218 BGA to the STM32F746IGTx 176 LQFP
I can copy the project, but I don't see a way to change the chip. In the .IOC file under Pinouts you can search for pin compatible MCU's, but won't bring up 176 LQFP. Obviously not pin compatible.
I have already re-worked the Altium schematics to use the 176 LQFP chip. My project eliminates several peripherals and changes some of the pins, but I figured can re-assign them in the new .IOC file?
I am assuming I will need to create a new MXCUBE or TouchGFX project for the correct chip and then copy from working project to new project?
Any insight appreciated!
2025-02-14 1:40 PM
Hello @FJB2069
On a .IOC file, you can’t change the MCU and keep the configurations. So, as you said, you should create a new project and migrate you configuration on it.
Best Regards.
STTwo-32
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.
2025-02-17 1:42 AM
Hello @FJB2069 ,
If you have a Tgfx project for your chip, you can import the UI from another one by clicking on Edit/Import/Gui.
BR,