cancel
Showing results for 
Search instead for 
Did you mean: 

Plans for a "Hello TouchGFX World" project tutorial?

Asantos
Senior

I want to start with TouchGFX, but I see too much people in this forum struggling to do a basic project for a development boards from ST. I imagine how hard it should be a custom board.

Has ST plans to release a basic step by step tutorial showing how to do a basic project for the STM32F746G Discovery board?

16 REPLIES 16

Sounds great!

(just leaving a note to subscribe to updates on this thread :D)

Okay, there's an issue somewhere i'm chasing - For now, remove the entries in CubeIDE project that do not actually exist (exclamation mark) and the project will build fine.

There may be a rogue issue with the CubeIDE project updater or maybe just a mishap in the Application template.

/Martin

Martin KJELDSEN
Chief III
Finished building target: STM32F746G_DISCO.elf
 
arm-none-eabi-size   STM32F746G_DISCO.elf 
arm-none-eabi-objdump -h -S  STM32F746G_DISCO.elf  > "STM32F746G_DISCO.list"
arm-none-eabi-objcopy  -O binary  STM32F746G_DISCO.elf  "STM32F746G_DISCO.bin"
   text	   data	    bss	    dec	    hex	filename
  45352	    192	   6316	  51860	   ca94	STM32F746G_DISCO.elf
Finished building: default.size.stdout
 
Finished building: STM32F746G_DISCO.list
 
Finished building: STM32F746G_DISCO.bin

Martin,

No I didn't. I tested it in my home computer. where is the offline installation instruction?

Martin I did it.

It looks like that the TouchGFX designer generate code to the STM32CubeIDE by default, and If you want to compile it with the EWARM, you should generate the code using the cubemx after change the IDE configuration to EWARM.

Martin KJELDSEN
Chief III

Okay, guys, i'm releasing a new STM32F746G-disco application template - An oversight in the INITIAL CubeIDE project files meant it referenced some files from an application that isn't a part of the AT. It can be solved manually like this:

* Remove the file references from CubeIDE

* Re-generate the project from CubeMX and Generate Code From touchgfx designer

Martin KJELDSEN
Chief III

Creating a seperate post about this - I've uploaded a new Application template for F746G-DISCO v3