mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 06:00:17 +00:00
13 lines
243 B
C
13 lines
243 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 0x00001000
|
|
|
|
#define MAIN_RAM_BASE 0x40000000
|
|
#define MAIN_RAM_SIZE 0x00800000
|
|
|
|
#endif
|