This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LC4357: Example of configuration watchdog with FreeRTOS

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Hello,

I am currently working with the watchdog module  through a freeRTOS System. In the main I initialize and enable watchdog using dwdInit() and dwdCounterEnable. Then in a task I reset the watchdog, but when I test this with a infinity loop in an other task  the watchdog does not work. Are there any examples for using a watchdog with FreeRTOS?.

Thanks in advance.