cancel
Showing results for 
Search instead for 
Did you mean: 

Select Board to Flash from SystemWorkbench

carbonefabio
Associate II
Posted on November 18, 2016 at 16:12

I have two Nucleo connected in my pc.

It is possible to select the board that I want to flash with my .bin file, from inside System Workbench?
2 REPLIES 2
LaurentL
ST Employee
Posted on November 21, 2016 at 10:15

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

carbonefabio
Associate II
Posted on November 23, 2016 at 12:31

Thank you Laurent