This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TcpNet and Ethernet drivers for the LPC1768 (MCB1700)

Dear all,

I am having trouble working with TcpNet stack and my MCB1700 evaluation board.
I have Keil MDK v3.50 and RL ARM v3.50. I am trying to have the ethernet layer work on my evaluation board, so I enabled Ethernet, TCP and UDP in the net_Config.c configuration wizard. At that point, the Ethernet driver seems to be missing, so I looked for it in the Keil/RTX/TCPNet directory, found several drivers for different devices, but not for the 1768 (nor 17xx).

I looked up on the Keil website and found the HTTP Demo Example project which I expected to be a good starting point, unfortunately it did not compile on my computer : I am assuming that since the demo specified that MDK v3.60 was required, the compilation errors I got were due to my MDK v3.50.
The problem is I still can't get the TCPnet stack to run on my MCB1700, or even build a sample project that uses TCPNet with the ethernet interface enabled.

So here's my question : Is there anyway I can get TCPNet and the ethernet controller to work with my setup (MDK 3.50)? I can post the Compiler log that I get when I try to build the HTTP_Demo project if needed. Hope I am being clear enough... Any Help would be really appreciated!

Thanks