Renesas Y-ASK-RH850U2B

RH850/U2B Starter Kit Package Content
RH850/U2B Starter Kit Package Content

1 Note


This documentation primarily references RH850/U2B6 Starter Kit for illustrations and examples. While the majority of concepts and procedures are applicable to RH850/U2B10 Starter Kit by analogy, certain components, connectors, or features shown in the images may be specific to RH850/U2B6 Starter Kit and not available on RH850/U2B10 Starter Kit. For accurate hardware details and feature availability, please consult the Starter Kit Hardware User Manual.


2 Tools

Prerequisites and tools used by this guide:

You can install and use either Green Hills MULTI or Renesas CS+ for CC IDE tools. If you already have a Kickstart-, evaluation- or fully-licensed-version of one of these tools, you do not need to re-install them.

Note

License

Evaluation Edition CS+ for CC
Evaluation Edition Compiler Licenses

3 Power Connection

The Starter Kit uses an external power supply of 12V 1A and generates all required voltages using the Renesas RAA271084 PMIC and Renesas ISL85410 synchronous buck regulator. After connecting the external power supply, the following LEDs can be observed: -

LED Signal Description Status
LED1 SSPB System status LED for the PMIC ON
LED2 V_BAT Reflects battery power status ON
LED3 V_5V7 Shows 5.7V rail status ON
LED4 V_LDO1 Indicates LDO1 3.3V power supply ON
LED5 V_LDO2 Indicates LDO2 3.3V power supply ON
LED6 V_LDO3 Indicates LDO3 3.3V power supply OFF
LED7 V_LDO4 Indicates LDO4 5.0V power supply ON
LED8 VCC5V0 Shows 5.0V rail status ON
LED9 VCC3V3 Shows 3.3V rail status ON
LED11 LED_RESET# Active RESET by button or E2 Emulator OFF
LED13 LED_PG_VDD Power Good – functional electrical power network ON
Plugs Power Unit
External Power Supply

The pre-programmed Sample Software will start and light up the RGB Encoder as well as the ring LEDs and user LEDs. The display will show the RH850 welcome screen. Press and use the Encoder Button to navigate through the menu. Refer to Appendix C for more details on the display menu.

4 Terminal Connection

After completion of the power supply connection, please connect the USB/UART port to a free USB port of the PC.
The Windows™ operating system installs necessary drivers automatically.

Two new USB Serial Ports become available in the Device Manager:

Terminal Connection Device Manager
Serial USB in Device Manager

Note: You might need to install FTDI Driver if the system does not recognize the USB/UART port.

Open your preferred terminal program. This guide uses TeraTerm as example.

From the default terminal settings, for TeraTerm configure:

When you now reset your Starter Kit via the SW1 Reset switch. The build message appears, followed by a prompt. Type "help" and press Return to see available commands. Refer to Appendix D for further information on shell commands.

Help Command
Shell Help Command

5 Starter Kit Configuration

ASK Top View
RH850/U2B6 Starter Kit Board Top View

The Starter Kit comes with the standard configuration of all peripherals enabled and CAN loopback mode active.

Note: Changing these settings might cause the Starter Kit to not function as expected with the pre-loaded sample software.

Definitely, the Configurator GUI can be used to change the configuration of the Starter Kit for user application requirement. In order to load a configuration file, Refer to Appendix E.

For more information about the Configurator GUI, please refer to the Y-ASK-RH850U2B User's Manual.

6 Debug Connection

E2 Emulator E2 Adapter
E2 Emulator and 20-Pin to 14-Pin Adapter

If you connect the E2 Emulator the first time, the ‘Found New Hardware’ wizard will appear. Please follow the steps below to install the drivers. Please note that the installation requires administrator privileges. “Device driver software installed successfully” pop-up will appear in the Windows™ toolbar.

Note: If the driver does not install successfully, you can find it here: E2 emulator [RTE0T00020KCE00000R] | Renesas.

7 Flashing with RFP

