connect problem - no response at all
Using STM32_Programmer_CLI.exe (v2.13.0, on Win10) I try to connect via ST-Link / SWD, It works perfectly in the GUI but if I try
STM32_Programmer_CLI --connect port=SWD ap=1
nothing happens, not even an error, it just terminates. I can even write nonsense after the --connect - no response.
--list works fine:
-------------------------------------------------------------------
STM32CubeProgrammer v2.13.0
-------------------------------------------------------------------
===== DFU Interface =====
No STM32 device in DFU mode connected
===== STLink Interface =====
-------- Connected ST-LINK Probes List --------
ST-Link Probe 0 :
ST-LINK SN : 003E00303331511134333834
ST-LINK FW : V3J11M3B5S
Access Port Number : 1
Board Name : STLINK-V3SET
-----------------------------------------------
===== UART Interface =====
Total number of serial ports available: 1
Port: COM6
Location: \\.\COM6
Description: STMicroelectronics STLink Virtual COM Port
Manufacturer: STMicroelectronics
What am I missing here? Thanks!
