LoginSignup
0
0

More than 1 year has passed since last update.

Renesas RAマイコンを使ってみよう~AzureRTOS編~

Posted at

Renesas RAマイコンを使ってみようの続きとしてRTOSの一つであるAzureRTOSでBlinkyを試してみましょう。

AzureRTOSのBlinkyプログラムの作成

ファイル⇒新規⇒Renesas C/C++ Projext⇒Renesas RA を選択します。
image.png
Renesas C/C++ Projext をクリックして、Next をクリックします。
image.png
Project Name を入力し Next をクリックします。
image.png
使用するボードを選択し 次へ をクリックします。
image.png
今回は、FPB-RA2E1を選択します。
image.png
RTOSAzure RTOS にします。
image.png
Azure RTOS ThreadX - Blinky を選択し、終了をクリックします。
image.png
以上で、ボード設定などが入ったプロジェクトが用意されました。
パースペクティブを開く をクリックします。
image.png
Generate Project Content をクリックします。
image.png

ビルド・デバッグ

このまま、ビルド、デバッグ し実行する事で AzureRTOS 環境での Blinky が行えます。
image.png

0
0
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
0
0