Question
independant wdogtimer and multithreads
Posted on July 06, 2018 at 09:17
hello , i have a software with three threads (frtos ;multi threads);
i need to add independant watchdogtimer incase my software bugs to keep it running ;
for that :ill add
HAL_IWDG_Refresh(&hiwdg);//put counter to zero to not reach timout
at the beginning of each while loop
