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
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