CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

CCS Ethernet Development Kit

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
info@ckmintech.com



Joined: 16 May 2006
Posts: 39

View user's profile Send private message

CCS Ethernet Development Kit
PostPosted: Tue Apr 01, 2008 3:38 am     Reply with quote

Anyone has know how many RAM and ROM is required to implement a simple TCP/IP client by using the driver and example codes in this development kit?

I am planning to use a smaller pic for this project.

Rgds.
andrewg



Joined: 17 Aug 2005
Posts: 316
Location: Perth, Western Australia

View user's profile Send private message Visit poster's website

PostPosted: Wed Apr 02, 2008 8:55 am     Reply with quote

CCS use a port of the Microchip stack. I have the v3.75 stack and am using it with the ENC28J60 chip.

I can remember compiling one of the demo examples. It included the HTTP server with a simple web page, and support for DHCP, DNS and ICMP enabled. It just squeezed into 32KB. Adding any significant functionality would have tipped it over.

Maybe disabling unneeded parts of the library would help. For example, DHCP requires UDP support. If you could live without DHCP, then you don't need UDP either. Maybe dropping UDP, DHCP and DNS would make enough room on a 32KB part if your application was simple enough?

IMO, the minimum program memory required is 48KB. 64KB would have me feeling a lot better, though.
_________________
Andrew
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group