I have a sketch that creates an AP and serves a web page, some configuration is input and this saves to EEPROM. I got it to work once, and since then get this error every time the web page is refreshed.
Exception (28):
epc1=0x40208d80 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
I found some post about it suggesting its gone past the end of the memory? But when uploading all memory allocation is 91% or less.
Ive tried running the EEPROM clear sketch but nothing seems to have made a difference. Interestingly, the only time I got it to work was after running the EEPROM clear sketch.
I dont really understand this error or if its a hardware issue. I could try it on another device?
thanks