| |||
| Home > Developing for ARM Processors > ARM architecture v7-A | |||
This section gives an overview of the RealView tools support for ARMv7-A. Application profiles implement a traditional ARM architecture with multiple modes and support a virtual memory system architecture based on an MMU. These profiles support both ARM and Thumb instruction sets.
Table 2.7. Useful command-line options
| Command-line option | Description |
|---|---|
--cpu=7 | ARMv7 with Thumb-2 only, and without hardware divide[a] |
--cpu=7-A | ARMv7 application profile supporting virtual MMU-based memory systems, with ARM, Thumb, Thumb-2, and Thumb-2EE instruction sets, NEON™ support, and 32-bit SIMD support |
--cpu= | Where
|
[a] ARM v7 is not a recognized ARM architecture. Rather, it denotes the features that are common to all of the ARMv7-A, ARMv7-R, and ARMv7-M architectures. | |