Each 8520 has 16 registers that you may read or write. Here is the list of registers and the access address of each within the memory space dedicated to the 8520: Register RS3 RS2 RS1 RS0 #(hex) NAME MEANING ----------------------------------------------------------------- 0 0 0 0 0 pra peripheral data register a 0 0 0 1 1 prb peripheral data register b 0 0 1 0 2 ddra Data direction register a 0 0 1 1 3 ddrb direction register b 0 1 0 0 4 talo timer a low register 0 1 0 1 5 tahi timer a high register 0 1 1 0 6 tblo timer b low register 0 1 1 1 7 tbhi timer b high register 1 0 0 0 8 todlow event lsb 1 0 0 1 9 todmid event 8-15 1 0 1 0 A todhi event msb 1 0 1 1 B No connect 1 1 0 0 C sdr serial data register 1 1 0 1 D icr interrupt control register 1 1 1 0 E cra control register a 1 1 1 1 F crb control register b -----------------------------------------------------------------