Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ADSP (21xxx) C-Code for TCP/IP (Ehternet)

Status
Not open for further replies.

2heat

Junior Member level 2
Joined
Mar 21, 2003
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
143
Does anyone knows if there is C-Code for the realisation of a TCP/IP
Stack on a ADSP (Analog Devices DSP)? I need urgent helpt for that.
I use ADSP and want to integrate it in the DSP C-Code project and not
use another yC for that. Thankx
 

100% C TCP/IP stack

The stack OpenTCP is good for this task. h**p://www.opentcp.org.
It has 100% C-source code. Only 2 interrupt handlers (1 msec and 10 msec timers) and a little initialization code is necessary to rewrite . All this can be made for 1 day. The most difficult thing is to write the driver for Ethernet chip.

I want to make a OpenTCP port for 21062, but still I has not received a PCB.
 

other solution maybe

Hi,

Thankx a lot for the answer :eek:
I been thinking about another solution:
Using a VirtexII Pro (Xilinx) with integrated
PowerPC, an Ethernet MAC (IP core from Xilinx)
connected to the OPB - Bus of the PPC.
We have C-Code for a PPC for a TCP/IP
Stack. The PPC can be run at 200 MHz so
i think fast enough. Xilinx provides the
XilNet Library to work with the Ethernet
Mac. So we hopefully need to write only an
interface between our C-Code and the
Xilinx MAC and C-Code Modification of the
C-Code because in runs on a ppc8xx. maybe
that works too. We will see. Thankx.

Heat
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top