メインコンテンツに移動
ルネサス エレクトロニクス株式会社 (Renesas Electronics Corporation)

説明

FPB-R9A02G021ファストプロトタイピングボードを、R9A02G021 MCUの評価、試作、初期開発にご利用いただけます。 このボードにはSEGGER J-Link™エミュレータを搭載しているため、特別な開発環境への投資は不要です。すぐに使用することができます。 この製品には、マイコンの全端子へのアクセスを可能にするピンヘッダ用のスルーホールを用意していますので、ブレッドボードで簡単にプロトタイプを作成することができます。

特長

  • 搭載MCU:R9A02G0214CNE、48ピンHWQFN、128KBフラッシュ、16KB RAM、4KBデータフラッシュメモリ
  • サイズ:55mm x 95mm
  • SEGGER J-Link™ OB
  • USB Type-Cコネクタ
  • 2ピン外部電源ヘッダ(DNF)
  • リセットボタン×1、ユーザボタン×1
  • 緑色の電源LED、2つのユーザLED、黄色のデバッグLED
  • Pmod™コネクタ(アングルタイプ)、12ピン×2
  • Arduino®コネクタ6ピンx1、8ピンx2、10ピンx1(Arduino® UNO R3対応)
  • Grove®コネクタ(アングルタイプ)、4ピンx1(DNF)
  • ヘッダ上のMCUブレークアウトピン:24ピン×2(DNF)

アプリケーション

  • コンシューマ製品
  • 家電
  • 産業用センサ
  • センサモジュール
  • バス電源センサ
  • 医療用センサ
  • ヘルストラッキング
  • リモートコントロール
  • バッテリ駆動アプリケーション
  • 低消費電力が求められる家庭用アクセサリ
  • 光通信用受光素子
  • 車両追跡
  • インテリジェント電力供給
  • インバータ
