Добавлен watchdog таймер
This commit is contained in:
@@ -66,12 +66,13 @@ void SVC_Handler(void)
|
||||
void PendSV_Handler(void)
|
||||
{
|
||||
}
|
||||
|
||||
#include "iwdg.h"
|
||||
/**
|
||||
* @brief This function handles System tick timer.
|
||||
*/
|
||||
void SysTick_Handler(void)
|
||||
{
|
||||
HAL_IWDG_Refresh(&hiwdg);
|
||||
HAL_IncTick();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user