Overview
This project shows you how to create a Gadget Renesas GR-PEACH sketch (program) using the web compiler. Both Windows and Mac are available.
Preparation
You will need a GR-PEACH board and a USB cable (Micro B type).
Procedure
1. Logging Into the Web Compiler
Log into the web compiler from the Gadget Renesas top page.
Then click [Log In] or [Guest Log In]. If you choose the guest login, your sketch is removed upon log out.
Enter your MyRenesas account information and click Sign In, if you entered the site from [Log In].
2. Creating a New Project
To create a project, click the "+" button as shown here. Those logging in for the first time should skip this procedure.
Select an appropriate template, such as GR-PEACH_Sketch_Vxxx.zip, where xxx indicates the version. Since there are many templates, entering "peach" in the filter makes it easier to find. After selecting the template, give the project an appropriate name and click "Create Project".
3. Displaying Your Sketch
Clicking "Create Project" brings you to the Web Compiler IDE window. Click the "gr_sketch.cpp" file under the Explore menu. The source code for the file will appear in the right window. This is the sample code that will drive the LED on GR-PEACH.
4. Build the Code
Since the code shown on the screen is a working sample, you don't need to debug the code. To build the code, click the "Execute Build" icon on the right navigation menu shown below. This should show you "The Compilation Is Complete" pop-up.
Note that it takes a little time to build the first time due to compilation of all of the source files.
When the build is OK, the pop-up screen shows "Make process completed" at the bottom of screen. Click the "Close" button.
5. Download the Sketch
When the build is successfully completed, the Web Compiler creates a binary file "peach_sketch.bin" under the .CPP file. Move the mouse over the bin file and right click - this will bring up the pop-up menu. Then, click the "Download" menu.
6. Connect GR-PEACH
Connect GR-PEACH to PC with USB cable.
GR-PEACH is displayed as a USB storage named "MBED".
7. Flashing (Copy Program to GR-PEACH)
Copy and paste the peach_sketch.bin to the storage.
8. Execute Your Sketch
Push the RESET button on the GR-PEACH board. Now, the LED on GR-PEACH will be flashing.