Part 3: Communicating With Sockets Api - Analog Devices ADSP-BF537 EZ-KIT Lite Getting Started

Hide thumbs Also See for ADSP-BF537 EZ-KIT Lite:
Table of Contents

Advertisement

Part 3: Communicating with Sockets API

Examine the source code of this skeleton application in the Project win-
dow. The
lwip_sysboot_threadtype.c
because the file needs to be modified in order to add functionality to the
stack.
Specifically, open the source file and scroll to (or search for) the function
lwip_sysboot_threadtype_RunFunction()
/**
*
Add Application Code here
**/
where, in the next exercise, you will insert code to add functionality to the
application.
The remainder of the source code is this file is beyond the scope of this
book's exercises. The code relies heavily on the system services library that
is touched upon in the previous exercises.
Part 3: Communicating with Sockets API
Now it is time to add functionality to the created application. First, you
create a simple Caesar Cipher program, then run the program, and access
it from the computer via telnet. The Caesar Cipher is a simple data
encryption algorithm, which increments each input letter by a value (the
increment of one is used in this implementation). The letter
becomes
, and so on. The algorithm wraps at the end of the alphabet,
B
C
with
becoming
Z
2-6
www.BDTIC.com/ADI
.
A
Getting Started with ADSP-BF537 EZ-KIT Lite
file is worthy of examination
. Observe the comment block,
becomes
,
A
B

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ADSP-BF537 EZ-KIT Lite and is the answer not in the manual?

Table of Contents