The Sample Software comes with an RFP Project and prebuilt binaries. To flash the original Sample Software, with the E2 Emulator connected to the powered Starter Kit, open the RFP project (.rpj file) by double-clicking at the project file as shown in below path:-

"RFP_Project/U2B6/Y-ASK-RH850U2B6_RFP_GHS.rpj" and click on "Start".

OR

"RFP_Project/U2B6/Y-ASK-RH850U2B6_RFP_CSP.rpj" and click on "Start".

RFP Flash
RFP Flash Progress

8 Using Green Hills MULTI IDE

Green Hills MULTI integrates tools such as compiler, assembler, debugger, and editor into a common graphical user interface. To learn more on how to use MULTI, open the user manual via the help menu of the Green Hills MULTI IDE.
If you run this IDE for the first time, MULTI will not find a valid license. Please refer to the "RH850 Starter Kit License Information" document for the procedure.
Upon reception of the license e-mail, follow the instructions to install the license and re-launch MULTI.

8.1 Build

8.1.1 Build project using MULTI Project Manager

Build Toolchain GHS
Toolchain GHS Project
Build Toolchain GHS Clean
Toolchain GHS Project Clean
Build Toolchain GHS Build
Toolchain GHS Project Build

8.2 Debug

8.2.1 Debug project using MULTI Project Manager

Toolchain GHS Debug
Toolchain GHS Project Debug
Toolchain GHS Debug Target Connect
Toolchain GHS Project Debug Target Connect
Toolchain GHS Prepare Target
Toolchain GHS Prepare Target
Toolchain GHS Debug Running
Toolchain GHS Debug Running

9 Using Renesas CubeSuite+ IDE

CS+ combines tools such as the C Compiler Package for RH850 Family [CC-RH], debugger, and editor into a common graphical user interface.

9.1 Build

9.1.1 Build project using CS+ for CC

Build Toolchain CSP
Toolchain CSP Project
Build Toolchain CSP Clean
Toolchain CSP Project Clean
Build Toolchain CSP Build
Toolchain CSP Project Build

9.2 Debug

9.2.1 Debug using CS+ for CC

Toolchain CSP Debug Download
Toolchain CSP Debug Download
Toolchain CSP Execute Program
Toolchain CSP Execute Program

10 Using VS Code and Make

10.1 Setup Build Environment for Compilers

The Sample Software uses a Make environment and depends on the "CoreUtils" package. You can download "GnuWin32 Make-3.81" and "GnuWin32 CoreUtils-5.3.0" packages from sourceforge.
Refer to manuals here.

Add the installation path (C:\Program Files (x86)\GnuWin32\bin) to user's or system's PATH environment variable.

Add your CubeSuite+ and/or Green Hills Multi installation paths as GHS_COMPILER and CS_COMPILER environment variables to your system like follows:

Note: Change path according to your installation.

10.2 Build

10.2.1 Build GHS project using VS Code and Make

VS Code GHS Tasks
VS Code GHS Tasks
Clean GHS U2B6
Terminal Output for Clean GHS RH850/U2B6
Build GHS U2B6
Terminal Output Build GHS RH850/U2B6

10.2.2 Build CSP project using VS Code and Make

VS Code CSP Tasks
VS Code CSP Tasks
Clean CSP U2B6
Terminal Output Clean CSP RH850/U2B6
Build CSP U2B6
Terminal Output Build CSP RH850/U2B6

10.3 Debug

10.3.1 Debug-only GHS project

GHS Open Connection Manager
GHS Open Connection Manager
GHS Load Connection File
Load Connection File
Method AdvancedTAB
Prepare Target in Debugger

10.3.2 Debug-only CSP project

CSP Project open
Selecting the MTPJ Project Debug File
CSP Project open
Downloading and Debugging in CSP
CSP Project open
Halt at Main Function
CSP Project open
Execute Program from the Current Position
CSP Project open
CSP program running

11 Next Steps

After you have completed this quick start procedure, please review the documentation available on the product website (see Chapter “Support”). The sample project contains everything to start developing your own projects. The software tools provided constitute evaluation versions and include limitations described in the tool vendor's documentation. To get fully functional versions, please contact your Renesas sales office.

