Search found 1 match

by brianC
Wed Mar 23, 2022 10:12 am
Forum: ESP-IDF
Topic: Please help: Unexpected reboot only with "PRO CPU has been reset by WDT" warning
Replies: 5
Views: 9198

Please help: Unexpected reboot only with "PRO CPU has been reset by WDT" warning

Hi, I am fairly new to ESP-IDFand ESP32. I am trying to receive UART packets of 34 bytes at 500Hz with 230400 braud rate. In the Uart RX thread, I also do a bit of data manipulation to make sure that correct data frame can be sent to another thread. The logic is working and I can get correct data fr...