Lines Matching refs:mode
7 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM,
8 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0
9 # on the external bus. In MC mode, the on-chip ROM contains a bootloader program
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).
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.