Hi,
I'm able to successfully build the example code Ethernet Echo of Starterware.
But when debugging the code ,the code gets stuck in the function udp_bind() function of Locator_Config and keeps searching for / comparing for parameter passed struct udp_pcb *pcb with the list of struct udp_pcb *udp_pcbs.
Before udp_bind() is called , udp_new() and udp_recv() is getting called.
what does the struct udp_pcb *udp_pcbs contains , as it has been defined globally and it is not getting anything assigned to it in function udp_bind ?