# Running the CGI CourierSampleAppLight Demo Application on RZA1H

#### Download the Application

To download and debug the application you need Renesas e<sup>2</sup> Studio, a sample project and a J-Link probe.

Include "cgi\_studio\_courier\_apps\\src\\CourierSampleAppLight\\AppPlatform\\Target\_FreeRTOS\_ARM\\SampleAppConnector.h" in the main.c og the sample application. Declare extern function SwapRequiredBuffers "extern void SwapRequiredBuffers();"  
Initialize the App with SampleAppInit();  
In a loop call SampleAppRun(); and SwapRequiredBuffers();

Start SEGGER J-Flash lite and download the asset file to the address defined in linker\_settings.ld as \_\_graphics\_data\_start.

Compile the project and use Renesas e<sup>2</sup> Studio to download and debug the binary to the target.