Appendix A – Watchdog Timer Programming
57
COM
E
xp
res
s Mo
du
le
Nan
oC
O
M
-T
G
U
************************************************************************************
// 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-TGU
Page 1: ...Last Updated November 23 2021 NanoCOM TGU COM Express Module User s Manual 2nd Ed ...
Page 13: ...COM Express Module NanoCOM TGU Chapter 1 Chapter 1 Product Specifications ...
Page 16: ...COM Express Module NanoCOM TGU Chapter 2 Chapter 2 Hardware Information ...
Page 17: ...Chapter 2 Hardware Information 5 COM Express Module NanoCOM TGU 2 1 Dimensions ...
Page 18: ...Chapter 2 Hardware Information 6 COM Express Module NanoCOM TGU ...
Page 24: ...Chapter 2 Hardware Information 12 COM Express Module NanoCOM TGU 2 3 Function Block Diagram ...
Page 25: ...COM Express Module NanoCOM TGU Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 28: ...Chapter 3 AMI BIOS Setup 16 COM Express Module NanoCOM TGU 3 3 Setup Submenu Main ...
Page 29: ...Chapter 3 AMI BIOS Setup 17 COM Express Module NanoCOM TGU 3 4 Setup Submenu Advanced ...
Page 34: ...Chapter 3 AMI BIOS Setup 22 COM Express Module NanoCOM TGU 3 4 4 On Module H W Monitor ...
Page 38: ...Chapter 3 AMI BIOS Setup 26 COM Express Module NanoCOM TGU 3 4 5 PCH FW Configuration ...
Page 44: ...Chapter 3 AMI BIOS Setup 32 COM Express Module NanoCOM TGU 3 5 Setup Submenu System I O ...
Page 62: ...Chapter 3 AMI BIOS Setup 50 COM Express Module NanoCOM TGU 3 8 Setup Submenu Save Exit ...
Page 63: ...COM Express Module NanoCOM TGU Chapter 4 Chapter 4 Drivers Installation ...
Page 67: ...COM Express Module NanoCOM TGU Appendix A Appendix A Watchdog Timer Programming ...
Page 73: ...COM Express Module NanoCOM TGU Appendix B Appendix B I O Information ...
Page 74: ...Appendix B I O Information 62 COM Express Module NanoCOM TGU B 1 I O Address Map ...
Page 75: ...Appendix B I O Information 63 COM Express Module NanoCOM TGU ...
Page 76: ...Appendix B I O Information 64 COM Express Module NanoCOM TGU B 2 Memory Address Map ...
Page 77: ...Appendix B I O Information 65 COM Express Module NanoCOM TGU B 3 Large Memory Address Map ...
Page 78: ...Appendix B I O Information 66 COM Express Module NanoCOM TGU B 4 IRQ Mapping Chart ...
Page 79: ...Appendix B I O Information 67 COM Express Module NanoCOM TGU ...
Page 80: ...Appendix B I O Information 68 COM Express Module NanoCOM TGU ...
Page 81: ...Appendix B I O Information 69 COM Express Module NanoCOM TGU ...
Page 82: ...Appendix B I O Information 70 COM Express Module NanoCOM TGU ...
Page 83: ...Appendix B I O Information 71 COM Express Module NanoCOM TGU ...
Page 84: ...Appendix B I O Information 72 COM Express Module NanoCOM TGU ...
Page 85: ...Appendix B I O Information 73 COM Express Module NanoCOM TGU ...
Page 86: ...Appendix B I O Information 74 COM Express Module NanoCOM TGU ...
Page 87: ...Appendix B I O Information 75 COM Express Module NanoCOM TGU ...
Page 88: ...Appendix B I O Information 76 COM Express Module NanoCOM TGU ...
Page 89: ...COM Express Module NanoCOM TGU Appendix C Appendix C Programming Digital I O ...