Page 1 of 1

Web server freezes up

Posted: Thu Jul 21, 2011 8:25 pm
by zx5000
I created a new application based on another one that works. On this setup the board uses different GPIO settings and wiring. The web server freezes the board as soon as an incoming request is made.

Is there any caveats with using GPIO or IRQ (as GPIO) pins together with the http server?

TIA

Solved: Web server freezes up

Posted: Fri Jul 22, 2011 9:34 am
by zx5000
I fixed it. It had nothing to do with the IRQ or GPIO. There was a local array overflow in a function called by FUNCTIONCALL in the web page.