We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
I don't think I have enough knowledge about this topic.
But if/maybe, NXP LPC2368's Ethernet Controller is similiar to NXP LPC1768, and if/maybe KEIL MCB2300 and KEIL MCB1700 use the same PHY DP83848, then you can try to use the Ethernet Driver of MCB2300 on MCB1700?
But, does MDK 3.50 support LPC1768?
Since it supports MCB1700, which comes with a 1768 on it, I guess it does. However, support for the ethernet controller must not have been added... I'll see if I can do something with the 2378's. Thanks for the help!