
- •1 About this document
- •1.1 Typographical conventions
- •1.2 List of abbreviations for registers
- •Figure 1. STM32 Cortex®-M7 implementation processor
- •1.3.1 System level interface
- •1.3.2 Integrated configurable debug
- •2 The Cortex-M7 processor
- •2.1 Programmers model
- •2.1.1 Processor mode and privilege levels for software execution
- •2.1.2 Stacks
- •2.1.3 Core registers
- •Figure 2. Processor core registers
- •Table 2. Core register set summary
- •Figure 3. APSR, IPSR and EPSR bit assignments
- •Table 3. PSR register combinations
- •Table 4. APSR bit assignments
- •Table 5. IPSR bit assignments
- •Table 6. EPSR bit assignments
- •Figure 4. PRIMASK bit assignments:
- •Table 7. PRIMASK register bit assignments
- •Figure 5. FAULTMASK bit assignments
- •Table 8. FAULTMASK register bit assignments
- •Figure 6. BASEPRI bit assignments
- •Table 9. BASEPRI register bit assignments
- •Figure 7. Control bit assignments
- •2.1.4 Exceptions and interrupts
- •2.1.5 Data types
- •2.1.6 The Cortex Microcontroller Software Interface Standard (CMSIS)
- •Table 11. STM32F746xx/STM32F756xx Cortex®-M7 configuration
- •Table 12. STM32F76xxx/STM32F77xxx Cortex®-M7 configuration
- •Table 13. STM32F72xxx/STM32F73xxx Cortex®-M7 configuration
- •Table 14. STM32H7 Series Cortex®-M7 configuration
- •2.3 Memory model
- •Figure 8. Processor memory map
- •2.3.1 Memory regions, types and attributes
- •2.3.2 Memory system ordering of memory accesses
- •Table 15. Ordering of memory accesses
- •2.3.3 Behavior of memory accesses
- •Table 16. Memory access behavior
- •Table 17. Memory region shareability and cache policies
- •2.3.4 Software ordering of memory accesses
- •2.3.5 Memory endianness
- •Figure 9. Little-endian format
- •2.3.6 Synchronization primitives
- •2.3.7 Programming hints for the synchronization primitives
- •Table 18. CMSIS functions for exclusive access instructions
- •2.4 Exception model
- •2.4.1 Exception states
- •2.4.2 Exception types
- •2.4.3 Exception handlers
- •2.4.4 Vector table
- •Figure 10. Vector table
- •2.4.5 Exception priorities
- •2.4.6 Interrupt priority grouping
- •2.4.7 Exception entry and return
- •Figure 11. Exception stack frame
- •Table 20. Exception return behavior
- •2.5 Fault handling
- •2.5.1 Fault types
- •2.5.2 Fault escalation and hard faults
- •2.5.3 Synchronous and Asynchronous bus faults
- •2.5.4 Fault status registers and fault address registers
- •Table 22. Fault status and fault address registers
- •2.5.5 Lockup
- •2.6 Power management
- •2.6.1 Entering sleep mode
- •2.6.2 Wakeup from sleep mode
- •2.6.3 The external event input
- •2.6.4 Power management programming hints
- •3 The Cortex-M7 instruction set
- •3.1 Instruction set summary
- •3.1.1 Binary compatibility with other Cortex processors
- •3.2 CMSIS functions
- •Table 24. CMSIS functions to generate some Cortex®-M7 processor instructions
- •Table 25. CMSIS functions to access the special registers
- •3.3 About the instruction descriptions
- •3.3.1 Operands
- •3.3.2 Restrictions when using PC or SP
- •3.3.3 Flexible second operand
- •3.3.4 Shift operations
- •Figure 12. ASR
- •Figure 13. LSR
- •Figure 14. LSL
- •Figure 15. ROR
- •Figure 16. RRX
- •3.3.5 Address alignment
- •3.3.7 Conditional execution
- •Table 26. Condition code suffixes
- •3.3.8 Instruction width selection
- •3.4 Memory access instructions
- •Table 27. Memory access instructions
- •3.4.2 LDR and STR, immediate offset
- •Table 28. Offset ranges
- •3.4.3 LDR and STR, register offset
- •3.4.4 LDR and STR, unprivileged
- •Table 29. Offset ranges
- •3.4.8 PUSH and POP
- •3.4.9 LDREX and STREX
- •3.4.10 CLREX
- •3.5 General data processing instructions
- •3.5.7 MOVT
- •3.5.8 REV, REV16, REVSH, and RBIT
- •3.5.9 SADD16 and SADD8
- •3.5.10 SHADD16 and SHADD8
- •3.5.11 SHASX and SHSAX
- •3.5.12 SHSUB16 and SHSUB8
- •3.5.13 SSUB16 and SSUB8
- •3.5.14 SASX and SSAX
- •3.5.16 UADD16 and UADD8
- •3.5.17 UASX and USAX
- •3.5.18 UHADD16 and UHADD8
- •3.5.19 UHASX and UHSAX
- •3.5.20 UHSUB16 and UHSUB8
- •3.5.22 USAD8
- •3.5.23 USADA8
- •3.5.24 USUB16 and USUB8
- •3.6 Multiply and divide instructions
- •3.6.2 UMULL, UMAAL, UMLAL
- •3.6.3 SMLA and SMLAW
- •3.6.4 SMLAD
- •3.6.5 SMLAL and SMLALD
- •3.6.6 SMLSD and SMLSLD
- •3.6.7 SMMLA and SMMLS
- •3.6.8 SMMUL
- •3.6.9 SMUAD and SMUSD
- •3.6.10 SMUL and SMULW
- •3.6.11 UMULL, UMLAL, SMULL, and SMLAL
- •3.6.12 SDIV and UDIV
- •3.7 Saturating instructions
- •Table 32. Saturating instructions
- •3.7.1 SSAT and USAT
- •3.7.2 SSAT16 and USAT16
- •3.7.3 QADD and QSUB
- •3.7.4 QASX and QSAX
- •3.7.5 QDADD and QDSUB
- •3.7.6 UQASX and UQSAX
- •3.7.7 UQADD and UQSUB
- •3.8 Packing and unpacking instructions
- •Table 33. Packing and unpacking instructions
- •3.8.1 PKHBT and PKHTB
- •3.8.3 SXTA and UXTA
- •3.9 Bit field instructions
- •Table 34. Packing and unpacking instructions
- •3.9.2 SBFX and UBFX
- •3.10 Branch and control instructions
- •Table 35. Branch and control instructions
- •Table 36. Branch ranges
- •3.10.2 CBZ and CBNZ
- •3.11.1 VABS
- •3.11.2 VADD
- •3.11.3 VCMP, VCMPE
- •3.11.6 VCVTB, VCVTT
- •3.11.7 VDIV
- •3.11.8 VFMA, VFMS
- •3.11.9 VFNMA, VFNMS
- •3.11.10 VLDM
- •3.11.11 VLDR
- •3.11.12 VMLA, VMLS
- •3.11.13 VMOV immediate
- •3.11.14 VMOV register
- •3.11.15 VMOV scalar to Arm core register
- •3.11.19 VMOV Arm core register to scalar
- •3.11.20 VMRS
- •3.11.21 VMSR
- •3.11.22 VMUL
- •3.11.23 VNEG
- •3.11.24 VNMLA, VNMLS, VNMUL
- •3.11.25 VPOP
- •3.11.26 VPUSH
- •3.11.27 VSQRT
- •3.11.28 VSTM
- •3.11.29 VSTR
- •3.11.30 VSUB
- •3.11.31 VSEL
- •3.11.32 VMAXNM, VMINNM
- •3.11.33 VCVTA, VCVTN, VCVTP, VCVTM
- •3.11.34 VRINTR, VRINTX
- •3.11.35 VRINTA, VRINTN, VRINTP, VRINTM, VRINTZ
- •3.12 Miscellaneous instructions
- •Table 38. Miscellaneous instructions
- •3.12.1 BKPT
- •4 Cortex-M7 peripherals
- •Table 39. Core peripheral register regions
- •4.2 Nested Vectored Interrupt Controller
- •Table 40. NVIC register summary
- •Table 41. CMSIS access NVIC functions
- •Figure 17. ISER bit assignments
- •Table 42. ISER bit assignments
- •Figure 18. ICER bit assignment
- •Table 43. ICER bit assignments
- •Figure 19. ISPR bit assignments
- •Table 44. ISPR bit assignments
- •Figure 20. ICPR bit assignments
- •Table 45. ICPR bit assignments
- •4.2.6 Interrupt active bit registers
- •Figure 21. IABR bit assignments
- •Table 46. IABR bit assignments
- •4.2.7 Interrupt priority registers
- •Figure 22. IPR bit assignments
- •Table 47. IPR bit assignments
- •4.2.8 Software trigger interrupt register
- •Figure 23. STIR bit assignments
- •Table 48. STIR bit assignments
- •4.2.10 NVIC design hints and tips
- •Table 49. CMSIS functions for NVIC control
- •4.3 System control block
- •Table 50. Summary of the system control block registers
- •4.3.1 Auxiliary control register
- •Figure 24. ACTLR bit assignments
- •Table 51. ACTLR bit assignments
- •4.3.2 CPUID base register
- •Figure 25. CPUID bit assignments
- •Table 52. CPUID bit assignments
- •4.3.3 Interrupt control and state register
- •Figure 26. ICSR bit assignments
- •4.3.4 Vector table offset register
- •Figure 27. VTOR bit assignments
- •Table 54. VTOR bit assignments
- •4.3.5 Application interrupt and reset control register
- •Figure 28. AIRCR bit assignments
- •Table 55. AIRCR bit assignments
- •4.3.6 System control register
- •Figure 29. SCR bit assignments:
- •4.3.7 Configuration and control register
- •Figure 30. CCR bit assignments
- •4.3.8 System handler priority registers
- •Table 59. System fault handler priority fields
- •Figure 31. SHPR1 bit assignements
- •Table 60. SHPR1 register bit assignments
- •Figure 32. SHPR2 bit assignments
- •Table 61. SHPR2 register bit assignments
- •Figure 33. SHPR3 bit assignments
- •Table 62. SHPR3 register bit assignments
- •4.3.9 System handler control and state register
- •Figure 34. SHCSR bit assignments
- •4.3.10 Configurable fault status register
- •Figure 35. CFSR bit assignments
- •Figure 36. MMFSR bit assignments
- •Figure 37. BFSR bit assignments
- •Table 65. BFSR bit assignments
- •Figure 38. UFSR bit assignments
- •4.3.11 HardFault status register
- •Figure 39. HFSR bit assignments
- •Table 67. HFSR bit assignments
- •4.3.12 MemManage fault address register
- •Table 68. MMFAR bit assignments
- •4.3.13 BusFault address register
- •Table 69. BFAR bit assignments
- •4.3.14 System control block design hints and tips
- •Table 70. CMSIS function for system control
- •4.4 System timer, SysTick
- •Table 71. System timer registers summary
- •4.4.1 SysTick control and status register
- •Figure 40. SysTick SYST_CSR bit assignments
- •Table 72. SysTick SYST_CSR bit assignments
- •4.4.2 SysTick reload value register
- •Figure 41. SYST_RVR bit assignments
- •Table 73. SYST_RVR bit assignments
- •4.4.3 SysTick current value register
- •Figure 42. SYST_CVR bit assignments:
- •Table 74. SYST_CVR bit assignments
- •4.4.4 SysTick calibration value register
- •Figure 43. SYST_CALIB bit assignments
- •Table 75. SYST_CALIB bit assignments
- •4.4.5 SysTick design hints and tips
- •Table 76. CMSIS functions for SysTick control
- •4.5 Processor features
- •Table 77. Identification space summary
- •4.5.1 Cache level ID register
- •Figure 44. CLIDR bit assignments
- •4.5.2 Cache type register
- •Figure 45. CTR bit assignments
- •4.5.3 Cache size ID register
- •Figure 46. CCSIDR bit assignments
- •Table 80. CCSIDR bit assignments
- •Table 81. CCSIDR encodings
- •4.5.4 Cache size selection register
- •Figure 47. CSSELR bit assignments
- •Table 82. CSSELR bit assignments
- •4.6 Memory protection unit
- •Table 84. MPU registers summary
- •4.6.1 MPU type register
- •Figure 48. TYPE bit assignments
- •Table 85. TYPE bit assignments
- •4.6.2 MPU control register
- •Figure 49. MPU_CTRL bit assignments
- •Table 86. MPU_CTRL bit assignments
- •4.6.3 MPU region number register
- •Figure 50. MPU_RNR bit assignments
- •Table 87. MPU_RNR bit assignments
- •4.6.4 MPU region base address register
- •Figure 51. MPU_RBAR bit assignments:
- •Table 88. MPU_RBAR bit assignments
- •4.6.5 MPU region attribute and size register
- •Figure 52. MPU_RASR bit assignments
- •Table 89. MPU_RASR bit assignments
- •Table 90. Example SIZE field values
- •4.6.6 MPU access permission attributes
- •Table 92. Cache policy for memory attribute encoding
- •Table 93. AP encoding
- •4.6.7 MPU mismatch
- •4.6.8 Updating an MPU region
- •Figure 53. Example of disabling subregion
- •4.6.9 MPU design hints and tips
- •Table 94. Cortex®-M7 floating-point system registers
- •4.7.1 Coprocessor access control register
- •Figure 54. CPACR bit assignments
- •Table 95. CPACR bit assignments
- •Figure 55. FPCCR bit assignments
- •Figure 56. FPCAR bit assignments
- •Table 97. FPCAR bit assignments
- •Figure 57. FPSCR bit assignments
- •Figure 58. FPDSCR bit assignments
- •4.7.6 Enabling the FPU
- •4.7.7 Enabling and clearing FPU exception interrupts
- •4.8 Cache maintenance operations
- •Table 100. Cache maintenance space register summary
- •4.8.1 Full instruction cache operation
- •4.8.2 Instruction and data cache operations by address
- •Table 101. Cache operation registers bit assignments
- •Figure 59. Cache operation bit assignments
- •Table 102. Cache operations by set-way bit assignments
- •Table 103. CMSIS access cache maintenance operations
- •4.8.6 Faults handling considerations
- •4.8.7 Cache maintenance design hints and tips
- •4.9 Access control
- •Table 104. Access control register summary
- •Figure 60. ITCMR and DTCMR bit assignments
- •Table 105. ITCMCR and DTCMCR bit assignments
- •4.9.2 AHBP control register
- •Figure 61. AHBPCR bit assignments
- •Table 106. AHBPCR bit assignments
- •4.9.3 Auxiliary cache control register
- •Figure 62. CACR bit assignments
- •Table 107. CACR bit assignments
- •4.9.4 AHB slave control register
- •Figure 63. AHBSCR bit assignments
- •4.9.5 Auxiliary bus fault status register
- •Figure 64. ABFSR bit assignments
- •5 Revision history
- •Table 110. Document revision history

