output port at 0f100 hex
program and data from 1000 through 3fff hex
Suppose that the only thing that exists in your target system at this time
are input and output ports and some control logic; no memory is
available. You can reflect this by mapping the I/O ports to target
system memory space and the rest of memory to emulation memory
space. Type the following commands:
R> map 0f000..0f100 tram
R> map 1000..3fff eram
R> map
# remaining number of terms : 14
# remaining emulation memory : 7e800h bytes
map 001000..003fff eram # term 1
map 00f000..00f1ff tram # term 2
map other tram
As you can see, the mapper rounded up the second term to 512 bytes
block, since those are minimum size blocks supported by the H8/3003
emulator.
Note
When you use the internal ROM, you must map that area to emulation
memory. When you power on the emulator, all memory space except
internal RAM is mapped to target RAM. Therefore, if you don’t map
internal ROM properly, you cannot access that area.
4-16 Configuring the Emulator
Содержание H8/3003
Страница 2: ......
Страница 12: ...Figure 1 1 HP 64784 Emulator for the H8 3003 1 2 Introduction to the H8 3003 Emulator ...
Страница 56: ...Notes 2 36 Getting Started ...
Страница 63: ...Figure 3 3 Installing the PGA adaptor 3001 mode 3 4 3 7 In Circuit Emulation ...
Страница 64: ...Figure 3 4 Installing the PGA adaptor 3004 5 mode 3 3 8 In Circuit Emulation ...
Страница 82: ...Target System Interface ø RES STBY NMI MD0 2 3 26 In Circuit Emulation ...
Страница 83: ... RESO P1 P2 P5 A0 23 P3 P4 D0 15 3 27 In Circuit Emulation ...
Страница 84: ...P6 P8 P9 PA PB PC 3 28 In Circuit Emulation ...
Страница 85: ...P7 AVcc Vref AVss 3 29 In Circuit Emulation ...
Страница 105: ...Notes 4 20 Configuring the Emulator ...
Страница 107: ...CONFIG_ITEMS Summary H8 3003 emulator configuration items Syntax A 2 H8 3003 Emulator Specific Command Syntax ...
Страница 121: ...Notes A 16 H8 3003 Emulator Specific Command Syntax ...