gatt_client error
Posted: Fri Mar 10, 2017 9:26 am
Hi,
I am trying to run the example from https://github.com/espressif/esp-idf/tr ... att_client
well it was running good till yesterday.
But today i am getting Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled.
and on gdb i don't get any response and it says timed out.
Has anybody faced this and is there any resolution for this.
I am using spark fun esp32 thing.
Thank you,
Paul
I am trying to run the example from https://github.com/espressif/esp-idf/tr ... att_client
well it was running good till yesterday.
But today i am getting Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled.
Code: Select all
Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled.
Register dump:
PC : 0x400014fd PS : 0x00060a30 A0 : 0x800da868 A1 : 0x3ffd1b30
A2 : 0x00000000 A3 : 0xfffffffc A4 : 0x000000ff A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x3ffd1ae0
A10 : 0x00000000 A11 : 0x3f4024ba A12 : 0x3ffd1d74 A13 : 0x3ffcbdb0
A14 : 0x00000000 A15 : 0x00000001 SAR : 0x00000004 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff
Backtrace: 0x400014fd:0x3ffd1b30 0x400da868:0x3ffd1b40 0x400d62d4:0x3ffd1e50 0x40081718:0x3ffd1e80 0x400de337:0x3ffd1ed0 0x400e0ea8:0x3ffd1f00 0x400df5c3:0x3ffd1f20
Entering gdb stub now.
$T0b#e6
Code: Select all
Reading symbols from ./build/gatt_client_demo.elf...done.
Remote debugging using COM9
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Bogus trace status reply from target: timeout
I am using spark fun esp32 thing.
Thank you,
Paul