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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../css/nitro.css">
8<TITLE>nandApp Demos</TITLE>
9</HEAD>
10<BODY>
11<H1>NAND Application Sample Demos</H1>
12<H2>Location</H2>
13<P><CODE>$TwlSDK/build/demos.TWL/nandApp</CODE></P>
14<H2>Compilation</H2>
15<P>Move to the <CODE>$TwlSDK/build/demos.TWL/nandApp</CODE> directory and enter the following.</P>
16<BLOCKQUOTE><CODE>% make</CODE></BLOCKQUOTE>
17<P>
18&nbsp; Compilation starts, and a TAD file in NAND application format is created in
19</P>
20<BLOCKQUOTE><CODE>$TwlSDK/build/demos.TWL/nandApp/(sample_name)/bin/(platform)/(target)/</CODE></BLOCKQUOTE>
21<P>
22 For example:
23</P>
24<BLOCKQUOTE><CODE>$TwlSDK/build/demos.TWL/nandApp/simple/bin/ARM9-TS.LTD/Release/simple.tad</CODE></BLOCKQUOTE>
25<P>
26is the file used to import the <CODE>simple</CODE> demo.
27</P>
28
29<H2>Running the Tool</H2>
30<P>Perform either of the following procedures:</P>
31<UL>
32<LI>Open a TAD file using the IS-TWL-DEBUGGER software, and then import and run it.
33<LI>Use <CODE>$TwlSDK/bin/ARM9-TS/Release/TwlNmenu.srl</CODE> to import and then run a TAD file that is stored on an SD Card.
34</UL>
35
36<H2>Description</H2>
37<TABLE width="720">
38  <TBODY>
39    <TR>
40<TH>Name</TH>
41<TH>Directories</TH>
42<TH>Operation</TH>
43    </TR>
44    <TR>
45<TD width="187"><CODE>simple</CODE></TD>
46<TD><CODE>demos.TWL</CODE></TD>
47<TD width="525">A sample demonstrating how to create a simple NAND application using a ROM archive.</TD>
48    </TR>
49    <TR>
50<TD width="187"><CODE>backup</CODE></TD>
51<TD><CODE>demos.TWL</CODE></TD>
52<TD width="525">A sample demonstrating the use of the save data region of a NAND application.</TD>
53    </TR>
54    <TR>
55<TD width="187"><CODE>other_backup</CODE></TD>
56<TD><CODE>demos.TWL</CODE></TD>
57<TD width="525">A sample demonstrating the use of the save data region of another NAND application.</TD>
58    </TR>
59    <TR>
60<TD width="187"><CODE>sharedFont</CODE></TD>
61<TD><CODE>demos.TWL</CODE></TD>
62<TD width="525">A sample demonstrating how to load the system's internal fonts.</TD>
63    </TR>
64    <TR>
65<TD width="187"><CODE>SubBanner</CODE></TD>
66<TD><CODE>demos.TWL</CODE></TD>
67<TD width="525">A sample demonstrating the use of sub-banners.</TD>
68    </TR>
69  </TBODY>
70</TABLE>
71<H2>Operation</H2>
72<P>These demos do not work properly with Ensata.</P>
73<H2>See Also</H2>
74<P>
75</P>
76<H2>Revision History</H2>
77<P>
782008/09/16 Added <CODE>sharedFont</CODE>. Updated the content to match the current implementation.<br> 2008/07/11 Added <CODE>SubBanner</CODE>.<br> 2007/12/01 Initial version.</P>
79<hr><p>CONFIDENTIAL</p></body>
80</HTML>