Device Driver File Locations
Device drivers for on-chip peripherals are provided in the
library for the various processor derivatives, silicon revisions, and so on.
Device drivers for off-chip peripherals are not provided within the library,
but rather must be included separately with the application. Include files
for off-chip peripheral drivers are included in following subdirectories:
$ADI_DSP\Blackfin\include\drivers
where
$ADI_DSP
by default, located at:
C:\Program Files\Analog Devices\VisualDSP
Source files for off-chip peripheral drivers are included in subdirectories:
$ADI_DSP\Blackfin\lib\src\drivers
When creating applications that include off-chip device drivers, the appli-
cation should include the
something like this:
#include <drivers\codec\adi_ad1836.h>
The source code for an off-chip peripheral driver should be included in
the source file list of the VisualDSP++ project. For example, if using the
AD1836 device driver, the file
$ADI_DSP\Blackfin\lib\src\drivers\codec\adi_ad1836.c
should be included in the source file list.
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
is the location of your VisualDSP installation, which is,
file for the driver. This is typically done with
.h
Introduction
libdrvxxx.dlb
<version>
1-27
Need help?
Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?