2016-11-18 07:12 AM
2016-11-21 01:15 AM
Hello,
There is a way to select the board by its serial nb, in the debug launch configuration, on the 2nd tab ''Debugger'', in ''OpenOcd Options :'' field, you can write the cmd with the 24 digits number of your nucleo board:
-c ''hla_serial 0670FF495351885087181977''
The hla_serial number can be found with Stlink Utility tool in connection settings window.
Don't forget to close the connection with Stlink Utility to free the stlink usb.
Rgds,
Laurent
2016-11-23 03:31 AM
Thank you Laurent