-->
Page 1 of 1

digitalWrite() softWDT

PostPosted: Thu Sep 20, 2018 7:53 pm
by dalbert
I had been chasing a soft WDT that happened to land at digitalWrite() which calls core_esp8266_waveform.c:stopWaveform(pin) which is not decorated with ICACHE_RAM_ATTR.

The WDT turned out not to be related to this but is this an issue (since __digitalWrite() is decorated with ICACHE_RAM_ATTR)?