Go to the source code of this file.
Defines | |
#define | NUTMEM_SIZE 4096 |
Number of bytes available in fast data memory. | |
#define | NUTMEM_START 0x100 |
First address of fast data memory. | |
#define | NUTMEM_RESERVED 64 |
Number of bytes reserved for special purposes. | |
#define | NUTXMEM_SIZE 28416 |
Number of bytes available in extended data memory. | |
#define | NUTXMEM_START 0x1100 |
#define | NUTBANK_COUNT 0 |
Number of memory banks. | |
#define | NUTBANK_START 0x8000 |
Start address of memory banks. | |
#define | NUTBANK_SIZE 0x4000 |
Size of a single memory bank. | |
#define | NUTBANK_SR 0xFF00 |
Address of the bank select register. |
Values can be changed by the configurator.
Definition in file memory.h.
#define NUTBANK_COUNT 0 |
#define NUTBANK_SIZE 0x4000 |
#define NUTBANK_SR 0xFF00 |
#define NUTBANK_START 0x8000 |
#define NUTMEM_RESERVED 64 |
#define NUTMEM_SIZE 4096 |
Number of bytes available in fast data memory.
On most platforms this value specifies the total number of bytes available in RAM.
On Harvard architectures this value specifies the size of the data memory. It will be occupied by global variables and static data. Any remaining space will be added to the Nut/OS heap during system initialization.
#define NUTMEM_START 0x100 |
#define NUTXMEM_SIZE 28416 |