Refer to the available appendices which provide insights to become familiar with the Starter Kit Sample Software.

12 Support

To access the online resources and find the latest updates of the sample code or documentation please visit the Renesas website for the RH850/U2B Starter Kit

In case of questions, please feel free to contact the Renesas technical support team via "device_support.rh850-eu@lm.renesas.com" or your existing Jira account.

13 Appendix A - GHS Connection Editor

The following explains in general for creation of new GHS connection methods for the Y-ASK-RH850U2B.

Method New
Begin Creating a New Connection Method
Method Define
Creating a New Connection Method
Method ConnectionTAB
Connection TAB
Method ClockTAB
Clock TAB
Method AdvancedTAB
Advanced TAB
Method DebugTAB
Debug TAB

Note: Change other settings only if required and familiar to you.

14 Appendix B - Working with the Starter Kit

Upon boot the shell starts on the corresponding COM port.

Shell Interface
Shell Interface
Help Output
Help Output
AppendixB CAN Accessories
CAN0 and CAN1 Connection Adapter Cables and Connection Methods
System Test Output
System Test Output

100Base-T Ethernet test requires the physical Ethernet cable connection from target to the host directly or via an Ethernet-to-USB adapter. "Source/Apps/Y-ASK-RH850U2B/ethernet/r_ethernet.h" defines the Starter Kits IPv4 address per default to 192.168.10.10. Configure the IPv4 settings of the network adapter in use as follows:

IPv4 Configuration
Ethernet IPv4 Configuration
Webpage Interface
Interactive Web-interface
Webpage Interface
Circular LED Status
Webpage Interface
User LED Status
Webpage Interface
POTI1 Status
Webpage Interface
User LED Mode 2
Webpage Interface
Encoder RGB LED

15 Appendix C - Working with the Display Menu

After boot the display shows the following welcome screen.

Display ON
Display ON

Use the encoder button to enter the menu and then use the encoder to navigate through it.

Enter "SystemInfo" to see runtime and System Test status. You can execute the System Test as also available from the shell here. If all tests pass it prints "OK".

System Info 1 System Info 2 System Info 3
System Info

Enter "Ethernet Info" to see link status, IP Address and frame counters.

Ethernet Info 1 Ethernet Info 2 Ethernet Info 3
Ethernet Info

When executing “Go to Stop" the RH850/U2B goes to STOP mode, a standby mode. User LEDs and Encoder LED will go OFF and the display will show STOP status as shown below. To wake up from this state, please press "INT0” switch (SW3).

Stop Info 1 Stop Info 2
Stop Info

Use "MCU Reset" to perform reset.

Reset MCU 1 Display ON
Reset MCU

16 Appendix D - Working with the Shell

This chapter shows the usage of the implemented shell commands.

Command Help
Shell Help Command
Command PMIC_IDLOW
PMIC ID Low Command
Command PMIC_IDHIGH
PMIC ID High Command
Command PMIC_DEVLOW
PMIC Device ID Low Command
Command PMIC_OTPHIGH
PMIC OTP ID High Command
Command PMIC_OTPLOW
PMIC OTP ID Low Command
Command LIN
LIN Transmission Command

17 Appendix E - Working with the configurator software

With the PC connected to the USB/UART port of the Starter Kit run the Configurator GUI executable available for download to configure the Starter Kits hardware.

Let us assume there exists a configuration file called "config_all_peripherals_enabled.cfg" that contains all the settings you want to use. To load it click "Configuration file->Load".

Activate your settings by clicking "Write to board (volatile)". If you want to save the settings for the next boot, save it under the "Non-volatile" tab and activate the "Make bootable" checkbox.

Configuration Tool
Configuration Tool

18 Revision History

Rev. Date Summary
V1.00 2025-10-09 Initial Release for Sample Software V0100
V2.00 2025-16-12 Release for Sample Software V0200. U2B10 support added, PMIC command updated, Encoder LED startup updated.

19 License

Copyright © 2025 Renesas Electronics Corporation. All rights reserved.