Atmel ARM-Based Evaluation Kit AT91SAM9N12-EK AT91SAM9N12-EK Data Sheet

Product codes
AT91SAM9N12-EK
Page of 248
Preface 
xx
Copyright © 2001-2003 ARM Limited. All rights reserved.
ARM DDI0198D
Numbering
<size in bits>’<base><number> 
This is a Verilog method of abbreviating constant numbers. For example:
‘h7B4 is an unsized hexadecimal value.
‘o7654 is an unsized octal value.
8’d9 is an eight-bit wide decimal value of 9.
8’h3F is an eight-bit wide hexadecimal value of 
0x3F
. This is 
equivalent to b00111111.
8’b1111 is an eight-bit wide binary value of b00001111.
Further reading
This section lists publications by ARM Limited, and by third parties.
ARM Limited periodically provides updates and corrections to its documentation. See 
http://www.arm.com
 for current errata sheets, addenda, and the ARM Limited 
Frequently Asked Questions list.
ARM publications
This manual contains information that is specific to the ARM926EJ-S processor. Refer 
to the following documents for other relevant information:
ARM Architecture Reference Manual (ARM DDI 0100)
ARM AMBA Specification (Rev 2.0) (ARM IHI 0001)
ARM926EJ-S Implementation Guide (ARM DII 0015)
ARM926EJ-S Test Chip Implementation Guide (ARM DXI 0131)
ARM9EJ-S Technical Reference Manual (ARM DDI 0222)
Multi-layer AHB Overview (ARM DVI 0045)
ETM9 Technical Reference Manual (ARM DDI 0157).