I had the same error and realized it was caused in combination with an interrupt routine . Having read the answers above I tried only to introduce
this directive
ICACHE_RAM_ATTR void Interrupt_routine()
{ ...code...
}
... and it was all fine
I had the same error and realized it was caused in combination with an interrupt routine . Having read the answers above I tried only to introduce
this directive
ICACHE_RAM_ATTR void Interrupt_routine()
{ ...code...
}
... and it was all fine