TES Guiliani: Difference between revisions

From Renesas.info
No edit summary
No edit summary
Line 23: Line 23:
#Extract the download archive.
#Extract the download archive.
#Start e2studio IDE. The following dialog is displayed to select the project workspace directory. For the Tes Guiliani Demos select the Renesas subdirectory in the extracted folder (i.e. D:\Renesas\RZA\TES\Guiliani_SDK_2.2_Renesas_RZA2M_FreeRTOS10_DAVE\Renesas).
#Start e2studio IDE. The following dialog is displayed to select the project workspace directory. For the Tes Guiliani Demos select the Renesas subdirectory in the extracted folder (i.e. D:\Renesas\RZA\TES\Guiliani_SDK_2.2_Renesas_RZA2M_FreeRTOS10_DAVE\Renesas).
[[File:e2studio_workspace_selection_dialog.png|alt=|frameless]]
[[File:e2studio_workspace_selection_dialog.png|alt=|center|frameless|500x500px]]
# <li value="4">Import the projects
# <li value="4">Import the projects
# Build Projects





Revision as of 22:58, 11 May 2021


<img src="RZ.jpg" style="float:right" height="120">

Introduction

This page provides engineering information about using the TES Guiliani Demos posted on Tes Website.

Demo Quick Start Guide

Prerequisites  

Import and Build Projects

  1. Download the project from the Tes Guiliani Download page
  2. Extract the download archive.
  3. Start e2studio IDE. The following dialog is displayed to select the project workspace directory. For the Tes Guiliani Demos select the Renesas subdirectory in the extracted folder (i.e. D:\Renesas\RZA\TES\Guiliani_SDK_2.2_Renesas_RZA2M_FreeRTOS10_DAVE\Renesas).
  1. Import the projects
  2. Build Projects


Display Setup

RZA2M Demos

By default the RZA2M demos are setup for HDMI and Mouse using the added display output board. This can be changed by doing the following if you ordered the direct connect LCD to the evaluation kit.

  1. Open the lcd_panel.h header file this is located in the BSP project ( src/Renesas/inc).
  2. Change the preprocessor LCD_PANEL to LCD_PANEL_RSK
  3. Recompile the BSP and SR_GulianiDemo. You need to make sure that the BSP and SR_GuilianiDemo project configuration is set to Debug. Also clean both projects before build.

Bootloader Support