★ INDEX | Back (STN-28)
★ Slave 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 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 the reset state of SlaveSH * /
| Tools used | soft | IBM interface board | |
| Master side | E7000PC | IPI.EXE | D000: 0000H IRQ11 |
| Slave side | EVA board | IPI.EXE | D400: 0000H IRQ12 |
SET SYS1 = C: \ SYS1,1B, D0 It is necessary to install the E7000PC system in the environment variable of IPI on the master side → \ SYS1. SET SYS2 = C: \ SYS2,1B, D4 Slave side IPI environment variables
In the connection example, the settings are as follows.
--------------------------------------------- SET GUISH PATH = C: \ GUISH GUISH environment variable SET E7000SYS = C: \ SYS2, IB, D4 IPI environment variable -------------- --------------------
--------------------------------------------- C: \> IPI (RET) ---------------------------------------------
In the E7000 monitor menu, enter "S" or "R" to load the system program of the E7000PC.
★ INDEX | Back (STN-28)