Skip to main content
ferro
Lead
January 25, 2023
Question

Skip check of the build targets once the simulator.exe is linked

  • January 25, 2023
  • 5 replies
  • 1813 views

Hi,

every time I press 'Run Simulator', the build system checks all targets if update is needed. This takes often up to 10s.

0693W00000Y98nUQAR.pngIs there any way to run immediately simulator.exe ?

Thanks

This topic has been closed for replies.

5 replies

Smartembedded
Associate
January 25, 2023

You could find and run the simulator.exe directly from the build dir ?

ferro
ferroAuthor
Lead
January 25, 2023

Yes, I could. Thanks.

Is there a way to run it from within TouchGFX generator ? Is there a way to customize Generator e.g. adding a button to execute ceratin task ?

Yoann KLEIN
ST Employee
January 26, 2023

Do you mean the generator embedded into CubeMX ?

If yes, it is not possible to run the simulator from there, it is only used to generate code in your project depending on the configuration you chose.

Yoann KLEINST Software Developer | TouchGFX
ferro
ferroAuthor
Lead
January 27, 2023

Not exactly what I am looking for but good to know that pressing F5 restarts the simulation.

However, F5 does not resets C++ program data.

keyboard-shortcuts