2020-11-16 02:00 AM
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>
Solved! Go to Solution.
2020-11-16 09:16 PM
Hello,
You are right. Thank you for the feedback. We will try to fix this as soon as possible.
For now you can manually add the .ioc file to your project by dragging your .ioc file from your file explorer and dropping it in your project architecture in CubeIDE.
It seems from your post that you are trying to open the .ioc file in CubeIDE. If that is the case, I personally recommend NOT doing it. Using the standalone CubeMX software to configure your MCU and using CubeIDE to simply build and debug is a better and safer approach.
/Alexandre
2020-11-16 09:16 PM
Hello,
You are right. Thank you for the feedback. We will try to fix this as soon as possible.
For now you can manually add the .ioc file to your project by dragging your .ioc file from your file explorer and dropping it in your project architecture in CubeIDE.
It seems from your post that you are trying to open the .ioc file in CubeIDE. If that is the case, I personally recommend NOT doing it. Using the standalone CubeMX software to configure your MCU and using CubeIDE to simply build and debug is a better and safer approach.
/Alexandre
2020-11-17 12:23 AM
What is the reason why I need to use separate CubeMX aside from CubeIDE?
2020-11-17 01:24 AM
It's up to you in the end. I know people who works fine with it and I know others who had trouble with it. Personally I recommend not to but you can try both and see what fits you best ;)
/Alexandre