Issues with interrupts and rebooting. (WS2812B)
Posted: Sat Oct 04, 2014 6:54 pm
I am trying to make a WS2812 driver for the ESP8266 and I'm having unusual rebooting issues. If I try to disable interrupts for too long with os_intr_lock();/os_intr_unlock(); it simply goes off into la la land and reboots. No idea why, though. Also, it's not always the same timing. Sometimes I can send to 40 WS2812's for a while, other times to 100 for a little bit before a crash. It seems to have to do with if some other interrupts come in. Any ideas?
P.S.
https://github.com/cnlohr/ws2812esp8266
P.S.
https://github.com/cnlohr/ws2812esp8266