ioc file not included in STM32F429I-DISC1 discovery board when imported to CubeIDE
I have both STM32F769I-DISCO and STM32F429I-DISC1.
When I make a project from TouchGFX and import to CubeIDE, the ioc file is not included inSTM32F429I-DISC1 discovery board.
I have checked the .project file of STM32F769I-DISCO it is containing these lines, while it is missing in STM32F429I-DISC1.
<link>
<name>STM32F769I_DISCO.ioc</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/STM32F769I_DISCO.ioc</locationURI>
</link>