Добавлена загрузка ячеек ЭМС при запуске и работе.

This commit is contained in:
MaD_CaT
2024-09-23 16:07:01 +03:00
parent 69f4ff7991
commit 342db1aecd
7 changed files with 57001 additions and 55298 deletions

View File

@@ -81,6 +81,12 @@ void Error_Handler(void);
#define ISA_BASE_RD 0x60000000U
#define ISA_BASE_WR 0x60400000U
#define FLASH_BASE_WR 0x08060000U
#define FLASH_BASE_EMS_G 0U
#define FLASH_BASE_KEMS_B 0U
#define FLASH_BASE_EMS_B0 1200U
#define FLASH_BASE_EMS_B1 2400U
#define WORDS_TO_KEMS 60U
/* USER CODE END Private defines */
#ifdef __cplusplus

View File

@@ -80,7 +80,13 @@ enum
ERR_UNKNOW_COMMAND = 255
};
enum
{
PRIBOR_TYPE_PRD = 0,
PRIBOR_TYPE_UF,
PRIBOR_TYPE_DEFAULT,
};
#endif /* INC_PRIBORS_H_ */