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
Web server freezes up
Solved: Web server freezes up
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.