2020-01-21 04:47 PM
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?
Solved! Go to Solution.
2020-01-23 02:44 AM
Sounds great!
(just leaving a note to subscribe to updates on this thread :D)
2020-01-23 02:52 AM
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
2020-01-23 02:53 AM
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
2020-01-23 03:05 AM
Martin,
No I didn't. I tested it in my home computer. where is the offline installation instruction?
2020-01-23 04:01 AM
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.
2020-01-23 04:09 AM
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
2020-01-23 04:54 AM
Creating a seperate post about this - I've uploaded a new Application template for F746G-DISCO v3