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

説明

EK-RA2E1 評価キットを使用すると、RA2E1 MCU グループの機能を容易に評価できると共に、RAファミリが持つルネサス独自のFlexible Software Package (FSP)と様々なIDEを使用して、組込みシステム向けアプリケーションを開発することができます。EK-RA2E1ボードの豊富な機能と、定評あるエコシステムアドオンを選択いただくことで、お客様のアイデアを実現へと導きます。

はじめに

クイックスタート サンプルプロジェクトを実行する

  1. EK-RA2E1 ボードには、クイックスタート サンプルプロジェクトがあらかじめフラッシュメモリに書き込まれています(ソースコードは、EK-RA2E1 Example Project Bundleをご参照ください。)
  2. 5V電源に接続されたMicro USB デバイス ケーブルを使用して、USB デバッグ ポート (J10) を介してEK-RA2E1 ボードの電源を入れます。 白色の電源 LED が点灯します。
  3. クイックスタート サンプルプロジェクトを実行すると、青いユーザ LED が点滅し始めます。
  4. クイックスタート サンプルプロジェクトの追加機能については、EK-RA2E1 クイックスタートガイドを参照してください。

組込みアプリケーションを開発する

  1. クイックスタート サンプルプロジェクトを変更する – クイックスタート サンプルプロジェクトのインポート、変更、およびビルドの手順については、EK-RA2E1 クイックスタートガイドを参照してください。
  2. 他のサンプルプロジェクトの1つから始める – RA2E1 MCU グループのさまざまな周辺機能を確認するには、あらかじめ多数用意されているEK-RA2E1 Example Project Bundleのサンプルプロジェクトから選択します。これらのサンプルプロジェクトは、カスタムアプリケーションを開発する際の出発点としてお役立て下さい。

カスタムハードウェアを構築する

  1. 使えるプロトタイプの構築を始める - EK-RA2E1 ボードを利用し、多くの定評あるエコシステムアドオンを選択してください。
  2. カスタムハードウェアを構築する – EK-RA2E1 デザインパッケージで提供される設計および製造情報を参照し、カスタムハードウェアを開発してください。

特長

  • MCU Native Pin Access
    • R7FA2E1A92DFM MCU
    • 48MHz、Arm Cortex®-M23 コア
    • 128KB コードフラッシュ、16KB SRAM
    • 64-pin LQFP (10mm x 10mm x 1.7mm, 0.5mm pitch)
    • Male Headerを介したネイティブ ピン アクセス
    • MCU電流測定ポイント
  • System Control and Ecosystem Access
    • 複数の5V入力ソース
      • USB (デバッグ)
      • 外部電源
    • SEGGER J-LinkTM オンボードプログラマ/デバッガ
    • デバッグモード
    • ユーザ LED とボタン
      • 3つのユーザ LED (赤、青、緑)
      • 電源入力を示す 白色LED
      • デバッグ接続を示すデバッグ LED (黄)
      • 2つのユーザ ボタン
      • 1つのリセットボタン
    • 5つのエコシステム拡張機能
      • MikroElektronika™ mikroBUS コネクタ
      • SparkFun® Qwiic® コネクタ
      • 2つの SeeedGrove® システム (I2C およびアナログ) コネクタ
      • 2つの Digilent Pmod™ (SPI および UART) コネクタ
      • Arduino™ (Uno R3) コネクタ
    • MCU ブート構成用ジャンパ
  • キット同梱品:EK-RA2E1 ボード、Micro USB デバイス ケーブル (Type-A オス~Micro-B オス)

アプリケーション

