Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By wesli
#58586 Hello ESP8266 community,

I want to make a small IoT application and I decided to use the ESP8266 device.
I've already compiled successfully the ESP SDK and the SmingHub framework on a MAC.
I can compile, flash and run the Basic_Blink program and it is working as expected.
Then I tried the HttpServer_AJAX program. I can compile and flash it without errors.
But when I connect to the device and restart it I get following error:

Fatal exception (28):
epc1=0x4000228b, epc2=0x00000000, epc3=0x00000000, excvaddr=0x000000b5

Can someone help me to find the problem?
I didn't changed anything in the sample program.

Thanks,
wesli