分類 タイトル 日時
クイックスタートガイド PDF 536 KB English
アプリケーションノート PDF 961 KB
The Renesas board support package module (r_bsp) forms the foundation of any project that uses Software Integration System. This document describes r_bsp conventions and explains how to use it, configure it, and create a BSP for your own board.
マニュアル-開発ツール PDF 1.86 MB English
PCB設計ファイル
ログインしてダウンロード ZIP 71.60 MB
アプリケーションノート PDF 781 KB
AI生成コンテンツ: The flash programming software module enables users to implement self-programming of embedded flash memory in RISC-V MCUs, specifically the R9A02G021 device. It provides API functions for programming, erasing, blank checking, and protecting flash memory regions, including access window and startup program protection features. The module supports LLVM for RISC-V and details hardware/software requirements, API usage, and integration methods. It facilitates reprogramming code flash memory by running code from RAM and includes blocking and non-blocking operation modes.
パンフレット PDF 542 KB
アプリケーションノート PDF 512 KB
AI生成コンテンツ: The 32-bit interval timer operates in 8-bit counter mode to control LED indications by monitoring compare match detection flags during timer interrupts. The timer interrupt intervals adjust dynamically based on the number of switch presses detected via an edge-triggered external interrupt pin (IRQ4). The system uses four timer channels and manages LEDs connected to specific ports. Detailed operation includes setting timer intervals, handling interrupts for each channel, and modifying frequency division ratios to vary interrupt timing. The document provides hardware configuration, software setup, flowcharts, and sample code to implement these functions effectively.
アプリケーションノート PDF 359 KB
AI生成コンテンツ: The RISC-V A/D converter operates in scan mode to convert analog signals from pins ANI2, ANI3, ANI4, and ANI5 into 12-bit digital values stored in on-chip RAM. It uses sequential conversion triggered by software without wait, with a conversion time of 5.375 µs. The converter runs at 48 MHz on a 3.3 V supply and supports voltage references from Vcc to Vss. Sample code and hardware configuration details enable practical implementation and testing on RISC-V microcontrollers, specifically the R9A02G021 device and the RISC-V-48p Fast Prototyping Board. Development uses e2studio with LLVM compiler and Smart Configurator tools.
アプリケーションノート PDF 328 KB
AI生成コンテンツ: The document explains how to use the software trigger wait mode of the RISC-V A/D converter to convert analog voltages from the P400/ANI2 pin into 12-bit digital values stored in internal RAM. It details initialization steps, including using select mode, one-shot conversion mode, and software triggers, with conversion results handled via interrupts while the CPU sleeps. Hardware configuration and pin usage are outlined, along with operation conditions such as clock frequency and voltage. Sample code and flowcharts support implementation.
アプリケーションノート PDF 247 KB
AI生成コンテンツ: Flash read protection disables read access to specified code flash areas while allowing CPU instruction fetch. Setting protection involves configuring start and end addresses in flash read protection registers, which are option-setting memory within code flash. Reading from protected areas returns 00H. Protection can be released by erasing the code flash. Debugging is disabled in protected areas unless protection is disabled. Programs can be placed in protected areas via linker script section settings, and functions within these areas can be called normally.
アプリケーションノート PDF 468 KB
AI生成コンテンツ: The document details the register settings and procedures for switching the RISC-V microcontroller's operation states among high-speed, middle-speed, and low-speed modes using a button-triggered external interrupt (IRQ4). It explains the initial configurations for I/O ports, clock generation, and interrupt handling, with LED indicators showing the current flash operation mode. The operation cycles through the modes sequentially upon each button press. The document also specifies hardware and software requirements, including MCU, board, clock frequencies, voltage ranges, and development tools used for testing.
アプリケーションノート PDF 549 KB
AI生成コンテンツ: The document explains how to use the fixed-cycle interrupt and alarm interrupt functions of a realtime clock (RTC) on a RISC-V microcontroller. It details setting the RTC time, configuring interrupts to toggle output ports and control LEDs, and displaying the clock on an LCD via I2C communication. The fixed-cycle interrupt toggles an output every 0.5 seconds, while the alarm interrupt triggers an LED five seconds after the set alarm time. Initialization steps for the RTC, I/O ports, serial interface, and LCD module are provided along with sample code and flowcharts for implementation.
アプリケーションノート PDF 505 KB
AI生成コンテンツ: Remote control signals in AEHA format are received using a remote control signal receiver (REMC) integrated with RISC-V microcontrollers. The system turns on specific LEDs based on received channel signals. If no signal is detected for 10 seconds, the MCU enters Software Standby mode and switches to Snooze mode upon signal detection to resume reception. The document details signal timing, data structure, peripheral usage, and state transitions between normal, standby, and snooze modes, enabling efficient power management during remote control signal reception.
アプリケーションノート PDF 537 KB
AI生成コンテンツ: Frequency detection compares the high-speed on-chip oscillator clock (HOCO) and the low-speed on-chip oscillator clock (32.768 kHz) to detect abnormal clock frequencies. It measures pulse intervals using timer array unit 0 (TAU0), with HOCO as the count clock and the low-speed clock as the timer input. If the measured pulse interval falls outside a defined range, an LED blinks to indicate abnormal frequency; otherwise, the LED remains off. The count clock frequency can be switched dynamically via an external interrupt, with LED indicators reflecting the current clock state. The process involves initializing TAU0, measuring pulse intervals, entering Sleep mode, and handling interrupts to evaluate frequency status and switch clock settings as needed.
アプリケーションノート PDF 451 KB
AI生成コンテンツ: UART communication operates through the UARTA serial interface, transmitting and receiving ASCII characters. The system analyzes incoming data and sends corresponding responses or error notifications. It uses UARTA0 with TxDA0 and RxDA0 pins, 8-bit data length, LSB first, even parity, and a 9600 bps transfer rate. Interrupts handle reception completion, transmission completion, and errors. The sample code echoes received characters or sends error codes for parity, framing, or overrun errors, enabling robust UART communication on RISC-V devices.
アプリケーションノート PDF 247 KB
AI生成コンテンツ: The document explains methods to protect third-party software IP on RISC-V MCUs using memory protection and startup control functions. It details flash read protection to prevent unauthorized reading or copying of software stored in designated memory areas. Unique ID and User ID mechanisms restrict software execution to authorized devices by linking software licenses to specific MCU IDs. These security features help prevent unauthorized use, duplication, and analysis of valuable software IP. The document also covers practical setup procedures for these protections.
アプリケーションノート PDF 450 KB
AI生成コンテンツ: The PWM output function uses timer array unit 0 (TAU0) channels 2 and 3 in simultaneous operation to control LED brightness by adjusting the PWM duty cycle. Channel 2 acts as the master timer generating interrupts every 2 ms, counting up to 250 interrupts (500 ms) to update the duty cycle from 10% to 90% in 20% increments, then resets. The PWM output is delivered via pin P107/TO03, and LED2 output inverts every 500 ms. The document details initialization, timer settings, and operation flow for implementing PWM output.
アプリケーションノート PDF 417 KB
アプリケーションノート PDF 401 KB
AI生成コンテンツ: The TRNG software driver enables generation of true random numbers on RISC-V MCUs by controlling the hardware random number generator. It provides functions to start random number generation and retrieve 32-bit random values stored in RAM. The driver supports generating single or multiple random numbers, returns status codes indicating success or busy state, and includes usage examples and error handling details. The document also covers function specifications, processing flowcharts, and notes on interrupts and debugging.
アプリケーションノート PDF 360 KB
AI生成コンテンツ: The document explains the operation and setup of three voltage detection circuits (LVD0, LVD1, and LVD2) integrated into the RISC-V microcontroller. LVD0 monitors supply voltage against a set threshold to generate internal resets during voltage fluctuations, ensuring stable operation. LVD1 and LVD2 provide reset or interrupt signals based on voltage detection, with configurable detection voltages and modes. The note details register settings, activation procedures, and timing requirements to maintain microcontroller stability during power supply changes, emphasizing proper reset handling during voltage rise and fall.
回路図 PDF 348 KB
その他資料 PDF 89 KB
22件

ソフトウェア/ツール

ソフトウェア/ツール

