2022-02-10 08:00 AM
Hi ST-Members,
my problem is that nothing is happening on my target board if i create a projekt out of an existing example or an demo, except a blank white screen.
What i have tried:
Are there any solutions or fixed problems like this? Did i forgot any setting or hints?
Thanks a lot
Solved! Go to Solution.
2022-02-14 04:17 AM
Hi Osman,
the result was "Run Target Done".
I fixed the problem. In the Option Byte Settings the BCM4 Bit had to be checked. In my config it was unchecked. Now my Example-Projekt works on Target.
Nethertheless thanks for your help.
2022-02-11 03:03 AM
Hello PStoc.3,
Unfortunately I can't help with the problem you're facing, I can only help with TouchGFX Designer examples; Cube demos aren't something we can manage with Designer. I can suggest you to use examples that we provide on TouchGFX Designer directly. For that, you can click on "Example" panel on the left, and "Select board setup".
You will be able to select STM32H745I-DISCO board from there, and you'll be given all specific examples for the board you're working with. All these examples are already configured with STM32CubeMX and runnable on target.
Otherwise, you can add more tags to this post, community members of other sections might be able to answer you.
/Osman
2022-02-13 11:49 PM
Hi Oskt,
thank you for your answer.
I have already tested a few different Examples (Blank UI, Clock Example and Button Example) to try it on my target board. In "Select board setup" i have chosen the board STM32H745I DISCO, that should be the same as my target board.
If i click on "generate code" or "simulator" it runs perfectly. But if i click on "run target" it runs to the end but the screen on my target is still white.
Patrick
2022-02-14 03:14 AM
Hello Patrick,
When you press "Run Target" on TouchGFX Designer, what is the result message you got ? "Run Target Failed" or "Run Target Done" ?
If it's "failed", can you share your error logs ?
If it's "done", I remember I had same problem not too long ago and I resolved it by pressing on the physical "Reset" Button (the black one) on the board itself. Can you try that ?
/Osman
2022-02-14 04:17 AM
Hi Osman,
the result was "Run Target Done".
I fixed the problem. In the Option Byte Settings the BCM4 Bit had to be checked. In my config it was unchecked. Now my Example-Projekt works on Target.
Nethertheless thanks for your help.
2022-02-14 04:54 AM
You're welcome. Glad that your problem is solved :)
/Osman