NAND Application Sample Demos

Location

$TwlSDK/build/demos.TWL/nandApp

Compilation

Move to the $TwlSDK/build/demos.TWL/nandApp directory and enter the following.

% make

  Compilation starts, and a TAD file in NAND application format is created in

$TwlSDK/build/demos.TWL/nandApp/(sample_name)/bin/(platform)/(target)/

For example:

$TwlSDK/build/demos.TWL/nandApp/simple/bin/ARM9-TS.LTD/Release/simple.tad

is the file used to import the simple demo.

Running the Tool

Perform either of the following procedures:

Description

Name Directories Operation
simple demos.TWL A sample demonstrating how to create a simple NAND application using a ROM archive.
backup demos.TWL A sample demonstrating the use of the save data region of a NAND application.
other_backup demos.TWL A sample demonstrating the use of the save data region of another NAND application.
sharedFont demos.TWL A sample demonstrating how to load the system's internal fonts.
SubBanner demos.TWL A sample demonstrating the use of sub-banners.

Operation

These demos do not work properly with Ensata.

See Also

Revision History

2008/09/16 Added sharedFont. Updated the content to match the current implementation.
2008/07/11 Added SubBanner.
2007/12/01 Initial version.


CONFIDENTIAL