kurisaw 0e9a0dfdbd fix iar link source 6 месяцев назад
..
.settings 4795f3d206 更新fsp为2.2.0 6 месяцев назад
board 64ec089d19 [HAL_Drivers]新增CAN和CANFD切换的宏 8 месяцев назад
figures eef1e05537 Improve engineering documentation and upload user manual 1 год назад
packages c8d6781221 upload sample project(i2c adc factory) 1 год назад
rzn 0e9a0dfdbd fix iar link source 6 месяцев назад
rzn_cfg 0e9a0dfdbd fix iar link source 6 месяцев назад
rzn_gen 0e9a0dfdbd fix iar link source 6 месяцев назад
script 4795f3d206 更新fsp为2.2.0 6 месяцев назад
src 4795f3d206 更新fsp为2.2.0 6 месяцев назад
xcl 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.api_xml c8d6781221 upload sample project(i2c adc factory) 1 год назад
.config 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.cproject 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.gitignore 6da2cdad1c factory project specification 1 год назад
.project 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.secure_azone 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.secure_rzone 4795f3d206 更新fsp为2.2.0 6 месяцев назад
.secure_xml 4795f3d206 更新fsp为2.2.0 6 месяцев назад
Kconfig c8d6781221 upload sample project(i2c adc factory) 1 год назад
README.md eef1e05537 Improve engineering documentation and upload user manual 1 год назад
README_zh.md eef1e05537 Improve engineering documentation and upload user manual 1 год назад
SConscript 0e9a0dfdbd fix iar link source 6 месяцев назад
SConstruct c8d6781221 upload sample project(i2c adc factory) 1 год назад
buildinfo.ipcf 0e9a0dfdbd fix iar link source 6 месяцев назад
buildinfo.json 4795f3d206 更新fsp为2.2.0 6 месяцев назад
configuration.xml 4795f3d206 更新fsp为2.2.0 6 месяцев назад
envsetup.sh c8d6781221 upload sample project(i2c adc factory) 1 год назад
mklinks.bat c8d6781221 upload sample project(i2c adc factory) 1 год назад
mklinks.sh c8d6781221 upload sample project(i2c adc factory) 1 год назад
ozone_scons.jdebug 384e7a31df 修复scons固件无法运行的问题,添加ozone调试脚本 1 год назад
project.ewd 0e9a0dfdbd fix iar link source 6 месяцев назад
project.ewp 0e9a0dfdbd fix iar link source 6 месяцев назад
project.ewt 0e9a0dfdbd fix iar link source 6 месяцев назад
project.eww c8d6781221 upload sample project(i2c adc factory) 1 год назад
rtconfig.h 4795f3d206 更新fsp为2.2.0 6 месяцев назад
rtconfig.py 384e7a31df 修复scons固件无法运行的问题,添加ozone调试脚本 1 год назад
rzn_cfg.txt 4795f3d206 更新fsp为2.2.0 6 месяцев назад
template.ewd c8d6781221 upload sample project(i2c adc factory) 1 год назад
template.ewp b9f52270ff fix link issue 1 год назад
template.ewt 6da2cdad1c factory project specification 1 год назад
template.eww c8d6781221 upload sample project(i2c adc factory) 1 год назад

README.md

EtherKit Development Board BSP Documentation

English | 中文

Introduction

This document provides the BSP (Board Support Package) documentation for the RT-Thread EtherKit development board. By following the Quick Start section, developers can quickly get started with this BSP and run RT-Thread on the development board.

The main contents are as follows:

  • Introduction to the Development Board
  • BSP Quick Start Guide

Introduction to the Development Board

The EtherKit development board is based on the Renesas RZ/N2L and is designed to facilitate embedded system application development by offering flexible software package and IDE configurations.

The front view of the development board is shown below:

image-20240314165241884

Key onboard resources include:

  • MPU: R9A07G084M04GBG, maximum operating frequency of 400MHz, Arm Cortex®-R52 core, 128KB tightly coupled memory (with ECC), 1.5MB internal RAM (with ECC)
  • Debug Interface: Onboard J-Link interface
  • Expansion Interface: One PMOD connector

More detailed information and tools

