NAND Library Sample Demo Programs

Location

$REVOLUTION_SDK_ROOT/build/demos/nanddemo

Description

basic This sample demo program is used for learning the basic usage of NAND functions. It shows how to create, open, write, seek, read, close, and delete a file.
directory This sample demo program is for learning directory operations. It shows how to display the contents of a directory, create/delete directories, and get/move the current directory.
async This sample demo program shows an example of how to use asynchronous functions.
gamesave This is a simple sample demo program that can display the content of a save data directory, delete files and so on.
safe This demo program shows that a file update can be terminated in an incomplete state. However, the demo also introduces a method for avoiding this problem through the use of the NANDSimpleSafeOpen and NANDSimpleSafeClose functions.
check Shows examples of the use of NANDCheck.
banner Shows the procedure for creating a banner file. The .tga file used as the raw image of the banner and the .tcs script file for TexConv that are located in the /tpl folder have been prepared as samples.
cancel Through the use of the NANDSimpleSafe functions, gives an example of the error handling code.

See Also

NAND Functions

Revision History

2007/05/09 Added the cancel demo.
2006/10/25 Added information about the banner sample demo. Added links.
2006/09/19 Added the sample demo banner.
2006/09/07 Added the sample demo check.
2006/08/15 Added the sample demo safe.
2006/06/16 Initial version.


CONFIDENTIAL