- 68 -
Appendix
outportb(0x2e, 0xCA); /* Set GPI/O Mode, 0=input, 1=output */
outportb(0x2e+1, 0x0F); /* Set GP-GP0 pin as output */
outportb(0x2e, 0xBA); /* Set GP Pull High, 0=low, 1=Pull-high */
outportb(0x2e+1, 0x0F); /* Set GP-GP0 pin pull high */
outportb(0x2e, 0x02);
outportb(0x2e+1, 0x02); /* init config port finish */
delay(100);
/* End of initial Port, Digital I/O Port address = 299h, 29Ah */
/*
printf(" Ready to Test DIO port ,start after sec. \n");
printf(" sec. \n");
delay(1000);
printf(" sec. \n");
delay(100);
printf(" sec. \n");
delay(1000);
printf(" 2 sec. \n");
delay(1000);
printf(" 1 sec. \n");
delay(1000);
*/
printf(" Set all DIO low. \n");
outportb(0x299,0x00);
outportb(0x29A,0x00);
delay(000);
printf(" Set all DIO High. \n");
outportb(0x299,0x0F);
outportb(0x29A,0x0F);
delay(000);
printf(" Set all DIO low. \n");
outportb(0x299,0x00);
outportb(0x29A,0x00);
delay(000);
printf(" Set all DIO High. \n");
outportb(0x299,0x0F);
outportb(0x29A,0x0F);
delay(000);
/* ************************* */
Summary of Contents for EmCORE-i2702
Page 1: ...EmCORE i2702 3 5 Miniboard User s Manual Version 1 0 2010 10 ...
Page 2: ...This page is intentionally left blank ...
Page 5: ... Introduction 1 Chapter 1 Introduction ...
Page 11: ... Introduction 1 10 Board Dimensions ...
Page 13: ... Installation 2 Chapter 2 Installation Chapter 2 Installation ...
Page 15: ... 11 Installation 2 2 Jumpers and Connectors ...
Page 40: ... 36 BIOS 3 Chapter 3 BIOS ...
Page 50: ... 46 BIOS OnChip IDE Device 3 6 Integrated Peripherals ...
Page 57: ... 53 BIOS 3 9 PC Health Status System Temperature 5V CPU Temperature CPU FAN Speed 3 3V ...
Page 66: ... 62 Appendix 4 Chapter 4 Appendix Chapter 4 Appendix ...