Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loopback example crashes on devkitC v4 board #4

Open
mentaluproar opened this issue Jun 2, 2019 · 3 comments
Open

Loopback example crashes on devkitC v4 board #4

mentaluproar opened this issue Jun 2, 2019 · 3 comments

Comments

@mentaluproar
Copy link

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...

@lbernstone
Copy link
Owner

What does the backtrace say. You have clearly modified the code, so I can't guess at the problem.

@mentaluproar
Copy link
Author

No, I didn’t modify the example code.

@lbernstone
Copy link
Owner

You have to decode the backtrace if you want assistance. I cannot guess at what the error is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants