The source code for the drivers is part of your project and is available for
examination in
device intercommunication is abstracted by these device drivers, allowing
interaction with the device without needing to understand its underlying
complexity.
A message is a form of inter-thread communication that is available within
VDK. Messages have a type (header) and an arbitrarily-sized payload
(body), allowing data of any type and length to be shared between threads.
The audio-processing threads use messages to communicate among
themselves.
Part 2: Controlling Pass-Through Volume
via Telnet
The example in its current state includes an audio pass-through and a
Caesar Cipher operating concurrently but independently. The next step is
to control the audio pass-through via the Ethernet connection. At this
point, we remove the Caesar Cipher algorithm and replace it with control
code that allow you to change the output volume of the application via
Ethernet. Communications between the stack thread and the output
thread are managed by a new message.
If you are unconcerned about implementation details, close the current
project, load the project
EZ-Kit Lite\Getting Started Exam-
ples\Part_3_2\TalkThrough_3_2.dpj
the application with inter-thread messages.
You must close the project from the previous exercise (part 1 of
exercise 3) before opening the part 2 project.
Getting Started with ADSP-BF537 EZ-KIT Lite
www.BDTIC.com/ADI
Controlling a real-time application via TCP/IP
and
AD1854.cpp
AD1871.cpp
<install_path>\Blackfin\Examples\ADSP-BF537
. Luckily, the complexity of
, and skip the procedure to upgrade
3-7
Need help?
Do you have a question about the ADSP-BF537 EZ-KIT Lite and is the answer not in the manual?
Questions and answers