The Cortex-M7 processor |
|
|
PM0253 |
|
|
|
|
|
|
|
Table 1. Summary of processor mode, execution privilege level, and stack use |
|||
|
|
|
options |
|
|
Processor mode |
Used to execute |
Privilege level for |
Stack used |
|
software execution |
|||
|
|
|
|
|
|
|
|
|
|
|
Thread |
Applications |
Privileged or unprivileged(1) |
Main stack or process stack(1) |
|
Handler |
Exception handlers |
Always privileged |
Main stack |
|
|
|
|
|
1. See CONTROL register on page 27.
2.1.3Core registers
The processor core registers are
Figure 2. Processor core registers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Low registers |
|
|
R3 |
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R5 |
|
General-purpose |
|
|
|
||||||
|
|
|
|
|
|
|
|
|
|
|||||
|
|
|
R6 |
|
|
|
||||||||
|
|
|
|
registers |
|
|
|
|||||||
|
|
|
|
|
|
|
|
|
|
|||||
|
|
|
R7 |
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R8 |
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
R9 |
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|||
High registers |
|
R10 |
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|||
|
|
R11 |
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|||
|
|
R12 |
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stack Pointer |
|
|
|
|
|
|
|
PSP‡ |
|
|
|
MSP‡ |
|
‡Banked version of SP |
|
SP (R13) |
|||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Link Register |
|
LR (R14) |
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
||
Program Counter |
PC (R15) |
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
|
|
PSR |
|
Program status register |
|
|||||||||
|
|
|
|
|
|
|
|
|||||||
|
PRIMASK |
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
||||||||||
|
FAULTMASK |
|
Exception mask registers |
Special registers |
||||||||||
|
BASEPRI |
|
|
|
|
|
|
|
|
|
||||
|
|
|
CONTROL register |
|
|
|
||||||||
|
CONTROL |
|
|
|
|
|||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSv39636V1
20/254 |
PM0253 Rev 5 |

