2019-09-07 02:18 PM
I uploaded the project in this image to stmf746g-disco This project has no interface
keil file of the project is here
then I made a simple interface using touchgfx
The problem is how do I integrate the interface code with my real project?
I've seen something like this done by doing some research and watching videos and I've tried
here I created a variable called "buttonclicked"
here already touch gfx has created their own
I'm getting an error here
and most importantly, I do not know how to do this after correcting the error
even if this error is resolved, I don't know how to integrate the next steps
need your help thank you.
in short, how do I integrate my project that I use to draw a wave in my keil project into touch gfx
When I press the RUN button, I want it to bring up the screen in the first image
2019-09-09 12:35 AM
Hi Hasan,
First of all, could you share the "detailed log" ? You'll find the button for it in the bottom right part of the designer.
Are you saying that the first two images in this post is not touchgfx and now you want to integrate this project?
/Martin
2019-09-09 12:37 AM
these two separate projects were created with a touch of gfx only the interface was coded in the other keiller when coding on keils tubitak 1505 how to manage the project in this way I want to see where you listen to the signal when I press the button
2019-09-09 12:42 AM
Can you please share your log? We can start by inspecting your compilation error.
/Martin
2019-09-09 12:45 AM
so far I have only tried a simple interface and tried to call a normal function
I couldn't integrate it because the multi adc project was too big
2019-09-09 12:47 AM
screen in multi adc project
interface files I created using touch gfx = TUBITAK1505
I want the screen of the multi adc project when I press the button on the interface I prepared using touch gx
2019-09-09 12:48 AM
You'll have to implement your ADC project interface in the TouchGFX designer.
Did you watch the video on integrating signals from hardware into your UI? It's a sticky in the top of this forum.
/Martin
2019-09-09 12:49 AM
yes I watched and applied the video but I did not succeed
2019-09-09 12:50 AM
The files in the multi adc project are quite large and I couldn't integrate them in any way.
2019-09-09 12:50 AM
What didn't you succeed with? It would be helpful if you listed everything you tried and everything you couldn't do. In theory, the two projects should be relatively easy to integrate. But you must create your GUI from the ADC project in TouchGFX.
/Martin