User Activity

Posted on October 30, 2017 at 18:22I can call ST-LINK_CLI -c SWD UR to connect to my stm32f2 MCUBut I do not find any API in STVP can do the same thing.Anyone know how to connect to MCU by STVP API?
Posted on October 30, 2017 at 18:00I am trying to write a Qt auto flash program by call STVP api.if (ESelectHard('ST-LINK', 'SWD', FALSE)==0){        qDebug()<<'set hard failed';        return false;}Error message:UnavailableHaplJtagSwd.dllUnavailab...