2020-02-22 02:08 AM
Where is the "Configuring-STM32F746G-DISCO" page? I used to see this topic in the help center, but now I can't find it. The previous URL was "https://touchgfx.zendesk.com/hc/en-us/articles/360019884752-Configuring-STM32F746G-DISCO". Now this link can't be opened, and I can't search for this topic, Where does this topic go? Was it deleted? Is there an alternative theme?
https://touchgfx.zendesk.com/hc/en-us/articles/360019884752-Configuring-STM32F746G-DISCO
2020-02-24 12:32 AM
Hi,
this article has been removed because it was outdated. What is your ambition with it? If you just wish to run a project on your board, you can start from the application template in Designer when you create a new project. Everything will then be configured automatically and you can have a look at the generated CubeMX project. If you wish to learn how to port a board yourself the article has a lot of outdated content since it was meant for an older version of CubeMX.
\Romain
2020-02-25 04:53 AM
2020-02-25 05:33 AM
Hi, ok then I will try to find a backup for it and link it here
2020-02-25 06:35 AM
2020-02-25 07:55 AM
Hello Romain,
In my project in TouchGFX 4.13 i choose STM32F746G-DISCO template and place some icon, after that i "Run Target" -> It run normal.
I have try to build program by MDK-ARM (KeilC). but not success with message as bellow
Do you have any document for that.
2020-02-26 12:35 AM
I do not know much about KeilC, i'd suggest creating a new post so that other people can have a look
2020-02-26 01:08 AM
It seems your image assets haven't been added to the project. TouchGFX designer can update Keil, IAR and CubeIDE projects, but the chosen IDE must be reflected in the .ioc file for a project. So maybe you selected IDE in CubeMX is set to something else than Keil.
Simply open the IOC file, choose Keil, save, and generate again from TouchGFX designer - Or, simply add all your assets manually if that's fine for you.
/Martin
2020-03-05 06:05 PM
Yes, this is the document I need. Thank you very much. That's great!