Search found 3 matches

by liuDahua
Wed Jun 19, 2024 2:47 am
Forum: ESP-IDF
Topic: esp32 got problem with E (529155) task_wdt: Task watchdog got triggered.
Replies: 0
Views: 215

esp32 got problem with E (529155) task_wdt: Task watchdog got triggered.

Hi, my problem is same as most task watchdog got triggerd case. 1: My Harmony OS PAD send cmd to ESP32S3(as HOS pad as udp client to esp32 as udp master.): I (523755) WIFI: PagePara=0x06EAFF00,len=19 and then esp32s3 will decode as [0x06 0xEA 0xFF 0x00 ] stm32 will send Request for this data from HO...
by liuDahua
Tue Jun 18, 2024 12:18 pm
Forum: ESP-IDF 中文讨论版
Topic: esp32s3 遇到的Task watchdog got triggered. The following tasks did not reset the watchdog in time故障
Replies: 0
Views: 1279

esp32s3 遇到的Task watchdog got triggered. The following tasks did not reset the watchdog in time故障

代码重现主要是STM32H750给ESP32长期发数据的情况下发生:步骤如下:平板给esp32发数据:PagePara=0x06EAFF00。 esp32解析成功输出[0x06 0xEA 0xFF 0x00 ] stm32H750发来数据:FE 03 00 C8 00 02 51 FA(Modbus) esp32回复stm32H750数据:FE 03 04 06 EA FF 00 95 B0(Modbus) Stm32H750 将长期发送类似下面的数据 FE 10 00 EA 00 06 0C 00 04 A8 5D 00 00 00 2A 00 07 00 4C 7E C1 其中可能还会收到...