![Freescale Semiconductor MPC5632M Manual Download Page 397](http://html.mh-extra.com/html/freescale-semiconductor/mpc5632m/mpc5632m_manual_2330659397.webp)
MPC563XM Reference Manual, Rev. 1
Freescale Semiconductor
397
Preliminary—Subject to Change Without Notice
13.6
Initialization/Application Information
13.6.1
Booting from External Memory
The EBI block does not support booting directly to external memory (i.e. fetching the first instruction after
reset externally). One common method for an MCU to resemble an external boot with this EBI is to use
an internal Boot Assist Module on the MCU, which fetches the first instruction internally and configures
EBI registers before branching to an external address to "boot" externally. Refer to the device-specific SoC
Guide to see how/if external boot is supported for a particular MCU.
If code in external memory needs to write EBI registers, this must be done in a way that avoids modifying
EBI registers while external accesses are being performed, such as the following method:
•
Copy the code that is doing the register writes (plus a return branch) to internal SRAM
•
Branch to internal SRAM to run this code, ending with a branch back to external flash
13.6.2
Running with SDR (Single Data Rate) Burst Memories
This includes FLASH and SRAM memories with a compatible burst interface. BDIP is required only for
some SDR memories.
shows a block diagram of an MCU connected to a 32-bit SDR burst
memory.
Figure 13-53. MCU Connected to SDR Burst Memory
Refer to
for an example of the timing of a typical Burst Read operation to an SDR burst
memory. Refer to
for an example of the timing of a typical Single Write operation to SDR
memory.
CLKOUT
CK
ADDR[3:29]
A[0:21]
CE
CS0
DATA[0:31]
D[0:31]
TS
BDIP
WE0/BE0
ADV
BAA*
WE**
OE
OE
MCU
* May or may not be connected, depending on the memory used.
SDR Burstable
Flash or SRAM
** Flash memories typically use one WE signal as shown, RAMs use 2 or 4 (16-bit or 32-bit)