httpd hanging after some time
Posted: Tue May 05, 2015 5:24 pm
I have an almost unmodified httpd server running on my Olimex esp8266.
I have made two changes.
1) I changed the LED to GPIO 5 so that it can control the relay on the olimex board.
2) I am using the SPI bus to talk with a shift register.
I have found that after about 4 hours the web server quits running. However the interrupt routine that services my SPI bus is still running. My thought is that something has a memory leak or the SPI bus is causing some sort of interference. Any ideas?
Has anyone else had a similar experience?
I have made two changes.
1) I changed the LED to GPIO 5 so that it can control the relay on the olimex board.
2) I am using the SPI bus to talk with a shift register.
I have found that after about 4 hours the web server quits running. However the interrupt routine that services my SPI bus is still running. My thought is that something has a memory leak or the SPI bus is causing some sort of interference. Any ideas?
Has anyone else had a similar experience?