cancel
Showing results for 
Search instead for 
Did you mean: 

run simulator too slow!

xxian.12
Associate

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?

1 REPLY 1
SBACO
Associate III

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