17 lines
306 B
C
17 lines
306 B
C
#ifndef __GENERATED_MEM_H
|
|
#define __GENERATED_MEM_H
|
|
|
|
#define ROM_BASE 0x00000000
|
|
#define ROM_SIZE 0x00008000
|
|
|
|
#define SRAM_BASE 0x10000000
|
|
#define SRAM_SIZE 0x00008000
|
|
|
|
#define MAIN_RAM_BASE 0x40000000
|
|
#define MAIN_RAM_SIZE 0x10000000
|
|
|
|
#define ETHMAC_BASE 0xb0000000
|
|
#define ETHMAC_SIZE 0x00002000
|
|
|
|
#endif
|