Добавлен watchdog таймер

This commit is contained in:
2025-03-04 09:39:24 +03:00
parent 324c26e559
commit a5a14679f3
8 changed files with 183 additions and 39 deletions

View File

@@ -25,6 +25,7 @@
#include "gpio.h"
#include "tim.h"
#include "usart.h"
#include "iwdg.h"
#include "pch_sensors.h"
#include "rs_message.h"
@@ -49,6 +50,7 @@ int main(void)
/* System clock configuration */
APP_SystemClockConfig();
MX_IWDG_Init();
MX_GPIO_Init();
MX_TIM1_Init();
MX_TIM14_Init();