1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 7<title>KPADOld sample demo programs</title> 8</head> 9 10<body> 11<H1>Standard Controller High-Level Library (Old Version) (KPADOld) Sample Demos</H1> 12 13<H2>Location</H2> 14<P><CODE>$REVOLUTION_SDK_ROOT/build/demos/kpadOlddemo</CODE></P> 15 16<H2>Compilation</H2> 17<P>Go to the <CODE>$REVOLUTION_SDK_ROOT/build/demos/kpadOlddemo</CODE> directory and type "make". An executable (<code>.elf</code>) file will be generated in the <CODE>$REVOLUTION_SDK_ROOT/RVL/bin/demos/kpadOlddemo/</CODE> directory.</P> 18 19<H2>Execution</H2> 20<P>Navigate to the <CODE>$REVOLUTION_SDK_ROOT/RVL/bin/demos/kpadOlddemo/</CODE> directory and perform the following steps:</P> 21<ul> 22<li>To simply execute the application, run the <code>ndrun</code> script using the <code>.elf</code> file as the argument.</li> 23<li>To debug using CodeWarrior, do one of the following:</li> 24<ul> 25<li>?Execute <code>$CWFOLDER/bin/IDE.exe</code>, using the <code>.elf</code> file as the argument.</li> 26<li>?Launch <code>$CWFOLDER/bin/IDE.exe</code> then drag and drop the <code>.elf</code> file.</li> 27<li>If the <code>.elf</code> file is associated with <code>$CWFOLDER/bin/IDE.exe</code>, double-click the <code>.elf</code> file.</li> 28</ul> 29 30</ul> 31 32<H2>Description</H2> 33<TABLE class="demo_list" border="1" > 34 <TBODY> 35 <TR> 36<TH><A HREF="./kpadsample.html">kpadsample</A></TH> 37<TD>This sample program verifies the functionality of the KPADOld library.</TD> 38 </TR> 39 </TBODY> 40</TABLE> 41 42<H2>See Also</H2> 43<P> 44None. 45</P> 46 47<H2>Revision History</H2> 48<P> 492007/09/26 Initial version.<br> 50</P> 51 52<hr><p>CONFIDENTIAL</p></body> 53</html>