XCORE Microphone Array Board - AN00121 (TCP/IP) porting Topic is solved

If you have a simple question and just want an answer.
User avatar
andrewxcav
Verified
Experienced Member
Posts: 76
Joined: Wed Feb 17, 2016 5:10 pm

Post by andrewxcav »

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?
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.

I will see if I can find where reset is being (or not being) driven in this project.
View Solution
peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post by peter »

The one on my fork which supports the MIC_ARRAY:

https://github.com/pthedinger/lib_xtcp/ ... rc/main.xc
User avatar
andrewxcav
Verified
Experienced Member
Posts: 76
Joined: Wed Feb 17, 2016 5:10 pm

Post by andrewxcav »

peter wrote:The one on my fork which supports the MIC_ARRAY:

https://github.com/pthedinger/lib_xtcp/ ... rc/main.xc
Sorry, getting link light now. I was reading the wrong version which is what I get for thinking I can handle Eclipse ;-)

Thank you very much.