Tcm Programmer's Model - ARM ARM926EJ-S Technical Reference Manual

Table of Contents

Advertisement

5.4

TCM programmer's model

5.4.1
Enabling the ITCM
5.4.2
Enabling the DTCM
5.4.3
Disabling the ITCM
5.4.4
Disabling the DTCM
5.4.5
Cachable and bufferable attributes
ARM DDI0198D
After reset, the behavior of the TCMs is controlled by the state of the TCM Region
Register, CP15 c9.
The ITCM can automatically be enabled at reset using the INITRAM pin. If
INITRAM is held HIGH during system reset, and the VINITHI pin is deasserted, the
ITCM is enabled with the ITCM region base set to
from the ITCM. Boot code must be pre-loaded into the TCM for this to be useful.
If INITRAM is LOW during system reset and the ITCM is disabled, the ITCM can be
enabled by writing to the ITCM Region Register. See TCM Region Register c9 on
page 2-29.
Note
If INITRAM = 1 and VINITHI = 1, the ITCM is enabled at system reset but the
ARM926EJ-S processor boots from
Unlike the ITCM there is no way of automatically enabling the DTCM at reset. The
DTCM can only be enabled by writing to the DTCM Region Register. See TCM Region
Register c9 on page 2-29.
Disable the ITCM by clearing bit 0 of the ITCM Region Register, CP15 c9. This register
must be written using a read-modify-write operation.
Disable the DTCM by clearing bit 0 of the DTCM Region Register, CP15 c9. This
register must be written using a read-modify-write operation.
All MMU page table entries used to map TCM address space must be marked
noncachable. This is required for forward compatibility.
Copyright © 2001-2003 ARM Limited. All rights reserved.
Tightly-Coupled Memory Interface
. This allows boot code to be run
0x0
.
0xFFFF0000
5-19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents