Motorola MVME162 manual Multiprocessor Support, Multiprocessor Control Register Mpcr Method

Models: MVME162

1 136
Download 136 pages 13.5 Kb
Page 81
Image 81

Multiprocessor Support

Multiprocessor Support

The MVME162 dual-port RAM feature makes the shared RAM available to remote processors as well as to the local processor. This can be done by either of the following two methods. Either method can be enabled/disabled by the ENV command as its Remote Start Switch Method (refer to Appendix A).

3

Multiprocessor Control Register (MPCR) Method

A remote processor can initiate program execution in the local MVME162 dual-port RAM by issuing a remote GO command using the Multiprocessor Control Register (MPCR). The MPCR, located at shared RAM location of $800 offset from the base address the debugger loads it at, contains one of two longwords used to control communication between processors. The MPCR contents are organized as follows:

$800

*

N/A N/A N/A (MPCR)

The status codes stored in the MPCR are of two types:

Status returned (from the monitor)

Status set (by the bus master)

The status codes that may be returned from the monitor are:

HEX

0

(HEX 00)

--

Wait. Initialization not yet complete.

ASCII

E

(HEX 45)

-

Code pointed to by the MPAR address is executing.

ASCII

P

(HEX 50)

-

Program Flash Memory. The MPAR is set to the

 

 

 

 

address of the Flash memory program control packet.

ASCII

R

(HEX 52)

-

Ready. The firmware monitor is watching for a change.

You can only program Flash memory by the MPCR method. Refer to the

.PFLASH system call in the MVME162Bug Debugging Package User’s Manual for a description of the Flash memory program control packet structure.

The status codes that may be set by the bus master are:

ASCII

G

(HEX 47)

--

Use Go Direct (GD) logic specifying the MPAR address.

ASCII

B

(HEX 42)

--

Install breakpoints using the Go (G) logic.

MVME162IG/D2

3-19

Page 81
Image 81
Motorola MVME162 manual Multiprocessor Support, Multiprocessor Control Register Mpcr Method