Add Autobox monitoring Watchdog

This commit is contained in:
n.jayaprakash
2024-07-04 23:27:14 +02:00
parent 36e57e5671
commit 20b613b661
8 changed files with 88 additions and 16 deletions

View File

@ -13,6 +13,7 @@
#include "Current_Monitoring.h"
#define RX_STATUS_HEARTBEAT 0xC7
#define RX_STATUS_MSG_ID 0xC8 // new addresses will be given ( 0x C8 , 0xC9 usw)
#define TX_STATUS_MSG_ID 0xC9
#define CUR_CHANNELS_1_ID 0xCA

View File

@ -51,7 +51,7 @@
/*#define HAL_CRYP_MODULE_ENABLED */
/*#define HAL_DAC_MODULE_ENABLED */
/*#define HAL_I2S_MODULE_ENABLED */
/*#define HAL_IWDG_MODULE_ENABLED */
#define HAL_IWDG_MODULE_ENABLED
/*#define HAL_LCD_MODULE_ENABLED */
/*#define HAL_LPTIM_MODULE_ENABLED */
/*#define HAL_RNG_MODULE_ENABLED */