Hello everyone,
currently we investigate the option to have several Blackhawks connected via USB to a Windows 7 machine. Each Blackhawk has its own target connected via JTAG connector.
I'm planning to write scripts that are integrated into a Jenkins CI Server build process. Those scripts need to be able to connect selectively to a specific target using the DSS library.
Did anyone do something like this already? I have trouble to imagine how the debugSession is opened.
In principle I assume I only need to change this line: debugSession = debugServer.openSession("Blackhawk USB560-BP Emulator, 20-pin JTAG Cable_0/<CORE>");
To debugSession = debugServer.openSession("Blackhawk USB560-BP Emulator (S/N:LG5073), 20-pin JTAG Cable_0/<CORE>");
The "S/N:LG5073" part is the internal serial number of the emulator.
In the Blackhawk control panel the device shows up like this:
Just wondering what your experiences are. I start playing with this next week ;D
Best Regards
Angelo