Use this sample with the RSK RX62T (Renesas Starter Kit)

Make the command line sample using the make command on the command line.
The will generate the "Rx62t_led_flasher.mot" which can be downloaded 
onto the RX62T target. 
In HEW, create a default RX62T C project with default settings. Do not
build this project. Right click on the project in project view and select
Remove Files. Click on "Remove all" to remove all files.

To write to the device, create a debug profile using debug menu, 
Debug -> Debug Settings
Select target as RX600 E1/E20 System
Debug Format as S-Record (.mot file)
Use "Add" button to browse to the generated mot file and add it to the project.
Click OK after selecting the file. HEW may generate a warning for target or
setting changes. Click Yes to accept these changes.

Connect the RX62T board to PC via E1 emulator.
Connect power supply to emulator.
Note: Powering the board via E1 emulator resulted in some connection issues.

Use Debug -> Connect to connect to the board.
While connecting to board use following settings:

MCU Group: RX62T Group
Device: R5F562TA
Mode: Writing
Power Supply: (Unchecked) - An external 5.0V power supply was used for testing
Emulator Serial Number: E1: 0DS0xxxxx

JLink Clock 16.5 MHZ
Configuration Properties: - MCU Tab
Mode: Single Chip Mode  (Default)
Input Clock(EXTAL): 12.5000
Work RAM Start Address: 1000  (Default)

Other settings: Default

After succesful connection, the generated file "Rx62t_led_flasher.mot" should
be visible under download modules. . Right click on this module and 
select "Download". After successful download, the emulator will display a 
checksum. Click OK. The E1 Emulator needs to be disconnected from the board for 
the program to run. Once disconnected, the LED's should blink continuously.
If LED's are not blinking, try resetting the board once using Reset push-button
(Labelled "RES" next to the RS232 connector or power cycle the board)