Search found 3 matches

by mmurty
Mon Aug 15, 2022 6:42 am
Forum: General Discussion
Topic: Resume an OTA update on ESP32
Replies: 0
Views: 699

Resume an OTA update on ESP32

Hi All, I am trying to implement OTA on ESP32 using the OTA API provided in ESP-IDF V4.3. The firmware image is transferred over the GSM network. I see that the esp_ota_begin() API erases the complete flash when called. I want to support resume of firmware updates as my communication medium is unrel...
by mmurty
Mon Mar 02, 2020 7:15 am
Forum: ESP-IDF
Topic: Getting error message: "Task watchdog got triggered" too frequently.
Replies: 3
Views: 20836

Re: Getting error message: "Task watchdog got triggered" too frequently.

Thanks for the reply.
I noticed that the CORE task was starving other tasks.
It solved my issue.
But can you provide more information regarding the WDT implementation.
What is the WDT interval ?
by mmurty
Fri Feb 28, 2020 1:20 pm
Forum: ESP-IDF
Topic: Getting error message: "Task watchdog got triggered" too frequently.
Replies: 3
Views: 20836

Getting error message: "Task watchdog got triggered" too frequently.

Hello ESP Team, Environment Details: Board: ESP32-WROOM32 module soldered on an custom board. ESP-IDF Version 3.3.1 MSYS32 Environment with python 2.7 IDE: Eclipse. Problem Description: I have implemented a logic to read data from a UART device and send it to a cloud service. ESP32 is connected to a...