Description; Configuration - Analog Devices VisualDSP++ 5.0 Service Manual

Visualdsp++ 5.0 device drivers and system for blackfin processors
Table of Contents

Advertisement

Examples

Description

This example program is a simple, standalone application that initializes
the SSL, loads the ATAPI PID, attaches to the ATAPI hard disk, formats
the disk, and then exits.

Configuration

The application only initializes the FSS in as far as establishing the general
heap index, for memory allocation within the drivers. Otherwise, both the
ATAPI PID and FAT FSD drivers are configured and accessed directly to
format the partition and create the master boot record (MBR).
Shell_Browser
This application provides a simple shell interface to the file system service
to navigate the media available and perform certain operations such as dis-
playing a slideshow of bitmap files to the LCD attached to the
ADSP-BF548 EZ-KIT Lite.
Description
This example program uses three threads—a communication thread to
interface with an I/O console connected to the UART interface, an image
display thread to view images on the LCD panel, and a command thread
to control the application and perform non-image related file tasks. The
communication thread collects the input from the I/O console and passes
it to the command thread. The image display thread takes an image file or
a list of image files and displays the images to the LCD panel. The com-
mand thread interprets the input commands and performs the required
actions. A full list of the commands supported is available by typing
"help" or "?". Likewise, the syntax of any individual command can be
obtained by typing the command followed by
lists the syntax and purpose of the command.
12-86
-h
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
. For example,
rmdir -h

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents