2020-01-23 04:59 AM
Hi everyone,
Just a heads up regarding the new (v3.0) STM32F746G-DISCO application template. As some of you have experienced, when using CubeIDE, the project was referencing some non-existant files and the Post-Generate command (after pressing Generate Code in TouchGFX designer) was not able to clean these up, which it can for other IDE/project types.
When compiling some of you saw this error:
make: *** No rule to make target 'C:/TouchGFXProjects/YetAnotherTest/TouchGFX/gui/src/logoargbbilinear127qspi_screen/LogoARGBBilinear127QSPIPresenter.cpp', needed by 'Application/User/gui/LogoARGBBilinear127QSPIPresenter.o'. Stop.
I've fixed and uploaded the Application Template so you no longer have this issue. To fix it manually you can:
But, as said, going forward any project hat is based on STM32F746G-DISCO from the designer does not have these issues.
Sorry for the inconvenience, and thanks for reporting the issue.
/Martin
2020-01-23 11:15 AM
Hello Martin,
I have installed TouchGFX 4.13 and I am not able to see the V3.0 templates in the online applications.
Where can I see the V3.0 templates?
Thanks,
Tushar
2020-01-23 11:26 AM
Sorry Martin, I forget to change the board from Simulator to specific boards. After Changing to Specific boards I am able to see v3.0.0 templates
2020-01-23 01:03 PM
That's quite allright :) Glad you figured it out @tushar_tp
/Martin
2020-01-23 03:50 PM
Martin, thank you very much.
Now I can generate a touchGFX designer project using the F746-DISCO template that compiles for the STM32CubeIDE and for the EWARM.
The RadioButton UI example don´t generate external QSPI code, so using this one, I can flash the board using the STM32CubeIDE and the EWARM.
If I use the ProgressIndicator UI example, that generate external QSPI code, I only can flash the board using the EWARM.
For while it is not a problem to me because we use EWARM as IDE.
My challenge now is how to install the F746-DISCO template offline. Comparing the directory .../TouchGFX/4.13.0 of a computer without the template with the same directory of a computer with the template installed, I couldn't note difference.
2020-01-28 01:04 AM
I was able to build a project successfully with the F746 AT but when I try to debug it I get this:
Download verified successfully
(Read)Failed determine breakpoint type
Error! Failed to read target status
Debugger connection lost.
Shutting down...
I saw that it was happen to others, I did not found a solution here, did I missed it?
2020-01-28 01:51 AM
Having the same issue - Trying to investigate a bit.
2020-01-28 02:27 AM
I was using the F746G-DISCO and it had that issue in CubeIDE - But debugging is working fine for F769.DISCO.
2020-01-28 03:50 AM
Yes, I have also had this, and since the F746 did not worked I moved to the F69 that is working under the debugger
2020-01-28 06:36 AM
In dialogue with someone from CubeIDE team about this. Possibly related to GDB server.