分類 タイトル 日時
クイックスタートガイド PDF 1.43 MB English
マニュアル-開発ツール PDF 3.80 MB English
PCB設計ファイル
ログインしてダウンロード ZIP 25.60 MB
アプリケーションノート PDF 660 KB
The EK-RA2E1 example project shows how to write code for various Renesas Flexible Software Package (FSP) modules supported by the EK-RA2E1 kit. The Flexible Software Package provides an optimized, easy-to-use, scalable, and high-quality software solution for embedded system design.
アプリケーションノート PDF 1.50 MB
AI生成コンテンツ: Low Power Modes (LPMs) reduce power consumption in RA2L1/RA2E1 microcontrollers by stopping the CPU while allowing selective peripheral operation. Four LPM types include Sleep, Software Standby, Snooze, and Deep Software Standby modes, each with different power-saving levels and peripheral availability. The document covers configuring LPMs, clock source changes at runtime, peripheral operation during LPM, and user interface control for mode transitions. It also explains power control modes, timer configurations, and debugging techniques to optimize battery life in embedded applications.
アプリケーションノート PDF 1.66 MB
AI生成コンテンツ: ARM CMSIS-DSP example projects demonstrate the use of digital signal processing functions on Renesas Arm Cortex-M33, M85, and M23 MCUs with DSP extensions and FPUs. The examples cover importing, configuring, building, executing, and performance measurement. Enhanced performance is shown on RA8 MCUs with Cortex-M85 core using Arm Helium technology. The CMSIS-DSP library includes various math, filtering, transform, motor control, statistical, and machine learning functions, supporting multiple data types. Integration into projects is streamlined via the Renesas Flexible Software Package (FSP) configurator.
アプリケーションノート PDF 2.88 MB
AI生成コンテンツ: The document explains how to implement a low-power data logger using RA2L1 and RA2E1 MCUs. It details the use of peripherals such as a 12-bit ADC, Data Transfer Controller, Asynchronous General-Purpose Timer, Real-Time Clock, and Event Link Controller to minimize power consumption. The system operates mainly in Software Standby and Snooze modes, performing periodic A/D conversions, level judgments, and data processing with minimal CPU activity. Data transmission occurs upon wakeup requests. The project uses Renesas e2 studio IDE and Flexible Software Package, supporting sensor inputs and analog signals. It targets applications like fitness and fleet trackers, demonstrating efficient low-power operation and data handling.
アプリケーションノート PDF 2.60 MB
AI生成コンテンツ: MCUboot provides a secure bootloader framework for 32-bit MCUs, enabling firmware integrity verification and secure updates. It supports multiple image upgrade methods—Overwrite, Swap, Direct execute-in-place (XIP), and RAM loading—each with distinct advantages and limitations. The RA2 MCU series uses MCUboot integrated with TinyCrypt for optimized cryptographic support, addressing limited memory constraints. The document guides creating and configuring bootloader projects, handling application updates, and running example projects on the EK-RA2E1 evaluation kit. It details development tools, hardware requirements, and best practices for secure bootloader deployment on Renesas RA2 MCUs.
パンフレット PDF 412 KB
アプリケーションノート PDF 5.24 MB
プレゼンテーション PPS 22.14 MB
アプリケーションノート PDF 9.28 MB English
AI生成コンテンツ: RA2E1マイコンを用いてTMG社のIO-LinkスタックでIO-Link通信を実現する方法を説明する。EK-RA2E1評価キット、IA Sensor Network Connector Board、ZSSC3240評価ボード、変換ボードを使用し、Pepperl+Fuchs製IO-Link-Master02-USBと連携する。Windows上のIO-Link Device Tool V5.1 – PEで制御し、ハードウェア構成、通信仕様、サンプルアプリケーションの処理フロー、デバッグ、パラメータ管理を詳細に解説。関連ドキュメントも紹介している。
パンフレット PDF 605 KB English
マニュアル-開発ツール PDF 789 KB English
レポート PDF 187 KB English
15件

ソフトウェア/ツール

ソフトウェア/ツール

