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

TFTP

Hello,

As soon as i check-mark TFTP in Net_Config.c, my main program stops executing, even one line of code!

Oh i've included TFTP_uif.c into my project. All compiles fine and burns to LPC 2129 on MCB2100, but even the led routine at the start of main() does not execute.

Any suggestions?

Thanks and regards,

Akshat

Parents
  • Please take a look at the MCB2140 HTTP_Demo example. It is configured for the serial PPP Server. There is also a LEDSwitch example for MCB2130 which also uses a PPP Server mode.

    Take them as a reference and check if you have configured your example properly.

    If you run your modified TFTP example. Does it stop in the retarget.c?

    Franc

Reply
  • Please take a look at the MCB2140 HTTP_Demo example. It is configured for the serial PPP Server. There is also a LEDSwitch example for MCB2130 which also uses a PPP Server mode.

    Take them as a reference and check if you have configured your example properly.

    If you run your modified TFTP example. Does it stop in the retarget.c?

    Franc

Children