Glossary
Glossary-8
Copyright © 2005-2008 ARM Limited. All rights reserved.
ARM DDI 0337G
Non-Confidential
Unrestricted Access
JTAG
See
Joint Test Action Group.
JTAG Debug Port (JTAG-DP)
An optional external interface for the DAP that provides a standard JTAG interface for
debug access.
JTAG-DP
See
JTAG Debug Port.
LE
Little endian view of memory in both byte-invariant and word-invariant systems. See
also Byte-invariant, Word-invariant.
Little-endian
Byte ordering scheme in which bytes of increasing significance in a data word are stored
at increasing addresses in memory.
See also
Big-endian and Endianness.
Little-endian memory
Memory in which:
•
a byte or halfword at a word-aligned address is the least significant byte or
halfword within the word at that address
•
a byte at a halfword-aligned address is the least significant byte within the
halfword at that address.
See also
Big-endian memory.
Load/store architecture
A processor architecture where data-processing operations only operate on register
contents, not directly on memory contents.
Load Store Unit (LSU)
The part of a processor that handles load and store transfers.
LSU
See
Load Store Unit.
Macrocell
A complex logic block with a defined interface and behavior. A typical VLSI system
comprises several macrocells (such as a processor, an ETM, and a memory block) plus
application-specific logic.
Memory coherency
A memory is coherent if the value read by a data read or instruction fetch is the value
that was most recently written to that location. Memory coherency is made difficult
when there are multiple possible physical locations that are involved, such as a system
that has main memory, a write buffer and a cache.
Memory Protection Unit (MPU)
Hardware that controls access permissions to blocks of memory. Unlike an MMU, an
MPU does not modify addresses.