sync notes(auto)
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
/ test (push) Waiting to run
Deploy Quartz site to GitHub Pages / build (push) Waiting to run
Deploy Quartz site to GitHub Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Kaz Saita(raspi5) 2024-11-20 10:45:05 +09:00
parent bbe906b46f
commit c7d8a00eb1

View file

@ -27,7 +27,7 @@ WCH-LinkEをPCに接続。WCH-LinkEから、電源(3.3V or 5V)とGND、SWDIOを
`SWDIO`だったり、`SWIO` だったりと表記が揺れているが、このピンで接続できた。 `SWDIO`だったり、`SWIO` だったりと表記が揺れているが、このピンで接続できた。
### 設定 ### 設定
[WCH-LinkUtility.ZIP - 南京沁恒微电子股份有限公司](https://www.wch.cn/downloads/WCH-LinkUtility_ZIP.html) をダウンロード&展開して、実行。 ドライバーインストールの画面が別途表示されるので、そちらを使ってインストールする。ちなみにこの画面はPCを再起動するまで表示されつづけた。 [WCH-LinkUtility.ZIP - 南京沁恒微电子股份有限公司](https://www.wch.cn/downloads/WCH-LinkUtility_ZIP.html) をダウンロード&展開して、実行。 ドライバーインストールの画面が別途表示されるので、そちらを使ってインストールする。ちなみにこの画面はこのユーティリティを起動するたびに、表示されつづけた。PCを再起動したら表示されなくなった。
上のアイコン、左から2番目(Connect WCH-Link)を押す。 下の方のログ画面に、 `Succeed to connect with WCH-Link` と表示されれば、無事に接続できている。 上のアイコン、左から2番目(Connect WCH-Link)を押す。 下の方のログ画面に、 `Succeed to connect with WCH-Link` と表示されれば、無事に接続できている。
@ -48,8 +48,8 @@ WCH-Linkの接続方法を変更する。
純正の開発環境として、eclipseベースの [MounRiver Studio](http://www.mounriver.com/) がある。とりあえずインストールしてみたが、こっちは使わないかもしれない。 純正の開発環境として、eclipseベースの [MounRiver Studio](http://www.mounriver.com/) がある。とりあえずインストールしてみたが、こっちは使わないかもしれない。
PlatformIOでやりたい(特に合理的な判断ではないかも)。PlatformIOへCH32Vをインストールする方法はこちら。 [Welcome to the PlatformIO CH32V Documentation! — PIO CH32V 0.1 documentation](https://pio-ch32v.readthedocs.io/en/latest/index.html) PlatformIOでやりたい(特に合理的な判断ではないかも)。PlatformIOへCH32Vをインストールする方法はこちら。 [Welcome to the PlatformIO CH32V Documentation! — PIO CH32V 0.1 documentation](https://pio-ch32v.readthedocs.io/en/latest/index.html)
PlatformIOで選択可能なのは以下の3種類。 このドキュメントによると、将来的には FreeRTOSとかも使えそうな雰囲気を感じるが、リンク先は20241120 時点では何も書いていない。Ch32v003funとArduinoについては記載が無いなど、開発中な雰囲気を感じる。
20241120 時点で、PlatformIOで選択可能なのは以下の3種類。
- Noneos-sdk Bare Metalっぽいやつ [GitHub - Community-PIO-CH32V/framework-wch-noneos-sdk: PlatformIO repackaging of W.CH CH32V NoneSDK Source Code](https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk) - Noneos-sdk Bare Metalっぽいやつ [GitHub - Community-PIO-CH32V/framework-wch-noneos-sdk: PlatformIO repackaging of W.CH CH32V NoneSDK Source Code](https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk)
- Arduino-sdk arduinoっぽく使えるやつ [GitHub - Community-PIO-CH32V/ArduinoCore-CH32V: Arduino core for WCH CH32V RISC-V devices.](https://github.com/Community-PIO-CH32V/ArduinoCore-CH32V) - Arduino-sdk arduinoっぽく使えるやつ [GitHub - Community-PIO-CH32V/ArduinoCore-CH32V: Arduino core for WCH CH32V RISC-V devices.](https://github.com/Community-PIO-CH32V/ArduinoCore-CH32V)