Lines Matching refs:RAM
10 # that loads the internal RAM from the serial port or external ROM.
14 # 2. MC mode, external RAM (serial boot).
16 # 4. MC mode, external ROM, external RAM.
18 # 6. MP mode, external ROM, external RAM.
19 # 7. MP mode, external RAM (dual-port with hosting CPU or external debugger).
30 # In MC mode, TEXT and DATA are copied into RAM by the bootloader.
32 # In MP mode with external ROM, DATA needs to be copied into RAM at boot time.
34 # If there is external RAM it is better to use that and reserve the internal RAM
35 # for data buffers. However, the address of the external RAM needs to be specified.
45 yes) RAM=RAM;
49 *) RAM=EXT0;
55 TEXT_MEMORY=$RAM;
56 DATA_MEMORY=$RAM;
66 RAM0 : org = 0x0809800, len = 0x000400 /* Internal RAM block 0. */
67 RAM1 : org = 0x0809a00, len = 0x000400 /* Internal RAM block 1. */
68 RAM : org = 0x0809800, len = 0x000800 /* Internal RAM. */