2024-03-06 10:57 PM
Hi, I'm working on STM32F746G-DISCO.
Kindly can someone tell me if it is normal that after making some project screens on TouchGFX and launching the SIMULATOR, everything is ok. I open the project with CubeIde and add some code from the IDE and transfer it to STM32F746G-DISCO it continues to work, if I try to simulate it with the TouchGFX SIMULATOR I can no longer make it work and it gives me errors right in the lines of code I have added. Thank you.
2024-03-07 12:20 AM
Hello @StefanoL ,
Could you please share more details about the error message you have, the used versions of the tools and the lines of code you have added.
2024-03-07 01:00 AM
2024-03-07 03:53 AM - edited 2024-03-07 03:54 AM
Hello,
Did you declare functionON() somewhere in Screen1View.cpp?
2024-03-07 06:07 AM
2024-03-07 06:12 AM
Could you please attach your project?
2024-03-07 06:16 AM
As you can see on evolution it works.....on GFX it gives me errors. I probably made some mistakes because if you look at jpg 10 where there are red arrows those folders are external to the project I'm using while I remember that they had to be internal to the project. In fact if I try to launch MX it doesn't work I have to launch it directly from the File which I find in the folders inside the project. Initially I could launch MX directly from CubeIde.
2024-03-08 12:54 AM
Hello @StefanoL ,
It looks like your project is somehow corrupted, did you erase some files from the TBS?
Could you start a new project based on the same TBS (STM32F746G-DISCO) and then try to import your GUI from your old project, and try to simulate it on TouchGFX Designer?
2024-03-08 01:07 AM
Hi Osman, it does this with all the projects I do. As you can see I have included some libraries..... and they seem to be very annoying. Do I need to include them somewhere else?
2024-03-11 02:33 AM
Hello @StefanoL ,
Could you describe what you did to include your libraries? Did you include them in here?