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 friends
I am in very serious trouble. I have implemented TCP/IP server on LPC2300 and it was working fine untill i discover that my board stops communicating (checked through pinging). Rest code is working fine. I need to reset the board again in order to make TCP/IP work again. Please help me this is very serious issue for me
Plzzzzzzzzz help me out of this problem.
There's a bug in your code.
If we had telepathic links, we may be able to see your code and tell you precisely what's wrong.
But I don't have telepathic abilities (and I assume no-one else here does either).
My telepathic abilities saw a lot of frustration while looking for line 54.
But for people who aren't so telephatic, it may be an idea to post what things you have looked for. And maybe post relevant sections of your code. Are you polling fast enough? Do you have a memory leak, so the TCP stack suddenly can't find a free block for the next received packet? May a stuck interrupt?
What version of TCP/IP stack?
Any other relevant information?