Program multiple STM32 MCUs at the same time
Hello!
I'm trying to program multiple STM32F432VIT6 MCUs at the same time, from the same computer using many ST-LINKV2 connected via USB.
I want it to be automatic so I'm using the ST-LINK Utility CLI to program them via C#.
So far I've been able to list all the ST-LINK devices connected to the computer and to program the board when only one device is connected, but when I connect two devices I can not give the program instruction -P the serial number of the device I want to target.
I think it should be possible since the ST-LINK Utility Tool has a list in which one can select the target device.
I'm following the ST-LINK Utility Manual
Does someone has an idea of how can I achieve this?
Thank you!