Software title
Software type
会社名
RA Flexible Software Package (FSP)
FSPは、Arm® Cortex®-Mコアを採用しているRenesas RA ファミリを用いた組み込みシステムを開発するためのソフトウェアパッケージです。 注:「FSP with e² studio Installer (Platform Installer)」は、e² studio、FSPパック、GCCツールチェーンおよびSegger J-Linkドライバをインストールします。個別インストールは不要です。
Software Package ルネサス
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) ルネサス
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
クイックコネクトプラットフォーム
QuickConnectプラットフォームは、互換性のあるハードウェアとソフトウェアのビルディングブロックを提供することで、迅速なプロトタイピングを可能にします。
Software and Hardware Development Tools ルネサス
4件

サンプルコード

サンプルコード

フィルター
分類 タイトル 日時 日時
サンプルコード
[Software=RA FSP],[Board=EK-RA2E1]
ログインしてダウンロード ZIP 7.18 MB IDE: e2 studio/GCC/AC6, IAR, Keil MDK
The EK-RA2E1 example project shows how to write code for various Renesas Flexible Software Package (FSP) modules supported by the EK-RA2E1 kit. The Flexible Software Package provides an optimized, easy-to-use, scalable, and high-quality software solution for embedded system design.
サンプルコード
ログインしてダウンロード ZIP 4.74 MB
サンプルコード
ログインしてダウンロード ZIP 2.88 MB
サンプルコード
[Toolchains=GCC Arm Embedded|10.3.1.20210824] [Software=RA FSP] [Board=EK-RA2E1]
ログインしてダウンロード ZIP 15.03 MB Compiler: GNU Arm Embedded IDE: e2 studio
サンプルコード
The application project uses the Flexible Software Package (FSP) of the RA family|| the GNU GCC compiler|| and the integrated development environment e2 studio IDE to demonstrate an exception handling flow for multiple possible faults.
ログインしてダウンロード ZIP 5.66 MB Compiler: GNU ARM Embedded IDE: e2 studio, Keil
サンプルコード
ログインしてダウンロード ZIP 10.20 MB English
6件

関連ボード&キット

ボード&キット

型名状態在庫参考価格(米ドル)Sampleable
RTK7EKA2E1S00001BEActive在庫あり1u | $51.76Available

EK-RA2E1 キットは以下の認証/規格を満たしています。 免責事項、注意事項、認証の詳細については EK-RA2E1 ユーザーズマニュアルをご参照ください。

EMC/EMI 規格

  • FCC Notice (Class A) – Part 15
  • カナダ イノベーション・科学経済開発省 ICES-003 準拠: CAN ICES-3 (A)/NMB-3(A)
  • CE Class A (EMC Directive 2004/108/EEC)
  • 台湾 CNS 規格 13438、C6357 準拠、Class A 限定
  • オーストラリア/ニュージーランド AS/NZS CISPR 32:2015、Class A

環境対応、廃棄物、リサイクル、廃棄基準

  • 欧州 RoHS
  • 中国 SJ/T 113642014、10年間の環境保護使用期限

安全規格

  • UL 94V-0

サポートコミュニティ

  1. RA2E1 のレジスタ定義ファイルの入手方法

    RA2E1評価ボード EK-RA2E1 を使おうと思っているのですがRA2E1のレジスタ定義ファイル の入手方法がわかりませんでした。 (ル ...

    2022年4月27日
  2. RA2E1 簡易SPIモードについて

    stlです。EK-RA2E1ボードで、簡易SPIモードを使用することを考えています。 簡易SPIモードについて、データシートだと使用す ...

    2022年12月14日
  3. RA2E1マイコン タイマ割り込みのやり方

    初めまして。stlと申します。EK-RA2E1 評価ボード(開発環境 e2 studio 、FSP 3.70)を使用して、タイマ割り込みを実現するには、どのよう ...

    2022年8月9日
サポートコミュニティからの全ての結果を参照 (5件)
サポートコミュニティ

サポートコミュニティ

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

ナレッジベース

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

サポートチケット

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