#include "board.h"
Go to the source code of this file.
Defines | |
#define | SDRAM_BA0 (1 << 20) |
#define | SDRAM_BA1 (1 << 21) |
Functions | |
uint32_t | BOARD_SdramValidation (uint32_t baseAddr, uint32_t size) |
void | BOARD_ConfigureSdram (void) |
Configures the EBI for SDRAM (IS42S16100E-7B) access. |
Implementation of memories configuration on board.
Definition in file board_memories.c.