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
- 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 - YRDKRX63N v3.2 ADC question
Hello, I am new to the Renesas Product line. I am using the YRDKRX63N v3.2 board with the latest e2studio.I am trying to make use of the potentiometer on the board. I believe it is connected to the 12 bit ADC input 002. Is there any information or ...
Sep 30, 2015 - Cpp project problem YRDKRX63N
Hello I am developing Cpp project that consists of few classes ( -UART interface class, -CAN interface class -Transmitter class that uses CAN and UART classes - Api class that uses Transmitter class) each class is derived from its abstract interface class CAN class has method void RX63N_CAN::can_send(int ...
Nov 8, 2016
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 ...