Hi,
I am running into an issue with VisualDSP currently where if there is an error connecting to the target VisualDSP shows the attached error message. I know why the error is happening, but the issue I am having is that my script is waiting for the return value from VisualDSP. What I would like is to run VisualDSP in a "silent mode" to where it will return back to the script even if there are errors. I am currently running in javascript and I create the sessions using :
session = app.CreateMPSession( "ADSP-21489 Sharc_Platform", "Sharc Emulators/EZ-KIT Lites", "Sharc_Platform" )
Thanks
- David