Software Considerations
http://www.motorola.com/computer/literature 3-75
3
When the tben_en bit is cleared, p1_tben has no effect on any
pin.
p0_tben When the tben_en bit is set, the ERCS_ output pin becomes the
P1_TBEN output pin and it tracks the value on p0_tben. When
p0_tben is 0, the P0_TBEN pin is low and when p1_tben is 1,
the P0_TBEN pin is high.
When the tben_en bit is cleared, p0_tben has no effect on any
pin.
Note that when tben_en is high, L2CLM_ cannot be driven by
an external L2 cache controller and no Exter nal Register Set
devices can be controlled.
Software Considerations
This section contains information that will be useful in programming a
system that uses the Hawk.

Programming ROM/Flash Devices

Those who program devices to be controlled by the Hawk should make
note of the address mapping that is shown in Table 3-3 and in Table 3-4.
For example, when using 8-bit devices, the code will be split so that every
other 4-byte segment goes in each device.

Writing to the Control Registers

Software should not change control register bits that affect SDRAM
operation while SDRAM is being accessed. Because of pipelining,
software should always make sure that the two accesses before and after
the updating of critical bits are not SDRAM accesses.
A possible scenario for trouble would be to execute code out of SDRAM
while updating the critical SDRAM control register bits. The preferred
method is to be executing code out of ROM/Flash and avoiding SDRAM
accesses while updating these bits.