60
FWA8408 & FWA8406 User Manual
2. DIO Sample Code: The file MAIN.CPP
//---------------------------------------------------------------------------
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR
// PURPOSE.
//---------------------------------------------------------------------------
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include "NCT5523D.H"
//---------------------------------------------------------------------------
int main (void);
void Dio5Initial(void);
void Dio5SetOutput(unsigned char);
unsigned char Dio5GetInput(void);
void Dio5SetDirection(unsigned char);
unsigned char Dio5GetDirection(void);
//---------------------------------------------------------------------------
int main (void)
{
char SIO;
SIO = Init_NCT5523D();
if (SIO == 0)
{
printf("Can not detect Nuvoton NCT5523D, program abort.\n");
return(1);
}
Dio5Initial();
//for GPIO20..27
Dio5SetDirection(0x0F);
//GP20..23 = input, GP24..27=output
printf("Current DIO direction = 0x%X\n", Dio5GetDirection());
printf("Current DIO status = 0x%X\n", Dio5GetInput());
printf("Set DIO output to high\n");
Dio5SetOutput(0x0F);
printf("Set DIO output to low\n");
Dio5SetOutput(0x00);
return 0;
}
//---------------------------------------------------------------------------
Summary of Contents for FWA8408
Page 1: ...FWA8408 FWA8406 1U Rackmount Network Appliance User s Manual Version 1 0 Aug 2017...
Page 15: ...8 FWA8408 FWA8406 User Manual 1 7 Dimensions Unit mm FWA8408 RPSU...
Page 16: ...General Information FWA8408 FWA8406 User Manual 9 1 Unit mm FWA8408...
Page 17: ...10 FWA8408 FWA8406 User Manual Unit mm FWA8406 RPSU...
Page 18: ...General Information FWA8408 FWA8406 User Manual 11 1 Unit mm FWA8406...
Page 30: ...Hardware Configuration FWA8408 FWA8406 User Manual 23 2 Motherboard MBN800 6L...