P10 LED interfacing with esp32

I am using DMD32 Library to interface P10 LED Matrix with Esp32, but the problem is the display works fine upto void setup(), but when it goes to void loop(), it crashes means the text came and disappears suddenly, The code has already written for Arduino with DMD2 Library which works fine, but DMD2 is not supported with esp32, so i replace it with DMD32 library, all other code is same only i convert DMD2 commands to DMD32 commands, i also insert Serial print lines to check my code, my code is working fine showing on serial monitor only the display is not coming.

When i first upload the program the error came and my controller rebooting again and again, but after 2 3 uploads the error automatically resolves

Error:

assert failed: xQueueSemaphoreTake queue.c:1554 (!( ( xTaskGetSchedulerState() == ( ( BaseType_t ) 0 ) ) && ( xTicksToWait != 0 ) ))

Backtrace:0x40082fb1:0x3ffbec6c |<-CORRUPTED

ELF file SHA256: 0000000000000000

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:1324
ho 0 tail 12 room 4
load:0x40078000,len:13508
load:0x40080400,len:3604
entry 0x400805f0

The problem is probably in the sketch that you have not posted

Which ESP32 board are you using ?

esp32 devkit v1

You posted in the Nano ESP32 category of the forum. To avoid confusion your topic has been moved to a more generic forum category

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.