Analog Devices VisualDSP++ 5.0 Service Manual page 50

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

Advertisement

System Services Overview
services APIs should simply include the
Blackfin/include/services
any other files to use the system services API.
The system services API and functionality are uniform and consistent
across all Blackfin processors, including all single- and multi-core devices.
Application software does not have to change, regardless of the Blackfin
processor is being targeted. For example, application software running on
a single-core ADSP-BF533 processor can operate unchanged on a
multi-core ADSP-BF561 processor.
In order to provide this consistent API to the application, the system
services API must be aware of the specific processor variant being targeted.
You must ensure that the processor definition macro for the processor
variant being targeted is defined when including the
file.
The VisualDSP++ toolset automatically sets the processor definition
macro when building projects. Application developers using the
VisualDSP++ toolset need do nothing further to ensure the processor
definition macro is defined.
Application developers using other toolsets, however, should ensure the
processor definition macro is appropriately defined. The
enumerates the specific processor variants that are supported. These
processor variants include:
__ADSPBF531__
__ADSPBF532__
__ADSPBF533__
__ADSPBF534__
__ADSPBF535__
__ADSPBF536__
__ADSPBF537__
1-12
services.h
directory. User files do not need to include
The ADSP-BF531 processor
The ADSP-BF532 processor
The ADSP-BF533 processor
The ADSP-BF534 processor
The ADSP-BF535 processor
The ADSP-BF536 processor
The ADSP-BF537 processor
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
file, located in the
include
services.h
file
services.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