esp8266-fastled-audio icon indicating copy to clipboard operation
esp8266-fastled-audio copied to clipboard

certain patterns Soft WDT reset rst cause:2, boot mode:(3,7)

Open zombodotcom opened this issue 7 years ago • 3 comments

These patterns are causing Soft WDT resets

{ drawVU2, "VU2" }, { analyzerColumns, "Analyzer Columns" }, { analyzerPeakColumns, "Analyzer Peak Columns" },

Soft WDT reset

ctx: cont sp: 3fff2cd0 end: 3fff2ef0 offset: 01b0

stack>>> 3fff2e80: 00000001 3fff13e0 3fff13bc 4020ed4a
3fff2e90: 3f0000ff 00000000 3fff0288 40207454
3fff2ea0: 00000000 00000000 3fff0288 3fff1ec4
3fff2eb0: 3fffdad0 3fff02f8 3fff0288 40209f5d
3fff2ec0: 00000000 00000000 00000001 40213405
3fff2ed0: 3fffdad0 00000000 3fff1ebd 40213430
3fff2ee0: feefeffe feefeffe 3fff1ed0 40100718
<<<stack<<<

ets Jan 8 2013,rst cause:2, boot mode:(3,7)

load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v09f0c112 ~ld þ

zombodotcom avatar Jun 10 '17 05:06 zombodotcom

I'm not able to reproduce the issue either. Same questions: How many LEDs are you using? What type of LEDs? What MCU? Have you made any changes to the code?

jasoncoon avatar Jun 11 '17 13:06 jasoncoon

I am using a wemos d1 mini with 300 ws2812b LEDs. No changes to the code, powering the leds off of 2 18650s with a TP4056. using the whizoo msgeq7 board from ebay.

zombodotcom avatar Jun 11 '17 18:06 zombodotcom

Same as bloom-v2, I might have improved/fixed this with commit 403b2d19317e635677c5091da7451ca5da951b28, but the change will negatively affect power usage.

jasoncoon avatar Jun 11 '17 18:06 jasoncoon