-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Some wifi problem about esp32 (IDFGH-13511) #14403
Comments
hi @hibfh , in your application, do you keep the AP pn all the time? or you try to disable or enable it sometimes? |
@Xiehanxin What do you mean by "PN"?is it "on"? My app keep AP all the time .maybe it needs to stop for a while?I think my app keep AP on about over 3 hours and hit the trouble. btw, what may cause the strange hidden ssid in win10 ? |
The second trouble is solved now |
hi @hibfh did you download large files or need high througput? sometimes too much HTTP callback can make the watch dog |
hey @Xiehanxin ,i had no http task but a huge TCP throughput task running that time, did it cause the wdt time out? Recently,I fix some bug like memory fragmentation,tcp fd not close after wifi disconnect ,and it works well so far.maybe it was solved. |
Answers checklist.
General issue report
I get 2 wifi trouble:
1st:
when my esp32 board work a night .I found wifi disapper,and the uart log data like follows:
[08:23:10.626]←◆�[0;31mE (47193068) task_wdt: Ta
[08:23:10.664]←◆sk watchdog got triggered. The following tasks/users did not reset the watchdog in time:�[0m
�[0;31mE (47193068) task_wdt: - IDLE0 (CPU 0)�[0m
�[0;31mE (47193068) task_wdt: Tasks currently running:�[0m
�[0;31mE (47193068) task_wdt: CPU 0: wifi�[0m
�[0;31mE (47193068) task_wdt: CPU 1: IDLE1�[0m
�[0;31mE (47193068) task_wdt: Print CPU 0 (current core) backtrace�[0m
Backtrace
[08:23:10.698]←◆ce: 0x400F7323:0x3FFC00B0 0x4008468D:0x3FFC00E0 0x4009A42C:0x3FFD5CC0 0x401777D6:0x3FFD5CE0 0x4011DBB2:0x3FFD5D00 0x4011DF07:0x3FFD5D20 0x4012F1FB:0x3FFD5D40 0x4012179E:0x3FFD5DA0 0x40117EAD:0x3FFD5DF0 0x40098195:0x3FFD5E10 0x401740E3:0x3FFD5E30 0x40099379:0x3FFD5E50
0x400f7323: task_wdt_timeout_handling at /home/q/WorkSpace/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c:441
(inlined by) task_wdt_isr at /home/q/WorkSpace/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c:515
0x4008468d: _xt_lowint1 at /home/q/WorkSpace/esp/esp-idf/components/xtensa/xtensa_vectors.S:1240
0x4009a42c: hal_mac_deinit at ??:?
0x401777d6: ic_mac_deinit at ??:?
0x4011dbb2: ieee80211_phy_init at ??:?
0x4011df07: chm_set_current_channel at ??:?
0x4012f1fb: ieee80211_update_channel at ??:?
0x4012179e: cnx_node_leave at ??:?
0x40117ead: ieee80211_tx_mgt_cb at ??:?
0x40098195: ppProcTxCallback at ??:?
0x401740e3: ppProcTxDone at ??:?
0x40099379: ppTask at ??:?
what may cause it ?Need some help.
2nd:
Solved
The IDF branch based on 9d6583f commit V5.2.2
Related SDK config as follow:
The text was updated successfully, but these errors were encountered: