Getting Started with ADSP-BF537 EZ-KIT Lite
2-1
2 RUNNING A TCP/IP
APPLICATION ON AN
ADSP-BF537 EZ-KIT LITE
In Exercise 2, we will use Vi+ to create a basic TCP/IP applica-
tion using the open source LwIP stack and the Vi+ Kernel
(VDK). Then, we will connect the EZ-KIT Lite to the Ethernet network,
receive an IP address from a Dynamic Host Configuration Protocol
(DHCP) server, and ping the EZ-KIT from another computer. Finally, we
will implement a simple Caesar Cipher program and run the program via
telnet.
In the exercise, you will learn about the following concepts.
• TCP/IP and the LwIP stack
• VDK and its relationship to LwIP
• TCP/IP project type
• Determining Ethernet Media Access Control (MAC) and IP
addresses
• Sockets programming and input/output management
www.BDTIC.com/ADI
Содержание EZ-KIT Lite ADSP-BF537
Страница 4: ...www BDTIC com ADI ...
Страница 8: ...CONTENTS viii Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...
Страница 52: ...Listing 1 3 Exercise 1 Part 3 1 30 Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...
Страница 88: ...What s Next 3 22 Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...