Peripheral Support

This BSP currently supports the following peripherals:

On-chip Peripheral Support Status Notes
UART Supported UART0 is the default log output port
GPIO Supported
HWIMER Supported
IIC Supported
WDT Supported
RTC Supported
ADC Supported
DAC Supported
SPI Supported
FLASH Supported
PWM Supported
CAN Supported
ETH Supported
Ongoing updates...

Usage Instructions

Usage instructions are divided into two sections:

  • Quick Start

This section is designed for beginners who are new to RT-Thread. By following simple steps, users can run the RT-Thread OS on the development board and observe the experimental results.

  • Advanced Usage

This section is for developers who need to use more of the development board's resources within the RT-Thread OS. By configuring the BSP using the ENV tool, additional onboard resources and advanced features can be enabled.

Quick Start

This BSP currently provides GCC/IAR project support. Below is a guide using the IAR Embedded Workbench for Arm development environment to run the system.

Hardware Connection

Connect the development board to the PC via a USB cable. Use the J-Link interface to download and debug the program.

Compilation and Download

  • Navigate to the bsp directory and use the command scons --target=iar to generate the IAR project.
  • Compile: Double-click the project.eww file to open the IAR project and compile the program.
  • Debug: In the IAR navigation bar, click Project -> Download and Debug to download and start debugging.

Viewing the Run Results

After successfully downloading the program, the system will automatically run and print system information.

Connect the corresponding serial port of the development board to the PC. Open the relevant serial port (115200-8-1-N) in the terminal tool. After resetting the device, you can view the RT-Thread output. Enter the help command to see the list of supported system commands.

 \ | /  
- RT -     Thread Operating System  
 / | \     5.1.0 build Mar 14 2024 18:26:01  
 2006 - 2024 Copyright by RT-Thread team  

Hello RT-Thread!  
==================================================  
This is an IAR project in RAM execution mode!  
==================================================  
msh > help  
RT-Thread shell commands:  
clear            - clear the terminal screen  
version          - show RT-Thread version information  
list             - list objects  
backtrace        - print backtrace of a thread  
help             - RT-Thread shell help  
ps               - List threads in the system  
free             - Show the memory usage in the system  
pin              - pin [option]  

msh >

Application Entry Function

The entry function for the application layer is located in src\hal_entry.c within void hal_entry(void). User source files can be placed directly in the src directory.

void hal_entry(void)
{
    rt_kprintf("\nHello RT-Thread!\n");
    rt_kprintf("==================================================\n");
    rt_kprintf("This is an IAR project in RAM execution mode!\n");
    rt_kprintf("==================================================\n");

    while (1)
    {
        rt_pin_write(LED_PIN, PIN_HIGH);
        rt_thread_mdelay(500);
        rt_pin_write(LED_PIN, PIN_LOW);
        rt_thread_mdelay(500);
    }
}

Advanced Usage

Resources and Documentation

FSP Configuration

To modify Renesas BSP peripheral configurations or add new peripheral ports, the Renesas FSP configuration tool is required. Please follow the steps outlined below for configuration. For any questions regarding the configuration, please visit the RT-Thread Community Forum.

  1. Download the Flexible Software Package (FSP) | Renesas, use FSP version 2.0.0.
  2. To add the "EtherKit Board Support Package" to FSP, refer to the document How to Import a BSP.
  3. For guidance on configuring peripheral drivers using FSP, refer to the document: Configuring Peripheral Drivers Using FSP for RA Series.

ENV Configuration

By default, this BSP only enables the UART0 functionality. To use more advanced features such as components, software packages, and more, the ENV tool must be used for configuration.

The steps are as follows:

  1. Open the ENV tool in the bsp directory.
  2. Use the menuconfig command to configure the project. Save and exit once the configuration is complete.
  3. Run the pkgs --update command to update the software packages.
  4. Run the scons --target=iar command to regenerate the project.

Contact Information

If you have any thoughts or suggestions during usage, please feel free to contact us via the RT-Thread Community Forum.

Contribute Code

If you're interested in EtherKit and have some exciting projects you'd like to share, we welcome code contributions. Please refer to How to Contribute to RT-Thread Code.