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.
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
Did you setup the heap to 0x800 in the startup file?
0x1000
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
Oh franc what i would have done without you! I changed heap to 0x800, i guess 0x1000 was getting too much!
Runs tftp, but can't be too sure as i can't create files on the board. I've yet to figure the RAM configuration for FFS.
Cheers and thanks!!!
Right! It PUTs the file. But then it gets lost, i.e. i can't GET it.