Lines Matching refs:external
9 # on the external bus. In MC mode, the on-chip ROM contains a bootloader program
10 # that loads the internal RAM from the serial port or external ROM.
13 # 1. MC mode, no external memory (serial boot).
14 # 2. MC mode, external RAM (serial boot).
15 # 3. MC mode, external ROM.
16 # 4. MC mode, external ROM, external RAM.
17 # 5. MP mode, external ROM.
18 # 6. MP mode, external ROM, external RAM.
19 # 7. MP mode, external RAM (dual-port with hosting CPU or external debugger).
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.