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 have Keil MDK v4.11. I have tried the Ledswitch demo. It could be compiled and work,but it couldn't control the Led. I could ping the mcb1700. I found the code was wrong and fixed it then it worked well. I developed a pc test program as tcp client and sent socket connection and data. The problem was not communication but in control the led. How do we get your compile message. you should copy it up.