Hi, I'm quit new in this mc's stuff,
but i have to implement a client/server application with the evb. I'm trying to calculate something on the EVB and send the result back to my hostpc.
I'm using the udp protocol and the opentcp stack, which i've downloaded from the freescale page (for 5235bcc evb)
I've adapted the main.c a bit. I cut all the stuff for http server or telnet or something like this. Theres only the
init_timerpool();
arpinit();
udp_init();
initialization.
I've attached the main.c.
The problem is, that it doesn't send anything to my hostpc, where i've written a small server application.
Hope someone can help me
Sorry for my bad english, I'm from germany.
Hm, I can't edit my post.
So I write a reply.
first i think, that it isn't the main function, i get into an infinite loop while hardware initialization...
but i don't know why..so if nobody knows whats wrong i could use an other stack too
Does anybody have ported the InterNiche TCP stack to that board?