Настройка внешнего интерфейса чтения/записи SRAM. Настройка шины адреса.

This commit is contained in:
MaD_CaT
2024-09-04 09:00:45 +03:00
parent 73818f09ef
commit 1bcc48e71b
9 changed files with 44222 additions and 27345 deletions

View File

@@ -58,8 +58,8 @@ void Error_Handler(void);
/* Private defines -----------------------------------------------------------*/
/* USER CODE BEGIN Private defines */
#define ISA_BASE_RD 0x20000U
#define ISA_BASE_WR 0U
#define ISA_BASE_RD 0x60000000U
#define ISA_BASE_WR 0x60200000U
/* USER CODE END Private defines */
#ifdef __cplusplus
@@ -67,5 +67,3 @@ void Error_Handler(void);
#endif
#endif /* __MAIN_H */