m5paper_esphome icon indicating copy to clipboard operation
m5paper_esphome copied to clipboard

Issue with it8951e initialisation during boot

Open pmestrum opened this issue 1 year ago • 0 comments

When deploying, m5paper boots up and logs an initialization error while booting up:

[11:30:39][I][logger:262]: Log initialized [11:30:39][I][bm8563.sensor:033]: Sleep Duration Setting to: 3600000 ms [11:30:39][I][app:029]: Running through setup()... [11:30:39][C][spi:023]: Setting up SPI bus... [11:30:39][I][i2c.arduino:183]: Performing I2C bus recovery [11:30:39][E][it8951e.display:209]: Init Starting. [11:30:39][E][it8951e.display:205]: Height:65535 Width:65535 LUT: \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xffxV\xad\xba\xcd\xf4?, FW: \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xffxV\xad\xba\xcd\xf4?, Mem:ffffffff [11:30:39][E][it8951e.display:240]: Init FAILED. [11:30:39][D][binary_sensor:034]: 'Right': Sending initial state OFF [11:30:39][D][binary_sensor:034]: 'BTN/PWR': Sending initial state OFF [11:30:39][D][binary_sensor:034]: 'Left': Sending initial state OFF [11:30:43]E (13203) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time: [11:30:44]E (13203) task_wdt: - loopTask (CPU 1) [11:30:44]E (13203) task_wdt: Tasks currently running: [11:30:44]E (13203) task_wdt: CPU 0: IDLE [11:30:44]E (13203) task_wdt: CPU 1: IDLE [11:30:44]E (13203) task_wdt: Aborting. [11:30:44] [11:30:44]abort() was called at PC 0x400f2c15 on core 0 [11:30:44] [11:30:44] [11:30:44]Backtrace:0x40083e5d:0x3ffbea8c |<-CORRUPTED WARNING Found stack trace! Trying to decode it WARNING Decoded 0x40083e5d: panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c:402 [11:30:44] [11:30:44] [11:30:44] [11:30:44] [11:30:44]ELF file SHA256: 0000000000000000 [11:30:44] [11:30:44]Rebooting...

pmestrum avatar Aug 13 '23 09:08 pmestrum