Code: Select all
char recv_buf[256];
memset(recv_buf, 0, 256);
Code: Select all
/.../esp-idf/components/freertos/./queue.c:1445 (xQueueGenericReceive)- assert failed!
Guru Meditation Error: Core 0 panic’ed (Unhandled debug exception)
Register dump:
PC : 0x40009203 PS : 0x00060936 A0 : 0x800834e0 A1 : 0x3ffc4dd0
A2 : 0x0000006f A3 : 0x0000006f A4 : 0x00000010 A5 : 0xffffffff
A6 : 0x00000000 A7 : 0xffffffeb A8 : 0x00000000 A9 : 0x3ffc4d40
A10 : 0x00000000 A11 : 0x3f404304 A12 : 0x3ffc4d0f A13 : 0x00000035
A14 : 0x00000000 A15 : 0x3ffc4d15 SAR : 0x00000004 EXCCAUSE: 0x00000001
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffff93
Backtrace: 0x40009203:0x3ffc4dd0 0x400834e0:0x3ffc4df0 0x40082d30:0x3ffc4e30 0x40081399:0x3ffc4e50 0x40081470:0x3ffc4e80 0x40081ebc:0x3ffc4ea0 0x40100de0:0x3ffc4ec0 0x4000bd86:0x3ffc4ee0 0x40001180:0x3ffc4f00 0x40059301:0x3ffc4f20 0x4005937d:0x3ffc4f40 0x40058bc2:0x3ffc4f60 0x400f4be4:0x3ffc4f90 0x400fa371:0x3ffc4fc0 0x400fa500:0x3ffc52d0 0x400812a8:0x3ffc5300 0x4010408d:0x3ffc5350 0x40104693:0x3ffc5370
Rebooting…