PM0253 |
|
|
|
|
|
The Cortex-M7 processor |
|
|
|
|
|
|
|
|
Table 2. Core register set summary |
|
||||
Register |
Name |
Type |
(1) |
Required |
Reset value |
Description |
|
privilege(2) |
|||||
General-purpose registers |
R0-R12 |
RW |
|
Either |
Unknown |
General-purpose registers on |
|
page 21. |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stack pointer |
MSP |
RW |
|
Either |
See |
Stack pointer on page 21. |
|
description |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stack pointer |
PSP |
RW |
|
Either |
Unknown |
Stack pointer on page 21 |
|
|
|
|
|
|
|
Link register |
LR |
RW |
|
Either |
0xFFFFFFFF |
Link register on page 21 |
|
|
|
|
|
|
|
Program counter |
PC |
RW |
|
Either |
See |
Program counter on page 22 |
|
description |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Program status register |
PSR |
RW |
|
Either |
0x01000000(3) |
Program status register on |
|
page 22 |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Application program status |
APSR |
RW |
|
Either |
Unknown |
Application program status |
register |
|
|
|
|
|
register on page 23 |
Interrupt program status |
IPSR |
RO |
|
Privileged |
0x00000000 |
Interrupt program status register |
register |
|
on page 23 |
||||
|
|
|
|
|
||
|
|
|
|
|
|
|
Execution program Status |
EPSR |
RO |
|
Privileged |
0x01000000(3) |
Execution program status |
register |
|
register on page 24 |
||||
|
|
|
|
|
||
|
|
|
|
|
|
|
Priority mask register |
PRIMASK |
RW |
|
Privileged |
0x00000000 |
Priority mask register on |
|
page 25 |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fault mask register |
FAULTMASK |
RW |
|
Privileged |
0x00000000 |
Fault mask register on page 26 |
|
|
|
|
|
|
|
Base priority mask register |
BASEPRIS |
RW |
|
Privileged |
0x00000000 |
Priority mask register on |
|
page 25 |
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Control register |
CONTROL |
RW |
|
Privileged |
0x00000000 |
CONTROL register on page 27 |
|
|
|
|
|
|
|
1.Describes access type during program execution in Thread mode and Handler mode. Debug access can differ.
2.An entry of Either means privileged and unprivileged software can access the register.
3.The EPSR reads as zero when executing an MRS instruction.
General-purpose registers
R0-R12 are 32-bit general-purpose registers for data operations.
Stack pointer
The Stack Pointer (SP) is register R13. In Thread mode, bit[1] of the CONTROL register indicates the stack pointer to use:
•0 = Main Stack Pointer (MSP). This is the reset value.
•1 = Process Stack Pointer (PSP).
On reset, the processor loads the MSP with the value from address 0x00000000.
Link register
The Link Register (LR) is register R14. It stores the return information for subroutines, function calls, and exceptions. On reset, the processor sets the LR value to 0xFFFFFFFF.
PM0253 Rev 5 |
21/254 |

