Stm32_programmer_cli flashing with 5 stlink at the same time and not sequentially
I have a python script in order to flash many stm32 chips each one connected with a stlink. 5 devices. My python script is designed to create threads by using threading package, and the idea is flash all the devices at the same time. But this is not happening in this way, and each device is flashed sequentially. So my question is, cli support many instances to flash many devices with many stlinks concurrently?
