2020-12-01 06:23 PM
Hi all,
I'm trying since 2 days to get my f469i-discovery running on CubeIDE 1.5.0 and touchGFX 4.14.
Are there any working examples for this board ?
Embedd wizard is working like a charm in combo with CubeIDE 1.5 but not touchGFX.
Seems to be quite complicated....
Is there anybody who can help??
Regards,
Chris
Solved! Go to Solution.
2020-12-02 03:41 AM
Hi,
Yes there are, do the following;
The default IDE is CubeIDE and is located at <your project>/STM32CubeIDE
Just launch CubeIDE and import the project from this location using "import existing project" option.
Then build and program once your board is plugged.
Best regards,
Nicolas
2020-12-02 03:41 AM
Hi,
Yes there are, do the following;
The default IDE is CubeIDE and is located at <your project>/STM32CubeIDE
Just launch CubeIDE and import the project from this location using "import existing project" option.
Then build and program once your board is plugged.
Best regards,
Nicolas
2020-12-02 07:03 AM
Hi Nicolas,
YOU MADE MY DAY!!!! :)
Thanks a lot for the solution and the professional support.
best regards,
Chris
2021-06-04 11:02 AM
Hi Nicolas, I use TouchDesigner 4.16.1 (the lastest). It has very few projects, and none for the STM32F469I-Disco.
Are most Discovery boards no longer supported?
2021-06-07 12:24 AM
Hi,
In the startup page you have two tabs "My applications" and "Online applications",
The "Online application" tab contains full applications dedicated to specific boards, usually because they require specific peripherals that are only present on the board (e.g. a joystick or a specific display type or definition) or require a specific amount of FLASH/RAM to run properly.
Instead, I suggest you to select the "My applications" tab and then change the application template:
Here you will find the F469-Disco and almost all the other ST devkits.
Then select a UI Template or start from an empty,
Best regards,
Nicolas
2021-06-07 12:25 AM
Hi,
You are looking at "Online Applications" which are board specific demos (we are changing the name in the next release of TouchGFX as the name is quite confusing). Have a look at the "My Application" tab instead and select the application template for the STM32F469I-Disco board. You will have multiple examples and demos under the "UI template" section.
/Romain