- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to know if the TCP/IP Stack in NIOS II can control my DM9000A chip immediately?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- I want to know if the TCP/IP Stack in NIOS II can control my DM9000A chip immediately? --- Quote End --- Quick answer is No. Insight is this: The TCP/IP Stack is a set of call routines which the processor uses to communicate with the MAC layer to establish connections, read and write data into sockets, etc. It is basically the processor which communicates (I prefer to use "communicate" rather than "control") with the MAC + PHY layer. Suppose you have TCP/IP Stack and the processor which connects to the right ports of the DM9000A chip. But that's not enough. Your processor would also need drivers for this chip. So essentially TCP/IP comes into picture much later. First you need to connect your processor to your chip and have compiled drivers. Then write a program for handling data over Ethernet using TCP/IP stack call routines.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page