Web server freezes up

Discussion to talk about software related topics only.
Post Reply
zx5000
Posts: 9
Joined: Sat May 28, 2011 5:50 am

Web server freezes up

Post 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
zx5000
Posts: 9
Joined: Sat May 28, 2011 5:50 am

Solved: Web server freezes up

Post 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.
Post Reply