Wifi in STA mode resets
Posted: Sat Jul 01, 2017 10:08 pm
Hi all
I am faced with a reset problem yet again. I have followed Kolban's guidance in using the GDB tool but I am sorry to see that all related errors are not traced back to my I own code which makes it more difficult to do something about it.
This is the error as I see it in the terminal window
Now running the GDB tool with
... I get
This does not help me much but maybe for the trained eye
Hope you can help me.
Thanks
I am faced with a reset problem yet again. I have followed Kolban's guidance in using the GDB tool but I am sorry to see that all related errors are not traced back to my I own code which makes it more difficult to do something about it.
This is the error as I see it in the terminal window
Code: Select all
I (21538) wifi: wifi timer task: 3ffc4b48, prio:22, stack:3584
assertion "false && "item should have been present in cache"" failed: file "C:/Projects/IoT/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", line 85, function: void nvs::HashList::erase(size_t)
abort() was called at PC 0x400d1e2f on core 0
Backtrace: 0x4008681c:0x3ffbe320 0x400868e7:0x3ffbe340 0x400d1e2f:0x3ffbe360 0x401155b8:0x3ffbe390 0x40115c2e:0x3ffbe3b0 0x40115f09:0x3ffbe3f0 0x40114d79:0x3ffbe440 0x40114fe2:0x3ffbe470 0x401147e1:0x3ffbe4c0 0x40114bad:0x3ffbe4f0 0x4011a583:0x3ffbe510 0x4011a7d6:0x3ffbe580 0x4011a873:0x3ffbe5b0 0x400e8164:0x3ffbe5d0 0x400e81a2:0x3ffbe600 0x400e8743:0x3ffbe630 0x400f7633:0x3ffbe650
Entering gdb stub now.
$T0b#e6
Code: Select all
xtensa-esp32-elf-gdb $IDF_PATH/../esp-idf-template/build/app-template.elf -b 115200 -ex 'target remote com5'
Code: Select all
#0 0x4008681c in bt_track_pll_cap ()
#1 0x400868ea in wifi_track_pll_cap ()
#2 0x400d1e32 in esp_wifi_set_config ()
#3 0x401155bb in ?? ()
#4 0x40115c31 in ?? ()
#5 0x40115f0c in ?? ()
#6 0x40114d7c in ?? ()
#7 0x40114fe5 in ?? ()
#8 0x401147e4 in ?? ()
#9 0x40114bb0 in ?? ()
#10 0x4011a586 in ?? ()
#11 0x4011a7d9 in ?? ()
#12 0x4011a876 in ?? ()
#13 0x400e8167 in etharp_arp_input (netif=0x0, ethaddr=0x3ffb364c, p=0x60e23)
at C:/Projects/IoT/esp-idf/components/lwip/netif/etharp.c:836
#14 0x400e81a5 in etharp_tmr ()
at C:/Projects/IoT/esp-idf/components/lwip/netif/etharp.c:198
#15 0x400e8746 in ip4_input (p=0x3ffc3c84, inp=0x400e8190 <etharp_request+16>)
at C:/Projects/IoT/esp-idf/components/lwip/core/ipv4/ip4.c:475
#16 0x400f7636 in _svfprintf_r (data=<optimized out>, fp=<optimized out>,
fmt0=<optimized out>, ap=...)
at ../../../.././newlib/libc/stdio/vfprintf.c:1692
Hope you can help me.
Thanks