Skip to main content
Kasun Dinesh
Associate III
January 21, 2020
Solved

Touchgfx 4.13 and Cubemx 5.5 project creation

  • January 21, 2020
  • 2 replies
  • 1208 views

Hi,

I use the .ioc file in STM32F746-DISCO v.3.0.0 project, import it to CUBE IDE and used the option to create a project form ioc file. But even i compiled and run in in stm32f746 board, nothing happens. Any reason for this, or whats the fix. My end goal is to make it compatible with a display of 800x480.

This topic has been closed for replies.
Best answer by Martin KJELDSEN

But did you actually program the flash with the contents of this region? You require an external flashloader configured from either ST-Link or STCubeProgrammer - Or through CubeIDE.

2 replies

Martin KJELDSEN
Principal III
January 21, 2020

"Nothing happens" - Can you elaborate?

Kasun Dinesh
Associate III
January 22, 2020

Nothing comes to display. I created a gui in touchgfx. Build it using new cubeide but when I run it, nothing comes to the display. ​there are no errors or hard faults comes when running.

Kasun Dinesh
Associate III
January 23, 2020

Hi Martin. Thanks for getting back to me. I use the default images provided from touchgfx and it's in quadspi region. I used the linker modifications done in the example project generated from touchgfx for f746​

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
January 23, 2020

But did you actually program the flash with the contents of this region? You require an external flashloader configured from either ST-Link or STCubeProgrammer - Or through CubeIDE.

Kasun Dinesh
Associate III
January 23, 2020

Thanks. That was the issue. It worked after i added the flash loader. :grinning_face: