├── Doc ├── 1.WCH-Link使用说明-V1.2.pdf ├── 2.WCH-Link-R1-1v1官网原理图.pdf └── 使用文档.doc ├── Drv ├── 3.LinkDrv.zip └── readme.txt ├── Tools ├── CoFlash-1.5.1.exe ├── WCHISPTool_Setup.exe └── openocd-20210729.7z └── readme.md /Doc/1.WCH-Link使用说明-V1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Doc/1.WCH-Link使用说明-V1.2.pdf -------------------------------------------------------------------------------- /Doc/2.WCH-Link-R1-1v1官网原理图.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Doc/2.WCH-Link-R1-1v1官网原理图.pdf -------------------------------------------------------------------------------- /Doc/使用文档.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Doc/使用文档.doc -------------------------------------------------------------------------------- /Drv/3.LinkDrv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Drv/3.LinkDrv.zip -------------------------------------------------------------------------------- /Drv/readme.txt: -------------------------------------------------------------------------------- 1 | win10 直接安装wchlink驱动,win7需要先安装CDC驱动,再安装wchlink驱动 2 | Install the wchlink driver directly for win10. Install the CDC driver before installing the wchlink driver for win7 -------------------------------------------------------------------------------- /Tools/CoFlash-1.5.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Tools/CoFlash-1.5.1.exe -------------------------------------------------------------------------------- /Tools/WCHISPTool_Setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Tools/WCHISPTool_Setup.exe -------------------------------------------------------------------------------- /Tools/openocd-20210729.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoccaiLi/wchlink/42fc5ddaeb46e7ace6c1d13337f37781ffa8083a/Tools/openocd-20210729.7z -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Using steps:
2 | 1.Install the wchlink driver ---------Drv
3 | 2.Read Doc--------------------------Doc
4 | 3.Using wchlink by Tools -----------Tools
5 | 6 | important : it is a daplink for ARM,and it can be a RISV-V debugger for Qingheng risc-v mcu. 7 | --------------------------------------------------------------------------------