-->
Page 2 of 2

Re: what's the cause of exception reset 28 with epc1=0x4000d

PostPosted: Fri Sep 20, 2019 3:24 am
by eriksl
Some library function (either in the SDK, libc or whatever you're using additionally) will call memcpy. Even the compiler can generate calls to memcpy.

So you will have to find out which code is calling memcpy here and working from there.

(moved to other forum because it's not really and "advanced users" topic)

Re: what's the cause of exception reset 28 with epc1=0x4000d

PostPosted: Sat Sep 21, 2019 8:08 am
by AcmeUK
eriksl wrote:(moved to other forum because it's not really and "advanced users" topic)

Well it certainly is not a newbie question!

Re: what's the cause of exception reset 28 with epc1=0x4000d

PostPosted: Sun Sep 22, 2019 11:54 am
by eriksl
The advanced section is people who develop esp8266 system stuff themselves (i.e. compiler, libraries, SDK, LWIP...)

Re: what's the cause of exception reset 28 with epc1=0x4000d

PostPosted: Mon May 18, 2020 1:40 pm
by st0ff3r
probably missing null check in lwip, check my last post here https://github.com/espressif/ESP8266_NO ... issues/251