★Slave side setting method :mode;c (RET) E7000 MODE(MD5-0)=xx? 2E(RET) MODE SET (C:CONFIGURATION/U:USER/M:MASTER-SALVE)=X? C(RET) CONFIGURATION WRITE OK?(Y/N)? Y(RET) ★Master side setting E7000 MODE(MD5-0)=xx? 0E(RET)
volatile Uint8 *SMPC_SF =(Uint8 *)0x20100063; /* SMPC status flag */ volatile Uint8 *SMPC_COM =(Uint8 *)0x2010001F; /* SMPC command register */ const Uint8 SMPC_SSHON =0x02; /* SMPC slave SH on command */ const Uint8 SMPC_SSHOFF =0x03; /* SMPC slave SH off command */ void InitSlaveCPU(void) { volatile Uint16 i; /* Set SlaveSH reset state */
Tools used | soft | IBM interface board | |
Master side | E7000PC | IPI.EXE | D000:0000H IRQ11 |
slave side | EVA board | IPI.EXE | D400:0000H IRQ12 |
[386Enh] EMMExclude=D000-D7FF
SET SYS1=C:\SYS1,1B,D0 Master side IPI environment variable → E7000PC system needs to be installed in \SYS1 SET SYS2=C:\SYS2,1B,D4 Slave side IPI environment variable
Tools used | Software used | IBM interface board (DSW)< /TH> | ||
---|---|---|---|---|
Address (1~5) | Interrupt level (6~7) | |||
Master side | E7000PC | GUISH.EXE | D000:0000H | IRQ11 |
Slave side | E7000PC | IPI.EXE | D400:0000H | IRQ12 |
--------------------------------------------- [386Enh] EMMExclude=D000-D7FF ---------------------------------------------
In the connection example, the settings are as follows.
--------------------------------------------- SET GUISHPATH=C:\GUISH GUISH environment variables SET E7000SYS=C:\SYS2,IB,D4 IPI environment variables-------------------------------------- --------------------
Click the E7000PC icon in the GUISH group of MS-Windows.
GUISH will start and connect to the E7000PC.
The E7000 monitor menu will be displayed in the command area of GUISH, so enter "S" or "R" to load the E7000PC system program. When the E7000PC prompt: appears, start the slave side.
After starting the DOS prompt of the main group of MS-Windows, start IPI and connect to the E7000PC as shown below.
--------------------------------------------- C:\> IPI(RET) ---------------------------------------------
In the E7000 monitor menu, enter "S" or "R" to load the E7000PC system program.