RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
236 stars 111 forks source link

Error : ISR NOT IN IRAM! on Nodemcu (ESP8266 - 12F) #36

Open NicBout opened 3 years ago

NicBout commented 3 years ago

Hi, looks like the libraries are not functioning on Nodemcu/ESP8266. After uploading the sketch in Arduino IDE, the board crashes and give the error "ISR NOT IN IRAM!".

I tried downgrading to on older version of the ESP8266 framework in the IDE, without luck.

Any ideas?

Spasibo!

levvayner commented 3 years ago

Add ICACHE_RAM_ATTR to any methods that are part of the ISR or called by ISR.

anjana55 commented 3 years ago

Looks like void isr_ext() still not in IRAM on (RDBmcuESP8266.h) file.