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.

Help me to use PICDEM NET2 with TCP IP stack v4.55

Status
Not open for further replies.

hbaocr

Full Member level 4
Joined
May 13, 2007
Messages
232
Helped
25
Reputation
48
Reaction score
4
Trophy points
1,298
Location
Hochiminh City university of technology (VietNam)
Activity points
2,765
tcp/ip stack v4.55 how

I'm a newbie in PIC! I have bought PICDEM NET 2 board!
I'm using C18 and MPLAB8.10

I have downloaded TCP IP stack v4.55 ; And I have some problem
in demo example in folder "TCPIP Demo App"

i can't find anywhere in that project that define microdontroller I use .for Example :

1 . in this code in "hardwareprofile.h" but i can't find where define "#defined __18F97J60"

(microcontroller i use) to choose this setup macro

#elif defined(__18F97J60) || defined(__18F96J65) || defined(__18F96J60) ||

defined(__18F87J60) || defined(__18F86J65) || defined(__18F86J60) || defined(__18F67J60) ||

defined(__18F66J65) || defined(__18F66J60)
#pragma config WDT=OFF, FOSC2=ON, FOSC=HSPLL, ETHLED=ON
---------etc----

2. I can't find where I can define to use my PICDEM NET 2 with TCP IP stack v4.55 ( for

example #define PICDEMNET2...etc)

3.I don't know the way to configure PICDEM NET 2 to connect LAN using ENC28j60 instead of

18F97j60 with CP IP stack v4.55 package

thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top