7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CH32V003をArduinoで使おう(CH32V203・CH32X035も)

Last updated at Posted at 2023-06-10

CH32V003Arduino で使えるようになりました。

それでは、ArduinoIDEで使えるようにしましょう。

ArduinoIDEに設定する

ファイル→環境設定
image.png
追加のボードマネージャURL に以下を入力して、OKをクリックします。

https://github.com/openwch/board_manager_files/raw/main/package_ch32v_index.json

image.png
ツール⇒ボード⇒ボードマネージャ
image.png
タイプの横の検索に ch32 と入力し CH32 MCU EVT Boardsインストール します。
image.png
ツール⇒ボード⇒CH32 MCU EVT Boards Support ⇒CH32V00x を選択します。
image.png

WCH-Linkを使えるようにする

WCH-Linkドライバ が入っていない場合は WCH-LinkUtility をインストールしてドライバを入れましょう。
ダウンロードクリック して、WCH-LinkUtilityダウンロード します。
image.png

WCH-LinkUtility⇒詳細情報
image.png
実行をクリックして、ドライバ類をインストールします。
image.png

書き込み

以上でコンパイル、書き込みができます。
スクリーンショット
書き込み後はリセットをします。
バージョンの変化やボードによりリセットを押さないでも起動するようになるかもしれません。

CH32V003のピンアサイン

今回のピンアサインの概要は以下のようです。

  • I2C
  • SDA:PC1
  • SDL:PC2
  • UART
  • TX:PD5
  • RX:PD6
    image.png
    引用:CH32V003DS0.PDF
7
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?