Skip to main content
xxian.12
Visitor II
November 30, 2018
Question

run simulator too slow!

  • November 30, 2018
  • 1 reply
  • 1064 views

I am using touchgfx 4.10.0 on WIN7 pro 64bits,the cpu is I7-4800MQ,memory is 8G ddr3,ssd 256GB.I creat a simple project base on stm32F746G Discovery Kit with two buttons,when I click "run simulator",it takes 11 minutes to popup the simulator window! Again I creat a simulator project ,it takes 14 minutes to simulator ! when the make complier is running,the task manager shows the cpu usage is 2%,the memory usage is 4.4GB,but why the complier takes so much time?

This topic has been closed for replies.

1 reply

SBACO
Associate III
December 4, 2018

Regarding your logs, it seems that you have a 5 min building/launching operation.

to optimize this on my side, I disable the update project operation as I am using gcc.

I also figure out that my antivirus is scanning the simulator.exe each time before launch. i add an exception for this specific file, it save me half a minute.

hope this helps