Getting Started with CH32V003: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
https://www.youtube.com/watch?v=L9Wrv7nW-S8&ab_channel=EEVblog<br> | https://www.youtube.com/watch?v=L9Wrv7nW-S8&ab_channel=EEVblog<br> | ||
I had to learn more about this chip. | I had to learn more about this chip. | ||
==Where to get a CH32V003 development board== | |||
I ordered this board: along with the programmer and cable for $7.50: | I ordered this board: along with the programmer and cable for $7.50: | ||
https://www.aliexpress.us/item/3256805035436953.html | https://www.aliexpress.us/item/3256805035436953.html | ||
Repository for board with documentation and example code: https://github.com/wuxx/nanoCH32V003 | Repository for board with documentation and example code: https://github.com/wuxx/nanoCH32V003 | ||
The github repo's README.md file: https://github.com/wuxx/nanoCH32V003#readme | |||
I created a RISC-V folder under Documents like so: | I created a RISC-V folder under Documents like so: | ||
Line 15: | Line 17: | ||
Inside the "doc" folder is the zipfile, CH32V003EVT.ZIP, with "EVT" folder inside. | Inside the "doc" folder is the zipfile, CH32V003EVT.ZIP, with "EVT" folder inside. | ||
Unzip the EVT folder into "doc", so you have the example code available. | Unzip the EVT folder into "doc", so you have the example code available. | ||
==MounRiver Studio IDE== | |||
Download the latest version of '''MounRiver Studio IDE''' from the official website: | Download the latest version of '''MounRiver Studio IDE''' from the official website: | ||
http://www.mounriver.com/ and install it. | http://www.mounriver.com/ and install it. | ||
Revision as of 16:22, 1 April 2023
After watching the YouTube "EEVblog 1524 - The 10 CENT RISC V Processor! CH32V003",
https://www.youtube.com/watch?v=L9Wrv7nW-S8&ab_channel=EEVblog
I had to learn more about this chip.
Where to get a CH32V003 development board
I ordered this board: along with the programmer and cable for $7.50: https://www.aliexpress.us/item/3256805035436953.html Repository for board with documentation and example code: https://github.com/wuxx/nanoCH32V003 The github repo's README.md file: https://github.com/wuxx/nanoCH32V003#readme I created a RISC-V folder under Documents like so: C:\Users\Jim\Documents\RISC-V I cloned the repository like so: git clone https://github.com/wuxx/nanoCH32V003.git Inside the "doc" folder is the zipfile, CH32V003EVT.ZIP, with "EVT" folder inside. Unzip the EVT folder into "doc", so you have the example code available.
MounRiver Studio IDE
Download the latest version of MounRiver Studio IDE from the official website: http://www.mounriver.com/ and install it.