gonboy 发表于 2019-7-13 20:29:32

STLINK-V3SET 可以用哪些下载工具,下载 stm8?

本帖最后由 gonboy 于 2019-7-13 20:31 编辑

STLINK-V3SET 可以用哪些下载工具,下载 stm8?

不算IAR,KEIL.只想用编程器下载。
测试发现 官方的下载器 stvp, stvd 都不支持 v3. 但是支持v1, v2.

是否有支持v3的???

gonboy 发表于 2019-7-15 12:38:24

up                           up

dukelec 发表于 2019-7-15 15:57:34

本帖最后由 dukelec 于 2019-7-15 15:58 编辑

$ stm8flash --help
stm8flash: invalid option -- '-'
Usage: stm8flash [-c programmer] [-S serialno] [-p partno] [-s memtype] [-b bytes] [-r|-w|-v] <filename>
Options:
        -?             Display this help
        -c programmerSpecify programmer used (stlink, stlinkv2, stlinkv21, stlinkv3 or espstlink)
        -S serialno    Specify programmer's serial number. If not given and more than one programmer is available, they'll be listed.
        -d port      Specify the serial device for espstlink (default: /dev/ttyUSB0)
        -p partno      Specify STM8 device
        -l             List supported STM8 devices
        -s memtype   Specify memory type (flash, eeprom, ram, opt or explicit address)
        -b bytes       Specify number of bytes
        -r <filename>Read data from device to file
        -w <filename>Write data from file to device
        -v <filename>Verify data in device against file
        -V             Print Date(YearMonthDay-Version) and Version format is IE: 20171204-1.0
        -u             Unlock. Reset option bytes to factory default to remove write protection.
https://github.com/vdudouyt/stm8flash.git

gonboy 发表于 2019-7-15 18:51:27

dukelec 发表于 2019-7-15 15:57
https://github.com/vdudouyt/stm8flash.git

ok! thanks
页: [1]
查看完整版本: STLINK-V3SET 可以用哪些下载工具,下载 stm8?