tcl restore command takes too long to execute

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

tcl restore command takes too long to execute

1,234 次查看
admin
Specialist II

Hi,

 

We are trying to automate the manual programming process of one of our custom board. When using Codewarrior IDE, in submenu Debug->EEPC->Load/Save Memory, the execution time is pretty fast. When trying to automate with tcl scripts, the execution time of the command restore is approximatively 10 times greater. Does anyone knows a good workaround for this issue. It's really critical for our test cycle time.

 

Regards,

Momo 

标签 (1)
0 项奖励
回复
1 回复

579 次查看
J2MEJediMaster
Specialist I

Have you tired using the -np option with any display or memory commands? This suppresses output and should allow the scripts to execute faster, according to the Windows Automation Guide manual on page 52.

 

---Tom

0 项奖励
回复