The Cortex-M7 processor |
PM0253 |
|
|
Program counter
The Program Counter (PC) is register R15. It contains the current program address. On reset, the processor loads the PC with the value of the reset vector, which is at address 0x00000004. Bit[0] of the value is loaded into the EPSR T-bit at reset and must be 1.
Program status register
The Program Status register (PSR) combines:
•Application Program Status register (APSR).
•Interrupt Program Status register (IPSR).
•Execution Program Status register (EPSR).
These registers are mutually exclusive bit fields in the 32-bit PSR. The bit assignments are
Figure 3. APSR, IPSR and EPSR bit assignments
|
31 30 29 28 27 26 25 24 23 |
|
20 19 |
16 15 |
10 |
9 |
8 |
0 |
|||||||||
APSR |
N |
Z |
C |
V |
Q |
|
Reserved |
|
GE[3:0] |
|
|
Reserved |
|
||||
IPSR |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reserved |
|
|
|
|
ISR_NUMBER |
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EPSR |
|
Reserved |
ICI/IT |
T |
|
Reserved |
|
ICI/IT |
|
|
Reserved |
|
|||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSv39637V1
Access these registers individually or as a combination of any two or all three registers, using the register name as an argument to the MSR or MRS instructions. For example:
•Read all of the registers using PSR with the MRS instruction.
•Write to the APSR N, Z, C, V, and Q bits using APSR_nzcvq with the MSR instruction.
The PSR combinations and attributes are:
Table 3. PSR register combinations
|
Register |
|
Type |
Combination |
|
|
|
|
|
PSR |
|
RW(1),(2) |
|
APSR, EPSR, and IPSR. |
|
|
|
|
|
IEPSR |
|
RO |
|
EPSR and IPSR. |
|
|
|
|
|
IAPSR |
|
RW(1) |
|
APSR and IPSR. |
EAPSR |
|
RW(2) |
|
APSR and EPSR. |
1.The processor ignores writes to the IPSR bits.
2.Reads of the EPSR bits return zero, and the processor ignores writes to these bits.
See the instruction descriptions MRS on page 178 and MSR on page 179 for more information about how to access the program status registers.
22/254 |
PM0253 Rev 5 |

PM0253 |
The Cortex-M7 processor |
|
|
Application program status register
The APSR contains the current state of the condition flags from previous instruction executions. See the register summary in Table 4 on page 23 for its attributes. The bit assignments are:
|
|
Table 4. APSR bit assignments |
|
Bits |
Name |
Description |
|
|
|
|
|
[31] |
N |
Negative flag. |
|
|
|
|
|
[30] |
Z |
Zero flag. |
|
|
|
|
|
[29] |
C |
Carry or borrow flag. |
|
|
|
|
|
[28] |
V |
Overflow flag. |
|
|
|
|
|
[27] |
Q |
DSP overflow and saturation flag |
|
|
|
|
|
[26:20] |
- |
Reserved |
|
|
|
|
|
[19:16] |
GE[3:0] |
Greater than or Equal flags. See SEL on page 108 for more |
|
information. |
|||
|
|
||
|
|
|
|
[15:0] |
- |
Reserved |
|
|
|
|
Interrupt program status register
The IPSR contains the exception type number of the current Interrupt Service Routine (ISR). See the register summary in Table 5 on page 24 for its attributes. The bit assignments are:
PM0253 Rev 5 |
23/254 |