Loopback example crashes on devkitC v4 board
I get the following error in console when trying to run the loopback example:
ets Jun 8 2016 00:22:57
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:0x3fff0018,len:4 load:0x3fff001c,len:1100 load:0x40078000,len:9232 load:0x40080400,len:6400 entry 0x400806a8 real tick set to: 100.000000ns /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/freertos/event_groups.c:350 (xEventGroupWaitBits)- assert failed! abort() was called at PC 0x4008554b on core 1
Backtrace: 0x40089720:0x3ffb1f20 0x4008994d:0x3ffb1f40 0x4008554b:0x3ffb1f60 0x400d0c4a:0x3ffb1f90 0x400d201d:0x3ffb1fb0 0x40085759:0x3ffb1fd0
Rebooting...
What does the backtrace say. You have clearly modified the code, so I can't guess at the problem.
No, I didn’t modify the example code.
You have to decode the backtrace if you want assistance. I cannot guess at what the error is.