> > Hi Michael > > > > How much flexibility is there in setting the base address using > > strapping etc? Is it limited to a multiple of 4? > > You can just set the base address to any address. Then the following > addresses are used: > base, base + 1, base + 2, base + 3, (base + 4)* O.K, nothing as nice as base = my MOD 4. :-( Andrew