Question
configuring watchdog for freertos
Posted on July 07, 2014 at 14:52
how to configure watchdog timer for the freertos in stm32l152cb MCU, the freertos has 3 tasks running. when to update the WWDG counter, in the st example wwdg counter is updated in a while loop every 50ms . but how to do that in freertos in which multiple tasks are running in while loop.