Search found 5 matches
- Fri Jul 15, 2022 9:39 pm
- Forum: ESP-IDF
- Topic: OTA Guru Meditation WDT Triggered
- Replies: 4
- Views: 2132
Re: OTA Guru Meditation WDT Triggered
That would take some serious whittling, but I'll look into it (I'm on the OP's team). I can tell you that the "Sent . . ." message you see toward the end of the report is an ESP_LOGI() that happens inside a timer that sends data out a UART (#2). It looks to me like the ESP_LOGI() is trying to grab a...
- Fri Jul 01, 2022 5:51 pm
- Forum: ESP-IDF
- Topic: GDB / OpenOCD problems
- Replies: 0
- Views: 1661
GDB / OpenOCD problems
I'm running Ubuntu 20.04, ESP-IDF 4.4. USB cable attached to ESP-PROG board, 6 wires from there to WROOM board: GND->GND, 3V3->3V3, TMS->IO14, TCK->IO13, TDO->IO15, TDI->IO12. Latest openocd seems to run OK: OpenOCD started as a background task 388506 Executing action: post_debug Open On-Chip Debug...
- Tue Apr 12, 2022 11:35 pm
- Forum: ESP-IDF
- Topic: eth2ap and mqtt program at the same time
- Replies: 4
- Views: 4555
Re: eth2ap and mqtt program at the same time
I'd like to do a very similar thing ( and I'm sure there are lots of others who would as well--I can't believe this hasn't been touched in two years). _update_input_path() does not give any access to the former function it is replacing, otherwise it might be easy to "hook" that and filter out just t...
- Tue Jul 20, 2021 11:28 pm
- Forum: ESP-IDF
- Topic: wifi:ieee80211_ioctl.c 1443
- Replies: 6
- Views: 6812
Re: wifi:ieee80211_ioctl.c 1443
Here's a better backtrace. So it appears the function "wifi_rf_phy_enable" is to blame. Perhaps it's spin-waiting for the phy to come up and that's blocked or slowed somehow? 0x400913af: panic_abort at /home/lee/esp/esp-idf/components/esp_system/panic.c:354 0x40091bb5: esp_system_abort at /home/lee/...
- Mon Jul 19, 2021 9:14 pm
- Forum: ESP-IDF
- Topic: wifi:ieee80211_ioctl.c 1443
- Replies: 6
- Views: 6812
Re: wifi:ieee80211_ioctl.c 1443
I am having exactly the same issue. The wifi task is triggering the watchdog, and every time this error is present. I am sending MQTT packets to Google Cloud every 15 seconds. git log of ~/esp reports: commit 1067b28707e527f177752741e3aa08b5dc64a4d7 And here's the console output (it's about 50/50 wh...