English | 中文
The sdk-bsp-rzn2l-etherkit
is the support package provided by the RT-Thread team for the EtherKit
development board. It can also be used as a software SDK for user development, allowing users to more easily and conveniently develop their own applications.
The EtherKit development board is a product of RT-Thread based on the Arm Cortex®-R52 architecture R9A07G084M04GBG chip, providing engineers with a flexible and comprehensive development platform to help developers gain a deeper experience in the field of EtherCAT industrial Ethernet.
$ sdk-bsp-rzn2l-etherkit
├── README.md
├── sdk-bsp-rzn2l-etherkit.yaml
├── documents
│ ├── rzn2l-group-datasheet.pdf
│ ├── EtherKit_Board_Schematic.pdf
│ ├── User’s Manual Hardware.pdf
│ └── EtherKit用户手册_V0.1.0.pdf
├── libraries
│ ├── HAL_Drivers
├── projects
│ ├── etherkit_basic_key_irq
│ ├── etherkit_basic_rtc
│ ├── etherkit_blink_led
│ ├── etherkit_basic_key
│ ├── etherkit_driver_canfd
│ ├── etherkit_driver_gpt
│ ├── etherkit_driver_i2c
│ ├── etherkit_driver_rs485
│ ├── etherkit_driver_spi
│ ├── etherkit_driver_wdt
│ ├── etherkit_ethercat_eoe
│ ├── etherkit_ethernet
│ ├── etherkit_factory
│ ├── etherkit_modbus_tcpip
│ ├── etherkit_modbus_uart
│ ├── etherkit_usb_pcdc
│ ├── etherkit_usb_pmsc
│ ├── etherkit_component_mqtt
│ └── etherkit_profinet_pnet
└── rt-thread
sdk-bsp-rzn2l-etherkit.yaml
: Describes the hardware information of the EtherKit.documents
: Schematics, documents, images, datasheets, etc., related to the development board.libraries
: General peripheral drivers for EtherKit.projects
: Example project folder, including factory programs, EtherCAT programs, etc.rt-thread
: Source code of RT-Thread.
sdk-bsp-rzn2l-etherkit
supports RT-Thread Studio and IAR development methods.
- Open RT-Thread Studio and install the EtherKit support package (if a newer version is available, it is recommended to install the latest version; the version shown in the image is for reference only).
- Create a new EtherKit project by selecting File -> New -> RT-Thread Project -> Based on Development Board. You can create example projects and template projects.
- Compile and download the project:
- Double-click the
mklinks.bat
file. After executing the script, it will generate two folders:rt-thread
andlibraries
.
Note:If the mklinks
script cannot be executed, you will need to manually copy the rt-thread
and libraries
folders from the sdk-bsp-rzn2l-etherkit
directory into your project directory.
- Double-click the project.eww file to open the IAR project.
- Click the button below to perform a full project compilation:
- Click the button below to program the firmware: