Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Boss lady on 5/26/2024 in #code-review
Resolving FreeRTOS Application Crashes with S/O Checking, Watchdogs, etc.
This can be very frustrating 🫠, But let's see, the current watchdog refresh rate is set to 500ms (pdMS_TO_TICKS(500)) in vTaskWithWatchdog . This refresh frequency might need to be adjusted based on your application's requirements tho. If your tasks take longer than 500ms to complete, the watchdog might trigger a reset too early as in prematurely.
6 replies