2020-07-30 04:06 AM
2020-07-30 04:18 AM
Hi @Meg
Guess "STM32 MPUs" is wrong topic for this question. Retagged MCUs + TouchGFX
Hope you will reach skilled people, even if I would recommend you to be more specific in your question : which platform, toolset/IDE used ?
Olivier
2020-07-30 04:32 AM
Sorry for that and thanks I have now added the IDE used:smiling_face_with_smiling_eyes:
2020-07-30 06:12 AM
Hi,
What are you trying to achieve? Do you wish for a binary file (elf, hex) for your UI project done through Designer that you can share to people so that they can test it directly on their boards?
Please give more details on what you are doing, I would like to understand why you are looking for an .exe file.
/Romain
2020-07-30 07:37 PM
Hello,
Yes, I want to share the binary so that people can test them.
Thanks in advance :)
2020-07-31 04:54 AM
Hello,
To do so, just archive the entire folder bin in ./build/bin. The .dll files are necessary for the simulator.exe file to run correctly. Then people can retrieve the archive and double-click on the simulator.exe.
Here is how it looks like :
/Alexandre