Overview
Description
The Renesas Demonstration Kit (RDK) for RX63N is an evaluation and demonstration tool for Renesas RX63N microcontrollers. The goal is to provide the user with a powerful debug and demonstration platform targeted at common applications. The board also provides a useful platform for evaluating the Renesas suite of development tools for coding and debugging, using the High-performance Embedded Workshop (HEW) IDE as well as programming the device using the on-board SEGGER J-Link JTAG debugger.
The Renesas Demonstration Kit for RX63N is also the hardware platform that is included in a special RX63N-specific edition of Micrium's book on the µC/OS-III Real Time Kernel. The book and board combo targets serious programmers and college students who need to understand and create programs based on the timesaving features of a real-time kernel. Part I of the text covers the internals of the new µC/OS-III real-time kernel. The emphasis is on the internals, features, API calls, and where and how to use an RTOS, all presented in a clear and useful way, and accompanied by a wealth of diagrams. Part II provides specific examples for using µC/OS-III on the new Renesas RX63N microcontroller.
Features
- Stereo audio driver connected to the PWM interface
- On-board microphone to demonstrate sampling, FFT/FPU capabilities
- Volume Control Potentiometer
- Micro SD card interface for audio and data files
- 3–Phase motor control algorithm representation with LEDs
- Motor control algorithm speed variation through volume control potentiometer
- 3–Axis Accelerometer (Digital)
- User pushbutton switches
- 10/100 Ethernet Interface connected to an internal Ethernet MAC (1588 compatible)
- USB Interface connected to an internal USB controller (Host, Device and OTG)
- RS-232 Interface
- CAN Interface
- I2C, SPI with Debug through the Beagle connector from Total Phase
- PMOD connections to support a variety of generic PMOD devices (WiFi, Bluetooth, RF, and much more).
- On-board J-Link OB for high-quality source code debugging
Applications
Design & Development
Software & Tools
Software Downloads
Videos & Training
Additional Videos
Support
Support Communities
- YRDKRX63N board bring up
Hi,I am working on a project that requires reliable serial communication in YRDKRX63N board. But I couldn't find any support for it in e2 studio, So please provide me support for it.
Nov 21, 2024 - Parallel Word input using GPIO or other header found on yrdkrx63n
... to connect a power source and switch it to create a 0 or 1. Does anyone have a suggestion on a header or connection on this yrdkrx63n board to use? I need to do this to test the speed of the ADC on the chip for a larger project. Thanks
Mar 18, 2014 - Motor Interfacing with YRDKRX63N, How we control the MOTOR Forward and Reverse direction using PWM
Hi, I am using YRDKRX63N Evaluation Board i am beginner, i am using HEW 4.09 IDE . Actually trying to interface DC Motor with Evaluation Board using PWM. How we control the Motor Forward and Reverse direction with Duty cycle. Please give me any sample code or suggest me how ...
Jan 31, 2019
Knowledge Base
- How do I configure USB to work correctly with the DK-S7G2 kit using SSP 1.1.0 alpha?
... initialize your host stack with the line: /* Register all the USB host controllers available in this system */ ux_host_stack_hcd_register((UCHAR*)"YRDKRX63N", _ux_hcd_rx_initialize, UX_RX_HC_USB_BASE, UX_RX_CONTROLLER_RX62N); You need to replace it with: ux_host_stack_hcd_register ...