marciot / esp32-dali-clock

An NTSC/PAL version of the 80s Dali Clock for the ESP32
GNU General Public License v3.0
121 stars 10 forks source link

ESP32 keeps rebooting. #11

Open Jimbobnz opened 8 months ago

Jimbobnz commented 8 months ago

After uploading the code to the ESP32 it will run the code for about 25 seconds and then start a constant reboot cycle.

Tried to run on a separate power USB battery supply with a constant reboot after 1 second.

Video included. https://youtu.be/83APK6Vpxvg?si=dm3TE5pCPjYufh_f

Jimbobnz commented 8 months ago

A14 : 0x007c0428 A15 : 0x003fffff SAR : 0x00000004 EXCCAUSE: 0x00000001
EXCVADDR: 0x00000000 LBEG : 0x4008ab09 LEND : 0x4008ab2d LCOUNT : 0x8010ea1c

Backtrace: 0x40090cd0:0x3ffcd160 0x400900dc:0x3ffcd1a0 0x4008e6e0:0x3ffcd1c0 0x4008e788:0x3ffcd200 0x40085499:0x3ffcd220 0x400855a5:0x3ffcd250 0x400ea791:0x3ffcd270 0x400e9a8f:0x3ffcd290 0x400e9095:0x3ffcd2b0 0x4008aa01:0x3ffcd2d0 0x400892aa:0x3ffcd2f0 0x40089334:0x3ffcd310 0x40089821:0x3ffcd340 0x4015c0b7:0x3ffcd370 0x401555d6:0x3ffcd390 0x40155791:0x3ffcd6a0 0x40167831:0x3ffcd6d0 0x4010e9ee:0x3ffcd700 0x4010ea8b:0x3ffcd730 0x40122be3:0x3ffcd7b0 0x4013d8d3:0x3ffcd820 0x4013a6eb:0x3ffcd860 0x401211c8:0x3ffcd880 0x4012137d:0x3ffcd8a0 0x400f0a5c:0x3ffcd8c0 0x400d7d33:0x3ffcd8e0 0x400d7e06:0x3ffcda70 0x400d7f0f:0x3ffcda90 0x400d6ded:0x3ffcdab0 0x400d3ce5:0x3ffcdc10 0x400d473a:0x3ffcdc80

ELF file SHA256: 12ccc5b50a4be147

Rebooting... ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0 no config file

marciot commented 8 months ago

Did you try the solution in this thread?

https://github.com/marciot/esp32-dali-clock/issues/8