Software title
Software type
会社名
Renesas Flash Programmer (Programming GUI)
フラッシュメモリ用書き込みソフト [Support MCU/MPU and devices: RA, RE, RX, RL78, RH850, RISC-V MCU, Renesas Synergy, DA1453x, DA1459x, DA1469x, DA1470x, DA148xx, パワーマネージメント, Renesas USB Power Deliveryファミリ, モータドライバ/アクチュエータドライバIC, V850, 78K0R, 78K0]
Programmer (Unit/SW) ルネサス
PG-FP6
フラッシュメモリプログラマ [書き込み用ソフト: 付属のプログラミングGUI ”FP6 Terminal”] [Support MCU/MPU and devices: RA, RE, RX, RL78, RH850, RISC-V MCU, Renesas Synergy, パワーマネージメント, Renesas USB Power Deliveryファミリ, モータドライバ/アクチュエータドライバIC, SuperH, V850, 78K, R8C]
Programmer (Unit/SW) ルネサス
SEGGER™ J-Link™ Software and Documentation Package
Software utilities, firmware updates, and supporting documentation for the J-Link on-board programmer and debugger on the RA MCU kits.
Software Package Segger Microcontroller GmbH
RISC-V スマート・コンフィグレータ
RISC-V MCU向けの周辺I/Oドライバ生成ツール。ドライバコード生成、端子設定をGUIで容易に実行できます。
Solution Toolkit ルネサス
統合開発環境 e² studio RISC-V MCU向け情報
Eclipseベース ルネサス統合開発環境
IDE and Coding Tool ルネサス
E2エミュレータ [RTE0T00020KCE00000R]
オンチップデバッギングエミュレータ。フラッシュプログラマ兼用。 [Support MCU/MPU: RA, RE, RH850, R-Car D1, RL78, RX, RISC-V MCU]
Emulator ルネサス
E2エミュレータLite [RTE0T0002LKCE00000R]
オンチップデバッギングエミュレータ。フラッシュプログラマ兼用。 [Support MCU/MPU: RA, RE, RL78, RX, RISC-V MCU]
Emulator ルネサス
SEGGER Embedded Studio for RISC-V
ルネサス製R9A02G21 RISC-V MCU用SEGGER Embedded Studio
IDE and Coding Tool Segger Microcontroller GmbH
IAR Embedded Workbench for RISC-V
IAR Embedded Workbench for RISC-V MCU
IDE and Coding Tool IAR Systems
9件

サンプルコード

サンプルコード

フィルター
分類 タイトル 日時 日時
サンプルコード
[Toolchains=LLVM|19.1.7.202501]
ログインしてダウンロード ZIP 1.96 MB
アプリケーション: 民生機器全般, 産業用機器
Function: BSP, Initial Setting, System
サンプルコード
ログインしてダウンロード ZIP 1.37 MB
アプリケーション: 民生機器全般, 産業用機器
Function: Memory
サンプルコード
ログインしてダウンロード ZIP 172 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Timer
サンプルコード
ログインしてダウンロード ZIP 134 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Analog
サンプルコード
ログインしてダウンロード ZIP 136 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Analog
サンプルコード
ログインしてダウンロード ZIP 155 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Application Example, System
サンプルコード
ログインしてダウンロード ZIP 158 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Clock
サンプルコード
ログインしてダウンロード ZIP 813 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Communication Interface
サンプルコード
ログインしてダウンロード ZIP 179 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Clock
サンプルコード
ログインしてダウンロード ZIP 146 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Communication Interface
サンプルコード
ログインしてダウンロード ZIP 148 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Timer
サンプルコード
ログインしてダウンロード ZIP 135 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Timer
サンプルコード
ログインしてダウンロード ZIP 141 KB
アプリケーション: 民生機器全般, 産業用機器
Function: Security
13件
型名状態在庫参考価格(米ドル)Sampleable
RTK9FPG021S00001BJActive在庫あり1u | $15.29Available

パートナー

IAR Systems
IAR Systems

完全な開発ツールチェーンは、1つのツールボックスを1つのビューで提供し、シームレスなワークフローを提供します。 組み込み業界で定評のあるフロントランナーとして、IAR Embedded Workbenchは、最も効率的な方法でコードをコンパイル、解析、デバッグすることができます。

SEGGER Logo
Segger Microcontroller GmbH

Embedded Studio for RISC-Vは、オープンなRISC-Vアーキテクチャをベースとしたデバイス向けの開発環境です。 既に利用可能なデバイスを使用する場合でも、新たに独自のチップを設計する場合でも、Embedded Studioはアプリケーションの開発とデバッグのための完全なソリューションを提供します。

サポートコミュニティ

サポートコミュニティ

ルネサスエンジニアリングコミュニティの技術スタッフから迅速なオンライン技術サポートを受けることができます。
記事を参照する

ナレッジベース

ナレッジベースを参照して、役立つ記事、FAQ、その他の役立つリソースを入手してください。
サポートチケット

サポートチケット

技術的に深い内容や公開したくない内容のご質問はこちらです。