2020-09-08 03:50 AM
Hello,
I am working on a project with stm32f769i-eval and touch gfx designer(4.13.0) .
I select my board as application template then I try both using a blank template or any of the examples that are provided.
After generating the code, I try to run the project on my target and even though it doesn't fail my screen is not displaying anything. (If I run on the simulator it works perfectly).
What should I do?
Thx,
Irene
Solved! Go to Solution.
2021-06-01 05:31 AM
It is because I actually received the same question earlier today and am working on it right now :grinning_face_with_sweat: There seems to be an issue with the application template available in TouchGFX Designer and the latest revision of the display (the A03) where the board goes to hard fault when the touch panel is initialized.
We are still investigating but in the meantime here is a workaround:
/Romain
2020-09-08 09:56 AM
Hello,
Try to use an IDE like CubeIDE, IAR or Keil and debug to see if it hangs somewhere.
/Alexandre
2020-09-09 02:52 AM
Hello,
Thanks for your answer.
Looks like I get a Memory Management Fault here
virtual void backPorchExited()
{
swapFrameBuffers();
tick();
}
No source available for touchgfx::HAL::tick() at 0x8008bc4
I tried to run the same project with another board stm32f779i-eval and I get no errors and display is working properly.
Do you have any idea what could it be?
Thanks,
Irene
2020-09-09 05:30 AM
If by simply running the application template of F769-EVAL board with just a box and a button, the display does not show anything, maybe your board is faulty.
You confirm you haven't changed anything to the Application Template ? What UI are you using to test your board ?
Could you provide all the steps ? This way we can try to reproduce it on our side ?
/Alexandre
2020-09-10 12:14 AM
Good morning,
Right now, I'm just trying to make the display run so I'm just creating a new project using the application template F769i-EVAL with a white box in TouchGFXDesigner.
I'm generating the code and then "Run Target", no error appears but the screen is not displaying anything.
I haven't changed anything from the Application Template.
Thanks,
Irene
2020-09-10 04:34 AM
Hello,
We are currently investigating. I will come back to you when I have more information.
/Alexandre
2020-09-15 12:05 AM
2020-09-15 11:17 PM
Sorry I can't provide you any update right now.
Due to certain circumstances I cannot have access to this board so I asked one of my colleague.
I will tell you any update that comes up.
/Alexandre
2020-10-05 01:13 AM
2020-10-05 02:20 AM
Hi,
Could you make sure the jumper is set at the right power source (needs to be st link) ? It is on the left of the screen.
The AT works on the boards I have, but just to align on the boards what REV is yours?
/Romain