I'm working on an STM32 MCU device with an on-board ST-Link v1.x debugger. After upgrading to Keil MDK 5.29, I can neither program the flash nor start a debug session, in which cases µVision shows the following error: Commandnot supportedError: Flash Download failed - Target DLL ha...
• ST-LINK (V1) boards are not supported on the Linux® and macOS® operating systems. Only ST-LINK/V2, ST-LINK/V2-1, and STLINK-V3 boards can be updated from these operating systems. • Applications programmed through the mass-storage interface ...
Enhanced output for error msg addr not a multiple of pagesize, not supported (#663, #945) Updated STLink/V1 driver for macOS (#735, #964) Package distribution: Provide Windows binaries via Debian-based cross-build (#738, #795, #798, #870, #955) [refactoring] Update, corrections &...
Using the trigger command means that you shouldn't need to unplug and replug the device, but you might want to try that for good measure as well. If the VID:PID of your device doesn't match those in any of the 3 files, then you may need to create a custom rule file to match ...
I’m using the ST-LINK MINIV3E debugger connected like this: I am getting this error Error: open failed in procedure 'program' ** OpenOCD init failed ** shutdown command invoked Is this debugger supported? I thought…
If the DPN is not provided, the tool will take the default values - 0,0 and 0, respectively. The mapping between the BDF and its DPN can be found by executing the show_links command (see example below). Error Types Expand ID Error Type Description Unit Additional Parameters (--...
ST-LINK_CLI return codes Return code Command Error 1 All Command arguments error. 2 All Connection problem. 3 All Command not available for the connected target. 4 -w8, -w32 Error occurred while writing data to the specified memory address. 5 -r8, r32 Cannot read memory from the specified...
/// This information is returned by the command \ref DAP_Info as part of <b>Capabilities</b>. #define DAP_JTAG 1 ///< JTAG Mode: 1 = available, 0 = not available. /// Configure maximum number of JTAG devices on the scan chain connected to the Debug Access Port. ...
STLINKIF_NOT_SUPPORTED, ///< Parameter error STLINKIF_PERMISSION_ERR, ///< STLink device already in use by another program error STLINKIF_ENUM_ERR, ///< USB enumeration error STLINKIF_GET_INFO_ERR, ///< Error getting STLink device information STLINKIF_STLINK_SN_NOT_FOUND,///...
stlink commandline tool name: Tested against st-flash and st-info When there is no board connected to the programmer causing it to fail to enter SWD mode subsequent invokations of the tool hang before failing. Commandline output: These commands are separated by several seconds, I'm not mac...