ST-Link contolled by Python
Hello everybody,
I am building a regression test system and I want to control an ST-Link with a Python script/program. I need the capability to set Breakpoints and optimally extract them automatically from the hex file that gets flashed on the MCU. I need to be able to toggle some debug pins on the MCU as well from within the same program and I need to flash the MCU. So, the question is what is the best way to do things like that and is there any official support from ST for something like that or something similar.
Thanks in advance
