Hi,
I'm trying to load and run 2 CPU through the scripting console but when I run 1 of the CPUs, the script console does not let me run another script to start the other CPU.
What should I do?
Tri
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to load and run 2 CPU through the scripting console but when I run 1 of the CPUs, the script console does not let me run another script to start the other CPU.
What should I do?
Tri
Hi Tri,
If you are running the CPU via the DSS target.run() API, then that is expected since the API will block until the target is then halted. target.runAsynch() is a non blocking call.
Note that you can also control both CPUs from one script:
Thanks
ki