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

ARM: Unable to use tftp over PPP

I successfuly configured Http_Demop and Telnet demo to work Over PPP using Keil RL_ARM 3.10. But i am unable to do so with tftp demo. I have a LPC2148 based Evaluation Board with no ETHERNET. can somebody help me!!!

The problem with TFTP demo is that i am unable to connect to my evaluation board windows dial-up. The same is possible with HTTP demo and Telnet demo.
Please help...

Parents
  • Note that the errors actually start several lines before your highlighting!

    It looks like you're initially allocating the UDP Socket OK at the beginning, but then failing to re-use it for subsequent packets.

    So perhaps you should be looking at the code that decides whether a Socket is available...

Reply
  • Note that the errors actually start several lines before your highlighting!

    It looks like you're initially allocating the UDP Socket OK at the beginning, but then failing to re-use it for subsequent packets.

    So perhaps you should be looking at the code that decides whether a Socket is available...

Children