Appendix A – Watchdog Timer Programming
51
COM
E
xp
res
s Mo
du
le
Nan
oC
O
M
-AP
L
************************************************************************************
// Embedded BRAM relative definition (Please reference to Table 1)
#define byte EcBRAMIndex //This parameter is represented from Note1
#define byte EcBRAMData //This parameter is represented from Note2
#define byte BRAMLDNReg //This parameter is represented from Note3
#define byte BRAMFnDataReg //This parameter is represented from Note4
#define void EcBRAMWriteByte(byte Offset, byte Value);
#define byte EcBRAMReadByte(byte Offset);
#define void IOWriteByte(byte Offset, byte Value);
#define byte IOReadByte(byte Offset);
// Watch Dog relative definition (Please reference to Table 2)
#define byte TimerReg //This parameter is represented from Note5
#define byte TimerVal // This parameter is represented from Note10
#define byte UnitReg //This parameter is represented from Note6
#define byte UnitBit //This parameter is represented from Note7
#define byte UnitVal //This parameter is represented from Note11
#define byte RSTReg //This parameter is represented from Note8
#define byte RSTBit //This parameter is represented from Note9
#define byte RSTVal //This parameter is represented from Note12
************************************************************************************
Summary of Contents for Aaeon NanoCOM-APL
Page 1: ...Last Updated February 26 2018 NanoCOM APL COM Express Module User s Manual 1st Ed ...
Page 13: ...COM Express Module NanoCOM APL Chapter 1 Chapter 1 Product Specifications ...
Page 16: ...COM Express Module NanoCOM APL Chapter 2 Chapter 2 Hardware Information ...
Page 26: ...COM Express Module NanoCOM APL Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 29: ...Chapter 3 AMI BIOS Setup 17 COM Express Module NanoCOM APL 3 3 Setup submenu Main ...
Page 30: ...Chapter 3 AMI BIOS Setup 18 COM Express Module NanoCOM APL 3 4 Setup submenu Advanced ...
Page 41: ...Chapter 3 AMI BIOS Setup 29 COM Express Module NanoCOM APL 3 4 6 Advanced SIO Configuration ...
Page 47: ...Chapter 3 AMI BIOS Setup 35 COM Express Module NanoCOM APL 3 5 Setup submenu Chipset ...
Page 52: ...Chapter 3 AMI BIOS Setup 40 COM Express Module NanoCOM APL 3 5 2 Chipset South Bridge ...
Page 58: ...COM Express Module NanoCOM APL Chapter 4 Chapter 4 Drivers Installation ...
Page 61: ...COM Express Module NanoCOM APL Appendix A Appendix A Watchdog Timer Programming ...
Page 67: ...COM Express Module NanoCOM APL Appendix B Appendix B I O Information ...
Page 68: ...Appendix B I O Information 56 COM Express Module NanoCOM APL B 1 I O Address Map ...
Page 69: ...Appendix B I O Information 57 COM Express Module NanoCOM APL B 2 Memory Address Map ...
Page 70: ...Appendix B I O Information 58 COM Express Module NanoCOM APL B 3 IRQ Mapping Chart ...
Page 71: ...COM Express Module NanoCOM APL Appendix C Appendix C Programming Digital I O ...