Настройка внешнего интерфейса чтения/записи SRAM. Настройка шины адреса.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user