Which main.xc are you referring to? I have looked at both projects listed under 'examples' in the library, and neither one fits the description (too few lines, different IP setup). I was hoping to get the simple web-server test app up and running.peter wrote:True enough, if the link is not coming up the IP isn't going to help... but the IP address is at line 94 of the main.xc if you want to change it in the future.
I've had this issue before when I failed to drive the reset line. In the case of mic array board it is p_rst_shared which is on a shared 4-bit port which has to be driven high. Line 372 should be doing this. Have you changed that at all?
I will see if I can find where reset is being (or not being) driven in this project.