Skip to content

hysonglet/pyisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyisp

该工具用于串口烧录 bin 文件到 Py32F030 芯片。

直接安装命令

cargo install --git https://github.com/hysonglet/pyisp.git

获取源码

git clone https://github.com/hysonglet/pyisp.git

常用命令

# 查看帮助
pyisp -h

# 查看当前连接的串口
pyisp -p

# 下载并运行
pyisp -s tty.usbserial-130 -f test.bin -g

# 循环下载
pyisp -s tty.usbserial-130 -f tttt.bin -g -c

串口下载操作流程

  • 普通版

    1. 按下 boot
    2. 按下 reset 键(保持boot键按下状态)
    3. 释放 reset
    4. 0.5 秒后释放 boot
  • 升级版

    1. 按下 boot 键等待一秒即可自动进入烧录状态

串口协议

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages