Question
How can I interface touchgfx with stm32f746g?
I made with StmCubeMx the configuration for my board, and I generated the file for touch gfx.
Then I implemented my gui on Touch Gfx and I needed to interface the signal that were coming from the board to the gui. I followed a lot of guides and tutorials but I wasn't been able to achieve anything.
What shuold I do if I have to call a function that I have implemented in Touch Gfx in the Main that I built on CubeMx?
Thanks.