Wireless Driver Operation Control Library (WVR) Sample Demo

Location

$NitroSDK/build/demos/wvr

Compilation

Move to the $NitroSDK/build/demos/wvr directory and enter

% make

 Executable (..nef, .srl) files will be generated in

$NitroSDK/build/demos/wvr/sample_name/bin/platform/target/

 For example:

$NitroSDK/build/demos/wvr/simple/bin/ARM9-TS/Release/

 

Execution

Move to the $NitroSDK/build/demos/wvr/sample_name/bin/platform/target/ directory and perform one of the following:

Description

simple This is a simple sample that demonstrates communications using VRAM-D in wireless communications via the WVR library.
switchover This is a sample that switches allocations for single VRAMs to rendering-use or communications-use. When the start button is pushed, the sample demos below will switch back and forth.
/build/demos/wvr/simple
/build/demos/gx/UnitTours/Sub_Double3D
with_mb This is a sample used when the WVR library is in DS download play.
It is based on the following sample: /build/demos/mb/multiboot-model

Emulator

The WVR demo does not work on ensata.

See Also

List of WVR Functions

Revision History

02/17/2005 Initial version