Datasheet TM4C123GH6PM
Datasheet TM4C123GH6PM
Datasheet TM4C123GH6PM
PRODUCTION DATA information is current as of publication date. Products conform to specifications per the terms of Texas Instruments standard
warranty. Production processing does not necessarily include testing of all parameters.
Please be aware that an important notice concerning availability, standard warranty, and use in critical applications of Texas Instruments semiconductor
products and disclaimers thereto appears at the end of this data sheet.
Table of Contents
Revision History ............................................................................................................................. 38
About This Document .................................................................................................................... 42
Audience .............................................................................................................................................. 42
About This Manual ................................................................................................................................ 42
Related Documents ............................................................................................................................... 42
Documentation Conventions .................................................................................................................. 43
1 Architectural Overview .......................................................................................... 45
1.1 Tiva C Series Overview .............................................................................................. 45
1.2 TM4C123GH6PM Microcontroller Overview .................................................................... 46
1.3 TM4C123GH6PM Microcontroller Features ..................................................................... 49
1.3.1 ARM Cortex-M4F Processor Core .................................................................................. 49
1.3.2 On-Chip Memory ........................................................................................................... 51
1.3.3 Serial Communications Peripherals ................................................................................ 53
1.3.4 System Integration ........................................................................................................ 57
1.3.5 Advanced Motion Control ............................................................................................... 63
1.3.6 Analog .......................................................................................................................... 65
1.3.7 JTAG and ARM Serial Wire Debug ................................................................................ 67
1.3.8 Packaging and Temperature .......................................................................................... 67
1.4 TM4C123GH6PM Microcontroller Hardware Details ........................................................ 68
1.5 Kits .............................................................................................................................. 68
1.6 Support Information ....................................................................................................... 68
2 The Cortex-M4F Processor ................................................................................... 69
2.1 Block Diagram .............................................................................................................. 70
2.2 Overview ...................................................................................................................... 71
2.2.1 System-Level Interface .................................................................................................. 71
2.2.2 Integrated Configurable Debug ...................................................................................... 71
2.2.3 Trace Port Interface Unit (TPIU) ..................................................................................... 72
2.2.4 Cortex-M4F System Component Details ......................................................................... 72
2.3 Programming Model ...................................................................................................... 73
2.3.1 Processor Mode and Privilege Levels for Software Execution ........................................... 73
2.3.2 Stacks .......................................................................................................................... 74
2.3.3 Register Map ................................................................................................................ 74
2.3.4 Register Descriptions .................................................................................................... 76
2.3.5 Exceptions and Interrupts .............................................................................................. 92
2.3.6 Data Types ................................................................................................................... 92
2.4 Memory Model .............................................................................................................. 92
2.4.1 Memory Regions, Types and Attributes ........................................................................... 95
2.4.2 Memory System Ordering of Memory Accesses .............................................................. 95
2.4.3 Behavior of Memory Accesses ....................................................................................... 95
2.4.4 Software Ordering of Memory Accesses ......................................................................... 96
2.4.5 Bit-Banding ................................................................................................................... 97
2.4.6 Data Storage ................................................................................................................ 99
2.4.7 Synchronization Primitives ........................................................................................... 100
2.5 Exception Model ......................................................................................................... 101
2.5.1 Exception States ......................................................................................................... 102
List of Figures
Figure 1-1. Tiva TM4C123GH6PM Microcontroller High-Level Block Diagram ........................ 48
Figure 2-1. CPU Block Diagram ............................................................................................. 71
Figure 2-2. TPIU Block Diagram ............................................................................................ 72
Figure 2-3. Cortex-M4F Register Set ...................................................................................... 75
Figure 2-4. Bit-Band Mapping ................................................................................................ 99
Figure 2-5. Data Storage ..................................................................................................... 100
Figure 2-6. Vector Table ...................................................................................................... 107
Figure 2-7. Exception Stack Frame ...................................................................................... 110
Figure 3-1. SRD Use Example ............................................................................................. 128
Figure 3-2. FPU Register Bank ............................................................................................ 131
Figure 4-1. JTAG Module Block Diagram .............................................................................. 201
Figure 4-2. Test Access Port State Machine ......................................................................... 204
Figure 4-3. IDCODE Register Format ................................................................................... 210
Figure 4-4. BYPASS Register Format ................................................................................... 210
Figure 4-5. Boundary Scan Register Format ......................................................................... 211
Figure 5-1. Basic RST Configuration .................................................................................... 215
Figure 5-2. External Circuitry to Extend Power-On Reset ....................................................... 215
Figure 5-3. Reset Circuit Controlled by Switch ...................................................................... 216
Figure 5-4. Power Architecture ............................................................................................ 219
Figure 5-5. Main Clock Tree ................................................................................................ 222
Figure 5-6. Module Clock Selection ...................................................................................... 229
Figure 7-1. Hibernation Module Block Diagram ..................................................................... 494
Figure 7-2. Using a Crystal as the Hibernation Clock Source with a Single Battery Source ...... 496
Figure 7-3. Using a Dedicated Oscillator as the Hibernation Clock Source with VDD3ON
Mode ................................................................................................................ 497
Figure 7-4. Using a Regulator for Both VDD and VBAT ............................................................ 498
Figure 7-5. Counter Behavior with a TRIM Value of 0x8002 ................................................... 500
Figure 7-6. Counter Behavior with a TRIM Value of 0x7FFC .................................................. 500
Figure 8-1. Internal Memory Block Diagram .......................................................................... 524
Figure 8-2. EEPROM Block Diagram ................................................................................... 525
Figure 9-1. DMA Block Diagram ......................................................................................... 586
Figure 9-2. Example of Ping-Pong DMA Transaction ........................................................... 592
Figure 9-3. Memory Scatter-Gather, Setup and Configuration ................................................ 594
Figure 9-4. Memory Scatter-Gather, DMA Copy Sequence .................................................. 595
Figure 9-5. Peripheral Scatter-Gather, Setup and Configuration ............................................. 597
Figure 9-6. Peripheral Scatter-Gather, DMA Copy Sequence ............................................... 598
Figure 10-1. Digital I/O Pads ................................................................................................. 652
Figure 10-2. Analog/Digital I/O Pads ...................................................................................... 653
Figure 10-3. GPIODATA Write Example ................................................................................. 654
Figure 10-4. GPIODATA Read Example ................................................................................. 654
Figure 11-1. GPTM Module Block Diagram ............................................................................ 705
Figure 11-2. Reading the RTC Value ...................................................................................... 712
Figure 11-3. Input Edge-Count Mode Example, Counting Down ............................................... 714
Figure 11-4. 16-Bit Input Edge-Time Mode Example ............................................................... 715
Figure 11-5. 16-Bit PWM Mode Example ................................................................................ 717
Figure 11-6. CCP Output, GPTMTnMATCHR > GPTMTnILR ................................................... 717
List of Tables
Table 1. Revision History .................................................................................................. 38
Table 2. Documentation Conventions ................................................................................ 43
Table 1-1. TM4C123GH6PM Microcontroller Features ........................................................... 46
Table 2-1. Summary of Processor Mode, Privilege Level, and Stack Use ................................ 74
Table 2-2. Processor Register Map ....................................................................................... 75
Table 2-3. PSR Register Combinations ................................................................................. 81
Table 2-4. Memory Map ....................................................................................................... 92
Table 2-5. Memory Access Behavior ..................................................................................... 95
Table 2-6. SRAM Memory Bit-Banding Regions .................................................................... 97
Table 2-7. Peripheral Memory Bit-Banding Regions ............................................................... 98
Table 2-8. Exception Types ................................................................................................ 103
Table 2-9. Interrupts .......................................................................................................... 104
Table 2-10. Exception Return Behavior ................................................................................. 111
Table 2-11. Faults ............................................................................................................... 112
Table 2-12. Fault Status and Fault Address Registers ............................................................ 113
Table 2-13. Cortex-M4F Instruction Summary ....................................................................... 115
Table 3-1. Core Peripheral Register Regions ....................................................................... 122
Table 3-2. Memory Attributes Summary .............................................................................. 126
Table 3-3. TEX, S, C, and B Bit Field Encoding ................................................................... 128
Table 3-4. Cache Policy for Memory Attribute Encoding ....................................................... 129
Table 3-5. AP Bit Field Encoding ........................................................................................ 129
Table 3-6. Memory Region Attributes for Tiva C Series Microcontrollers ............................. 130
Table 3-7. QNaN and SNaN Handling ................................................................................. 133
Table 3-8. Peripherals Register Map ................................................................................... 134
Table 3-9. Interrupt Priority Levels ...................................................................................... 164
Table 3-10. Example SIZE Field Values ................................................................................ 192
Table 4-1. JTAG_SWD_SWO Signals (64LQFP) ................................................................. 201
Table 4-2. JTAG Port Pins State after Power-On Reset or RST assertion .............................. 202
Table 4-3. JTAG Instruction Register Commands ................................................................. 208
Table 5-1. System Control & Clocks Signals (64LQFP) ........................................................ 212
Table 5-2. Reset Sources ................................................................................................... 213
Table 5-3. Clock Source Options ........................................................................................ 220
Table 5-4. Possible System Clock Frequencies Using the SYSDIV Field ............................... 223
Table 5-5. Examples of Possible System Clock Frequencies Using the SYSDIV2 Field .......... 223
Table 5-6. Examples of Possible System Clock Frequencies with DIV400=1 ......................... 224
Table 5-7. System Control Register Map ............................................................................. 232
Table 5-8. RCC2 Fields that Override RCC Fields ............................................................... 260
Table 6-1. System Exception Register Map ......................................................................... 485
Table 7-1. Hibernate Signals (64LQFP) ............................................................................... 494
Table 7-2. Hibernation Module Clock Operation ................................................................... 503
Table 7-3. Hibernation Module Register Map ....................................................................... 505
Table 8-1. Flash Memory Protection Policy Combinations .................................................... 529
Table 8-2. User-Programmable Flash Memory Resident Registers ....................................... 533
Table 8-3. Flash Register Map ............................................................................................ 540
Table 9-1. DMA Channel Assignments .............................................................................. 587
Table 9-2. Request Type Support ....................................................................................... 589
Table 16-4. Inter-Integrated Circuit (I2C) Interface Register Map ........................................... 1017
Table 16-5. Write Field Decoding for I2CMCS[3:0] Field ....................................................... 1023
Table 17-1. Controller Area Network Signals (64LQFP) ........................................................ 1050
Table 17-2. Message Object Configurations ........................................................................ 1055
Table 17-3. CAN Protocol Ranges ...................................................................................... 1063
Table 17-4. CANBIT Register Values .................................................................................. 1063
Table 17-5. CAN Register Map ........................................................................................... 1067
Table 18-1. USB Signals (64LQFP) .................................................................................... 1101
Table 18-2. Remainder (MAXLOAD/4) ................................................................................ 1112
Table 18-3. Actual Bytes Read ........................................................................................... 1112
Table 18-4. Packet Sizes That Clear RXRDY ...................................................................... 1113
Table 18-5. Universal Serial Bus (USB) Controller Register Map ........................................... 1114
Table 19-1. Analog Comparators Signals (64LQFP) ............................................................. 1216
Table 19-2. Internal Reference Voltage and ACREFCTL Field Values ................................... 1218
Table 19-3. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 0 .......................................................................................................... 1219
Table 19-4. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 1 .......................................................................................................... 1219
Table 19-5. Analog Comparators Register Map ................................................................... 1220
Table 20-1. PWM Signals (64LQFP) ................................................................................... 1233
Table 20-2. PWM Register Map .......................................................................................... 1240
Table 21-1. QEI Signals (64LQFP) ...................................................................................... 1307
Table 21-2. QEI Register Map ............................................................................................ 1311
Table 23-1. GPIO Pins With Special Considerations ............................................................ 1329
Table 23-2. Signals by Pin Number ..................................................................................... 1330
Table 23-3. Signals by Signal Name ................................................................................... 1337
Table 23-4. Signals by Function, Except for GPIO ............................................................... 1344
Table 23-5. GPIO Pins and Alternate Functions ................................................................... 1351
Table 23-6. Possible Pin Assignments for Alternate Functions .............................................. 1353
Table 23-7. Connections for Unused Signals (64-Pin LQFP) ................................................. 1356
Table 24-1. Absolute Maximum Ratings .............................................................................. 1358
Table 24-2. ESD Absolute Maximum Ratings ...................................................................... 1358
Table 24-3. Temperature Characteristics ............................................................................. 1359
Table 24-4. Thermal Characteristics ................................................................................... 1359
Table 24-5. Recommended DC Operating Conditions .......................................................... 1360
Table 24-6. Recommended GPIO Pad Operating Conditions ................................................ 1360
Table 24-7. GPIO Current Restrictions ................................................................................ 1360
Table 24-8. GPIO Package Side Assignments ..................................................................... 1361
Table 24-9. JTAG Characteristics ....................................................................................... 1363
Table 24-10. Power-On and Brown-Out Levels ...................................................................... 1365
Table 24-11. Reset Characteristics ....................................................................................... 1370
Table 24-12. LDO Regulator Characteristics ......................................................................... 1373
Table 24-13. Phase Locked Loop (PLL) Characteristics ......................................................... 1374
Table 24-14. Actual PLL Frequency ...................................................................................... 1374
Table 24-15. PIOSC Clock Characteristics ............................................................................ 1375
Table 24-16. Low-Frequency internal Oscillator Characteristics .............................................. 1375
Table 24-17. Hibernation Oscillator Input Characteristics ........................................................ 1375
Table 24-18. Main Oscillator Input Characteristics ................................................................. 1376
List of Registers
The Cortex-M4F Processor ........................................................................................................... 69
Register 1: Cortex General-Purpose Register 0 (R0) ........................................................................... 77
Register 2: Cortex General-Purpose Register 1 (R1) ........................................................................... 77
Register 3: Cortex General-Purpose Register 2 (R2) ........................................................................... 77
Register 4: Cortex General-Purpose Register 3 (R3) ........................................................................... 77
Register 5: Cortex General-Purpose Register 4 (R4) ........................................................................... 77
Register 6: Cortex General-Purpose Register 5 (R5) ........................................................................... 77
Register 7: Cortex General-Purpose Register 6 (R6) ........................................................................... 77
Register 8: Cortex General-Purpose Register 7 (R7) ........................................................................... 77
Register 9: Cortex General-Purpose Register 8 (R8) ........................................................................... 77
Register 10: Cortex General-Purpose Register 9 (R9) ........................................................................... 77
Register 11: Cortex General-Purpose Register 10 (R10) ....................................................................... 77
Register 12: Cortex General-Purpose Register 11 (R11) ........................................................................ 77
Register 13: Cortex General-Purpose Register 12 (R12) ....................................................................... 77
Register 14: Stack Pointer (SP) ........................................................................................................... 78
Register 15: Link Register (LR) ............................................................................................................ 79
Register 16: Program Counter (PC) ..................................................................................................... 80
Register 17: Program Status Register (PSR) ........................................................................................ 81
Register 18: Priority Mask Register (PRIMASK) .................................................................................... 85
Register 19: Fault Mask Register (FAULTMASK) .................................................................................. 86
Register 20: Base Priority Mask Register (BASEPRI) ............................................................................ 87
Register 21: Control Register (CONTROL) ........................................................................................... 88
Register 22: Floating-Point Status Control (FPSC) ................................................................................ 90
Cortex-M4 Peripherals ................................................................................................................. 122
Register 1: SysTick Control and Status Register (STCTRL), offset 0x010 ........................................... 138
Register 2: SysTick Reload Value Register (STRELOAD), offset 0x014 .............................................. 140
Register 3: SysTick Current Value Register (STCURRENT), offset 0x018 ........................................... 141
Register 4: Interrupt 0-31 Set Enable (EN0), offset 0x100 .................................................................. 142
Register 5: Interrupt 32-63 Set Enable (EN1), offset 0x104 ................................................................ 142
Register 6: Interrupt 64-95 Set Enable (EN2), offset 0x108 ................................................................ 142
Register 7: Interrupt 96-127 Set Enable (EN3), offset 0x10C ............................................................. 142
Register 8: Interrupt 128-138 Set Enable (EN4), offset 0x110 ............................................................ 143
Register 9: Interrupt 0-31 Clear Enable (DIS0), offset 0x180 .............................................................. 144
Register 10: Interrupt 32-63 Clear Enable (DIS1), offset 0x184 ............................................................ 144
Register 11: Interrupt 64-95 Clear Enable (DIS2), offset 0x188 ............................................................ 144
Register 12: Interrupt 96-127 Clear Enable (DIS3), offset 0x18C .......................................................... 144
Register 13: Interrupt 128-138 Clear Enable (DIS4), offset 0x190 ........................................................ 145
Register 14: Interrupt 0-31 Set Pending (PEND0), offset 0x200 ........................................................... 146
Register 15: Interrupt 32-63 Set Pending (PEND1), offset 0x204 ......................................................... 146
Register 16: Interrupt 64-95 Set Pending (PEND2), offset 0x208 ......................................................... 146
Register 17: Interrupt 96-127 Set Pending (PEND3), offset 0x20C ....................................................... 146
Register 18: Interrupt 128-138 Set Pending (PEND4), offset 0x210 ...................................................... 147
Register 19: Interrupt 0-31 Clear Pending (UNPEND0), offset 0x280 ................................................... 148
Register 20: Interrupt 32-63 Clear Pending (UNPEND1), offset 0x284 .................................................. 148
Register 21: Interrupt 64-95 Clear Pending (UNPEND2), offset 0x288 .................................................. 148
Register 22: Interrupt 96-127 Clear Pending (UNPEND3), offset 0x28C ............................................... 148
Register 23: Interrupt 128-138 Clear Pending (UNPEND4), offset 0x290 .............................................. 149
Register 24: Interrupt 0-31 Active Bit (ACTIVE0), offset 0x300 ............................................................. 150
Register 25: Interrupt 32-63 Active Bit (ACTIVE1), offset 0x304 ........................................................... 150
Register 26: Interrupt 64-95 Active Bit (ACTIVE2), offset 0x308 ........................................................... 150
Register 27: Interrupt 96-127 Active Bit (ACTIVE3), offset 0x30C ........................................................ 150
Register 28: Interrupt 128-138 Active Bit (ACTIVE4), offset 0x310 ....................................................... 151
Register 29: Interrupt 0-3 Priority (PRI0), offset 0x400 ......................................................................... 152
Register 30: Interrupt 4-7 Priority (PRI1), offset 0x404 ......................................................................... 152
Register 31: Interrupt 8-11 Priority (PRI2), offset 0x408 ....................................................................... 152
Register 32: Interrupt 12-15 Priority (PRI3), offset 0x40C .................................................................... 152
Register 33: Interrupt 16-19 Priority (PRI4), offset 0x410 ..................................................................... 152
Register 34: Interrupt 20-23 Priority (PRI5), offset 0x414 ..................................................................... 152
Register 35: Interrupt 24-27 Priority (PRI6), offset 0x418 ..................................................................... 152
Register 36: Interrupt 28-31 Priority (PRI7), offset 0x41C .................................................................... 152
Register 37: Interrupt 32-35 Priority (PRI8), offset 0x420 ..................................................................... 152
Register 38: Interrupt 36-39 Priority (PRI9), offset 0x424 ..................................................................... 152
Register 39: Interrupt 40-43 Priority (PRI10), offset 0x428 ................................................................... 152
Register 40: Interrupt 44-47 Priority (PRI11), offset 0x42C ................................................................... 152
Register 41: Interrupt 48-51 Priority (PRI12), offset 0x430 ................................................................... 152
Register 42: Interrupt 52-55 Priority (PRI13), offset 0x434 ................................................................... 152
Register 43: Interrupt 56-59 Priority (PRI14), offset 0x438 ................................................................... 152
Register 44: Interrupt 60-63 Priority (PRI15), offset 0x43C .................................................................. 152
Register 45: Interrupt 64-67 Priority (PRI16), offset 0x440 ................................................................... 154
Register 46: Interrupt 68-71 Priority (PRI17), offset 0x444 ................................................................... 154
Register 47: Interrupt 72-75 Priority (PRI18), offset 0x448 ................................................................... 154
Register 48: Interrupt 76-79 Priority (PRI19), offset 0x44C .................................................................. 154
Register 49: Interrupt 80-83 Priority (PRI20), offset 0x450 ................................................................... 154
Register 50: Interrupt 84-87 Priority (PRI21), offset 0x454 ................................................................... 154
Register 51: Interrupt 88-91 Priority (PRI22), offset 0x458 ................................................................... 154
Register 52: Interrupt 92-95 Priority (PRI23), offset 0x45C .................................................................. 154
Register 53: Interrupt 96-99 Priority (PRI24), offset 0x460 ................................................................... 154
Register 54: Interrupt 100-103 Priority (PRI25), offset 0x464 ............................................................... 154
Register 55: Interrupt 104-107 Priority (PRI26), offset 0x468 ............................................................... 154
Register 56: Interrupt 108-111 Priority (PRI27), offset 0x46C ............................................................... 154
Register 57: Interrupt 112-115 Priority (PRI28), offset 0x470 ................................................................ 154
Register 58: Interrupt 116-119 Priority (PRI29), offset 0x474 ................................................................ 154
Register 59: Interrupt 120-123 Priority (PRI30), offset 0x478 ............................................................... 154
Register 60: Interrupt 124-127 Priority (PRI31), offset 0x47C ............................................................... 154
Register 61: Interrupt 128-131 Priority (PRI32), offset 0x480 ............................................................... 154
Register 62: Interrupt 132-135 Priority (PRI33), offset 0x484 ............................................................... 154
Register 63: Interrupt 136-138 Priority (PRI34), offset 0x488 ............................................................... 154
Register 64: Software Trigger Interrupt (SWTRIG), offset 0xF00 .......................................................... 156
Register 65: Auxiliary Control (ACTLR), offset 0x008 .......................................................................... 157
Register 66: CPU ID Base (CPUID), offset 0xD00 ............................................................................... 159
Register 67: Interrupt Control and State (INTCTRL), offset 0xD04 ........................................................ 160
Register 68: Vector Table Offset (VTABLE), offset 0xD08 .................................................................... 163
Register 69: Application Interrupt and Reset Control (APINT), offset 0xD0C ......................................... 164
Register 23: LDO Deep-Sleep Power Control (LDODPCTL), offset 0x1BC ........................................... 281
Register 24: LDO Deep-Sleep Power Calibration (LDODPCAL), offset 0x1C0 ...................................... 283
Register 25: Sleep / Deep-Sleep Power Mode Status (SDPMST), offset 0x1CC .................................... 284
Register 26: Watchdog Timer Peripheral Present (PPWD), offset 0x300 ............................................... 287
Register 27: 16/32-Bit General-Purpose Timer Peripheral Present (PPTIMER), offset 0x304 ................. 288
Register 28: General-Purpose Input/Output Peripheral Present (PPGPIO), offset 0x308 ........................ 290
Register 29: Micro Direct Memory Access Peripheral Present (PPDMA), offset 0x30C .......................... 293
Register 30: Hibernation Peripheral Present (PPHIB), offset 0x314 ...................................................... 294
Register 31: Universal Asynchronous Receiver/Transmitter Peripheral Present (PPUART), offset
0x318 ........................................................................................................................... 295
Register 32: Synchronous Serial Interface Peripheral Present (PPSSI), offset 0x31C ............................ 297
Register 33: Inter-Integrated Circuit Peripheral Present (PPI2C), offset 0x320 ...................................... 299
Register 34: Universal Serial Bus Peripheral Present (PPUSB), offset 0x328 ........................................ 301
Register 35: Controller Area Network Peripheral Present (PPCAN), offset 0x334 .................................. 302
Register 36: Analog-to-Digital Converter Peripheral Present (PPADC), offset 0x338 ............................. 303
Register 37: Analog Comparator Peripheral Present (PPACMP), offset 0x33C ...................................... 304
Register 38: Pulse Width Modulator Peripheral Present (PPPWM), offset 0x340 ................................... 305
Register 39: Quadrature Encoder Interface Peripheral Present (PPQEI), offset 0x344 ........................... 306
Register 40: EEPROM Peripheral Present (PPEEPROM), offset 0x358 ................................................ 307
Register 41: 32/64-Bit Wide General-Purpose Timer Peripheral Present (PPWTIMER), offset 0x35C ..... 308
Register 42: Watchdog Timer Software Reset (SRWD), offset 0x500 ................................................... 310
Register 43: 16/32-Bit General-Purpose Timer Software Reset (SRTIMER), offset 0x504 ...................... 312
Register 44: General-Purpose Input/Output Software Reset (SRGPIO), offset 0x508 ............................ 314
Register 45: Micro Direct Memory Access Software Reset (SRDMA), offset 0x50C ............................... 316
Register 46: Hibernation Software Reset (SRHIB), offset 0x514 ........................................................... 317
Register 47: Universal Asynchronous Receiver/Transmitter Software Reset (SRUART), offset 0x518 .... 318
Register 48: Synchronous Serial Interface Software Reset (SRSSI), offset 0x51C ................................ 320
Register 49: Inter-Integrated Circuit Software Reset (SRI2C), offset 0x520 ........................................... 322
Register 50: Universal Serial Bus Software Reset (SRUSB), offset 0x528 ............................................ 324
Register 51: Controller Area Network Software Reset (SRCAN), offset 0x534 ....................................... 325
Register 52: Analog-to-Digital Converter Software Reset (SRADC), offset 0x538 .................................. 327
Register 53: Analog Comparator Software Reset (SRACMP), offset 0x53C .......................................... 329
Register 54: Pulse Width Modulator Software Reset (SRPWM), offset 0x540 ....................................... 330
Register 55: Quadrature Encoder Interface Software Reset (SRQEI), offset 0x544 ............................... 332
Register 56: EEPROM Software Reset (SREEPROM), offset 0x558 .................................................... 334
Register 57: 32/64-Bit Wide General-Purpose Timer Software Reset (SRWTIMER), offset 0x55C .......... 335
Register 58: Watchdog Timer Run Mode Clock Gating Control (RCGCWD), offset 0x600 ...................... 337
Register 59: 16/32-Bit General-Purpose Timer Run Mode Clock Gating Control (RCGCTIMER), offset
0x604 ........................................................................................................................... 338
Register 60: General-Purpose Input/Output Run Mode Clock Gating Control (RCGCGPIO), offset
0x608 ........................................................................................................................... 340
Register 61: Micro Direct Memory Access Run Mode Clock Gating Control (RCGCDMA), offset
0x60C ........................................................................................................................... 342
Register 62: Hibernation Run Mode Clock Gating Control (RCGCHIB), offset 0x614 ............................. 343
Register 63: Universal Asynchronous Receiver/Transmitter Run Mode Clock Gating Control (RCGCUART),
offset 0x618 .................................................................................................................. 344
Register 64: Synchronous Serial Interface Run Mode Clock Gating Control (RCGCSSI), offset
0x61C ........................................................................................................................... 346
Register 65: Inter-Integrated Circuit Run Mode Clock Gating Control (RCGCI2C), offset 0x620 ............. 348
Register 66: Universal Serial Bus Run Mode Clock Gating Control (RCGCUSB), offset 0x628 ............... 350
Register 67: Controller Area Network Run Mode Clock Gating Control (RCGCCAN), offset 0x634 ......... 351
Register 68: Analog-to-Digital Converter Run Mode Clock Gating Control (RCGCADC), offset 0x638 .... 352
Register 69: Analog Comparator Run Mode Clock Gating Control (RCGCACMP), offset 0x63C ............. 353
Register 70: Pulse Width Modulator Run Mode Clock Gating Control (RCGCPWM), offset 0x640 .......... 354
Register 71: Quadrature Encoder Interface Run Mode Clock Gating Control (RCGCQEI), offset
0x644 ........................................................................................................................... 355
Register 72: EEPROM Run Mode Clock Gating Control (RCGCEEPROM), offset 0x658 ....................... 356
Register 73: 32/64-Bit Wide General-Purpose Timer Run Mode Clock Gating Control (RCGCWTIMER),
offset 0x65C .................................................................................................................. 357
Register 74: Watchdog Timer Sleep Mode Clock Gating Control (SCGCWD), offset 0x700 .................... 359
Register 75: 16/32-Bit General-Purpose Timer Sleep Mode Clock Gating Control (SCGCTIMER), offset
0x704 ........................................................................................................................... 360
Register 76: General-Purpose Input/Output Sleep Mode Clock Gating Control (SCGCGPIO), offset
0x708 ........................................................................................................................... 362
Register 77: Micro Direct Memory Access Sleep Mode Clock Gating Control (SCGCDMA), offset
0x70C ........................................................................................................................... 364
Register 78: Hibernation Sleep Mode Clock Gating Control (SCGCHIB), offset 0x714 ........................... 365
Register 79: Universal Asynchronous Receiver/Transmitter Sleep Mode Clock Gating Control
(SCGCUART), offset 0x718 ............................................................................................ 366
Register 80: Synchronous Serial Interface Sleep Mode Clock Gating Control (SCGCSSI), offset
0x71C ........................................................................................................................... 368
Register 81: Inter-Integrated Circuit Sleep Mode Clock Gating Control (SCGCI2C), offset 0x720 ........... 370
Register 82: Universal Serial Bus Sleep Mode Clock Gating Control (SCGCUSB), offset 0x728 ............. 372
Register 83: Controller Area Network Sleep Mode Clock Gating Control (SCGCCAN), offset 0x734 ....... 373
Register 84: Analog-to-Digital Converter Sleep Mode Clock Gating Control (SCGCADC), offset
0x738 ........................................................................................................................... 374
Register 85: Analog Comparator Sleep Mode Clock Gating Control (SCGCACMP), offset 0x73C .......... 375
Register 86: Pulse Width Modulator Sleep Mode Clock Gating Control (SCGCPWM), offset 0x740 ........ 376
Register 87: Quadrature Encoder Interface Sleep Mode Clock Gating Control (SCGCQEI), offset
0x744 ........................................................................................................................... 377
Register 88: EEPROM Sleep Mode Clock Gating Control (SCGCEEPROM), offset 0x758 ..................... 378
Register 89: 32/64-Bit Wide General-Purpose Timer Sleep Mode Clock Gating Control (SCGCWTIMER),
offset 0x75C .................................................................................................................. 379
Register 90: Watchdog Timer Deep-Sleep Mode Clock Gating Control (DCGCWD), offset 0x800 .......... 381
Register 91: 16/32-Bit General-Purpose Timer Deep-Sleep Mode Clock Gating Control (DCGCTIMER),
offset 0x804 .................................................................................................................. 382
Register 92: General-Purpose Input/Output Deep-Sleep Mode Clock Gating Control (DCGCGPIO), offset
0x808 ........................................................................................................................... 384
Register 93: Micro Direct Memory Access Deep-Sleep Mode Clock Gating Control (DCGCDMA), offset
0x80C ........................................................................................................................... 386
Register 94: Hibernation Deep-Sleep Mode Clock Gating Control (DCGCHIB), offset 0x814 .................. 387
Register 95: Universal Asynchronous Receiver/Transmitter Deep-Sleep Mode Clock Gating Control
(DCGCUART), offset 0x818 ............................................................................................ 388
Register 96: Synchronous Serial Interface Deep-Sleep Mode Clock Gating Control (DCGCSSI), offset
0x81C ........................................................................................................................... 390
Register 97: Inter-Integrated Circuit Deep-Sleep Mode Clock Gating Control (DCGCI2C), offset
0x820 ........................................................................................................................... 392
Register 98: Universal Serial Bus Deep-Sleep Mode Clock Gating Control (DCGCUSB), offset
0x828 ........................................................................................................................... 394
Register 99: Controller Area Network Deep-Sleep Mode Clock Gating Control (DCGCCAN), offset
0x834 ........................................................................................................................... 395
Register 100: Analog-to-Digital Converter Deep-Sleep Mode Clock Gating Control (DCGCADC), offset
0x838 ........................................................................................................................... 396
Register 101: Analog Comparator Deep-Sleep Mode Clock Gating Control (DCGCACMP), offset
0x83C ........................................................................................................................... 397
Register 102: Pulse Width Modulator Deep-Sleep Mode Clock Gating Control (DCGCPWM), offset
0x840 ........................................................................................................................... 398
Register 103: Quadrature Encoder Interface Deep-Sleep Mode Clock Gating Control (DCGCQEI), offset
0x844 ........................................................................................................................... 399
Register 104: EEPROM Deep-Sleep Mode Clock Gating Control (DCGCEEPROM), offset 0x858 ........... 400
Register 105: 32/64-Bit Wide General-Purpose Timer Deep-Sleep Mode Clock Gating Control
(DCGCWTIMER), offset 0x85C ...................................................................................... 401
Register 106: Watchdog Timer Peripheral Ready (PRWD), offset 0xA00 ................................................ 403
Register 107: 16/32-Bit General-Purpose Timer Peripheral Ready (PRTIMER), offset 0xA04 ................... 404
Register 108: General-Purpose Input/Output Peripheral Ready (PRGPIO), offset 0xA08 ......................... 406
Register 109: Micro Direct Memory Access Peripheral Ready (PRDMA), offset 0xA0C ........................... 408
Register 110: Hibernation Peripheral Ready (PRHIB), offset 0xA14 ....................................................... 409
Register 111: Universal Asynchronous Receiver/Transmitter Peripheral Ready (PRUART), offset
0xA18 ........................................................................................................................... 410
Register 112: Synchronous Serial Interface Peripheral Ready (PRSSI), offset 0xA1C ............................. 412
Register 113: Inter-Integrated Circuit Peripheral Ready (PRI2C), offset 0xA20 ....................................... 414
Register 114: Universal Serial Bus Peripheral Ready (PRUSB), offset 0xA28 ......................................... 416
Register 115: Controller Area Network Peripheral Ready (PRCAN), offset 0xA34 ................................... 417
Register 116: Analog-to-Digital Converter Peripheral Ready (PRADC), offset 0xA38 ............................... 418
Register 117: Analog Comparator Peripheral Ready (PRACMP), offset 0xA3C ....................................... 419
Register 118: Pulse Width Modulator Peripheral Ready (PRPWM), offset 0xA40 .................................... 420
Register 119: Quadrature Encoder Interface Peripheral Ready (PRQEI), offset 0xA44 ............................ 421
Register 120: EEPROM Peripheral Ready (PREEPROM), offset 0xA58 ................................................. 422
Register 121: 32/64-Bit Wide General-Purpose Timer Peripheral Ready (PRWTIMER), offset 0xA5C ...... 423
Register 122: Device Capabilities 0 (DC0), offset 0x008 ........................................................................ 425
Register 123: Device Capabilities 1 (DC1), offset 0x010 ........................................................................ 427
Register 124: Device Capabilities 2 (DC2), offset 0x014 ........................................................................ 430
Register 125: Device Capabilities 3 (DC3), offset 0x018 ........................................................................ 433
Register 126: Device Capabilities 4 (DC4), offset 0x01C ....................................................................... 437
Register 127: Device Capabilities 5 (DC5), offset 0x020 ........................................................................ 440
Register 128: Device Capabilities 6 (DC6), offset 0x024 ........................................................................ 442
Register 129: Device Capabilities 7 (DC7), offset 0x028 ........................................................................ 443
Register 130: Device Capabilities 8 (DC8), offset 0x02C ....................................................................... 446
Register 131: Software Reset Control 0 (SRCR0), offset 0x040 ............................................................. 449
Register 132: Software Reset Control 1 (SRCR1), offset 0x044 ............................................................. 451
Register 133: Software Reset Control 2 (SRCR2), offset 0x048 ............................................................. 454
Register 134: Run Mode Clock Gating Control Register 0 (RCGC0), offset 0x100 ................................... 456
Register 135: Run Mode Clock Gating Control Register 1 (RCGC1), offset 0x104 ................................... 460
Register 136: Run Mode Clock Gating Control Register 2 (RCGC2), offset 0x108 ................................... 464
Register 137: Sleep Mode Clock Gating Control Register 0 (SCGC0), offset 0x110 ................................. 466
Register 138: Sleep Mode Clock Gating Control Register 1 (SCGC1), offset 0x114 ................................. 469
Register 139: Sleep Mode Clock Gating Control Register 2 (SCGC2), offset 0x118 ................................. 472
Register 140: Deep Sleep Mode Clock Gating Control Register 0 (DCGC0), offset 0x120 ....................... 474
Register 141: Deep-Sleep Mode Clock Gating Control Register 1 (DCGC1), offset 0x124 ....................... 477
Register 142: Deep Sleep Mode Clock Gating Control Register 2 (DCGC2), offset 0x128 ....................... 480
Register 143: Device Capabilities 9 (DC9), offset 0x190 ........................................................................ 482
Register 144: Non-Volatile Memory Information (NVMSTAT), offset 0x1A0 ............................................. 484
System Exception Module .......................................................................................................... 485
Register 1: System Exception Raw Interrupt Status (SYSEXCRIS), offset 0x000 ................................ 486
Register 2: System Exception Interrupt Mask (SYSEXCIM), offset 0x004 ........................................... 488
Register 3: System Exception Masked Interrupt Status (SYSEXCMIS), offset 0x008 ........................... 490
Register 4: System Exception Interrupt Clear (SYSEXCIC), offset 0x00C ........................................... 492
Hibernation Module ..................................................................................................................... 493
Register 1: Hibernation RTC Counter (HIBRTCC), offset 0x000 ......................................................... 507
Register 2: Hibernation RTC Match 0 (HIBRTCM0), offset 0x004 ....................................................... 508
Register 3: Hibernation RTC Load (HIBRTCLD), offset 0x00C ........................................................... 509
Register 4: Hibernation Control (HIBCTL), offset 0x010 ..................................................................... 510
Register 5: Hibernation Interrupt Mask (HIBIM), offset 0x014 ............................................................. 514
Register 6: Hibernation Raw Interrupt Status (HIBRIS), offset 0x018 .................................................. 516
Register 7: Hibernation Masked Interrupt Status (HIBMIS), offset 0x01C ............................................ 518
Register 8: Hibernation Interrupt Clear (HIBIC), offset 0x020 ............................................................. 520
Register 9: Hibernation RTC Trim (HIBRTCT), offset 0x024 ............................................................... 521
Register 10: Hibernation RTC Sub Seconds (HIBRTCSS), offset 0x028 ............................................... 522
Register 11: Hibernation Data (HIBDATA), offset 0x030-0x06F ............................................................ 523
Internal Memory ........................................................................................................................... 524
Register 1: Flash Memory Address (FMA), offset 0x000 .................................................................... 542
Register 2: Flash Memory Data (FMD), offset 0x004 ......................................................................... 543
Register 3: Flash Memory Control (FMC), offset 0x008 ..................................................................... 544
Register 4: Flash Controller Raw Interrupt Status (FCRIS), offset 0x00C ............................................ 546
Register 5: Flash Controller Interrupt Mask (FCIM), offset 0x010 ........................................................ 549
Register 6: Flash Controller Masked Interrupt Status and Clear (FCMISC), offset 0x014 ..................... 551
Register 7: Flash Memory Control 2 (FMC2), offset 0x020 ................................................................. 554
Register 8: Flash Write Buffer Valid (FWBVAL), offset 0x030 ............................................................. 555
Register 9: Flash Write Buffer n (FWBn), offset 0x100 - 0x17C .......................................................... 556
Register 10: Flash Size (FSIZE), offset 0xFC0 .................................................................................... 557
Register 11: SRAM Size (SSIZE), offset 0xFC4 .................................................................................. 558
Register 12: ROM Software Map (ROMSWMAP), offset 0xFCC ........................................................... 559
Register 13: EEPROM Size Information (EESIZE), offset 0x000 .......................................................... 560
Register 14: EEPROM Current Block (EEBLOCK), offset 0x004 .......................................................... 561
Register 15: EEPROM Current Offset (EEOFFSET), offset 0x008 ........................................................ 562
Register 16: EEPROM Read-Write (EERDWR), offset 0x010 .............................................................. 563
Register 17: EEPROM Read-Write with Increment (EERDWRINC), offset 0x014 .................................. 564
Register 18: EEPROM Done Status (EEDONE), offset 0x018 .............................................................. 565
Register 19: EEPROM Support Control and Status (EESUPP), offset 0x01C ........................................ 567
Register 20: EEPROM Unlock (EEUNLOCK), offset 0x020 .................................................................. 569
Register 21: EEPROM Protection (EEPROT), offset 0x030 ................................................................. 570
Register 22: EEPROM Password (EEPASS0), offset 0x034 ................................................................. 572
Register 23: EEPROM Password (EEPASS1), offset 0x038 ................................................................. 572
Register 24: EEPROM Password (EEPASS2), offset 0x03C ................................................................ 572
Register 25: EEPROM Interrupt (EEINT), offset 0x040 ........................................................................ 573
Register 26: EEPROM Block Hide (EEHIDE), offset 0x050 .................................................................. 574
Register 27: EEPROM Debug Mass Erase (EEDBGME), offset 0x080 ................................................. 575
Register 28: EEPROM Peripheral Properties (EEPROMPP), offset 0xFC0 ........................................... 576
Register 29: ROM Control (RMCTL), offset 0x0F0 .............................................................................. 577
Register 30: Flash Memory Protection Read Enable 0 (FMPRE0), offset 0x130 and 0x200 ................... 578
Register 31: Flash Memory Protection Read Enable 1 (FMPRE1), offset 0x204 .................................... 578
Register 32: Flash Memory Protection Read Enable 2 (FMPRE2), offset 0x208 .................................... 578
Register 33: Flash Memory Protection Read Enable 3 (FMPRE3), offset 0x20C ................................... 578
Register 34: Flash Memory Protection Program Enable 0 (FMPPE0), offset 0x134 and 0x400 ............... 579
Register 35: Flash Memory Protection Program Enable 1 (FMPPE1), offset 0x404 ............................... 579
Register 36: Flash Memory Protection Program Enable 2 (FMPPE2), offset 0x408 ............................... 579
Register 37: Flash Memory Protection Program Enable 3 (FMPPE3), offset 0x40C ............................... 579
Register 38: Boot Configuration (BOOTCFG), offset 0x1D0 ................................................................. 581
Register 39: User Register 0 (USER_REG0), offset 0x1E0 .................................................................. 584
Register 40: User Register 1 (USER_REG1), offset 0x1E4 .................................................................. 584
Register 41: User Register 2 (USER_REG2), offset 0x1E8 .................................................................. 584
Register 42: User Register 3 (USER_REG3), offset 0x1EC ................................................................. 584
Micro Direct Memory Access (DMA) ........................................................................................ 585
Register 1: DMA Channel Source Address End Pointer (DMASRCENDP), offset 0x000 ...................... 609
Register 2: DMA Channel Destination Address End Pointer (DMADSTENDP), offset 0x004 ................ 610
Register 3: DMA Channel Control Word (DMACHCTL), offset 0x008 .................................................. 611
Register 4: DMA Status (DMASTAT), offset 0x000 ............................................................................ 616
Register 5: DMA Configuration (DMACFG), offset 0x004 ................................................................... 618
Register 6: DMA Channel Control Base Pointer (DMACTLBASE), offset 0x008 .................................. 619
Register 7: DMA Alternate Channel Control Base Pointer (DMAALTBASE), offset 0x00C .................... 620
Register 8: DMA Channel Wait-on-Request Status (DMAWAITSTAT), offset 0x010 ............................. 621
Register 9: DMA Channel Software Request (DMASWREQ), offset 0x014 ......................................... 622
Register 10: DMA Channel Useburst Set (DMAUSEBURSTSET), offset 0x018 .................................... 623
Register 11: DMA Channel Useburst Clear (DMAUSEBURSTCLR), offset 0x01C ................................. 624
Register 12: DMA Channel Request Mask Set (DMAREQMASKSET), offset 0x020 .............................. 625
Register 13: DMA Channel Request Mask Clear (DMAREQMASKCLR), offset 0x024 ........................... 626
Register 14: DMA Channel Enable Set (DMAENASET), offset 0x028 ................................................... 627
Register 15: DMA Channel Enable Clear (DMAENACLR), offset 0x02C ............................................... 628
Register 16: DMA Channel Primary Alternate Set (DMAALTSET), offset 0x030 .................................... 629
Register 17: DMA Channel Primary Alternate Clear (DMAALTCLR), offset 0x034 ................................. 630
Register 18: DMA Channel Priority Set (DMAPRIOSET), offset 0x038 ................................................. 631
Register 19: DMA Channel Priority Clear (DMAPRIOCLR), offset 0x03C .............................................. 632
Register 20: DMA Bus Error Clear (DMAERRCLR), offset 0x04C ........................................................ 633
Register 21: DMA Channel Assignment (DMACHASGN), offset 0x500 ................................................. 634
Register 22: DMA Channel Interrupt Status (DMACHIS), offset 0x504 .................................................. 635
Register 23: DMA Channel Map Select 0 (DMACHMAP0), offset 0x510 ............................................... 636
Register 24: DMA Channel Map Select 1 (DMACHMAP1), offset 0x514 ............................................... 637
Register 25: DMA Channel Map Select 2 (DMACHMAP2), offset 0x518 ............................................... 638
Register 26: DMA Channel Map Select 3 (DMACHMAP3), offset 0x51C .............................................. 639
Register 27: DMA Peripheral Identification 0 (DMAPeriphID0), offset 0xFE0 ......................................... 640
Register 28: DMA Peripheral Identification 1 (DMAPeriphID1), offset 0xFE4 ......................................... 641
Register 29: DMA Peripheral Identification 2 (DMAPeriphID2), offset 0xFE8 ......................................... 642
Register 30: DMA Peripheral Identification 3 (DMAPeriphID3), offset 0xFEC ........................................ 643
Register 31: DMA Peripheral Identification 4 (DMAPeriphID4), offset 0xFD0 ......................................... 644
Register 32: DMA PrimeCell Identification 0 (DMAPCellID0), offset 0xFF0 ........................................... 645
Register 33: DMA PrimeCell Identification 1 (DMAPCellID1), offset 0xFF4 ........................................... 646
Register 34: DMA PrimeCell Identification 2 (DMAPCellID2), offset 0xFF8 ........................................... 647
Register 35: DMA PrimeCell Identification 3 (DMAPCellID3), offset 0xFFC ........................................... 648
General-Purpose Input/Outputs (GPIOs) ................................................................................... 649
Register 1: GPIO Data (GPIODATA), offset 0x000 ............................................................................ 662
Register 2: GPIO Direction (GPIODIR), offset 0x400 ......................................................................... 663
Register 3: GPIO Interrupt Sense (GPIOIS), offset 0x404 .................................................................. 664
Register 4: GPIO Interrupt Both Edges (GPIOIBE), offset 0x408 ........................................................ 665
Register 5: GPIO Interrupt Event (GPIOIEV), offset 0x40C ................................................................ 666
Register 6: GPIO Interrupt Mask (GPIOIM), offset 0x410 ................................................................... 667
Register 7: GPIO Raw Interrupt Status (GPIORIS), offset 0x414 ........................................................ 668
Register 8: GPIO Masked Interrupt Status (GPIOMIS), offset 0x418 ................................................... 669
Register 9: GPIO Interrupt Clear (GPIOICR), offset 0x41C ................................................................ 670
Register 10: GPIO Alternate Function Select (GPIOAFSEL), offset 0x420 ............................................ 671
Register 11: GPIO 2-mA Drive Select (GPIODR2R), offset 0x500 ........................................................ 673
Register 12: GPIO 4-mA Drive Select (GPIODR4R), offset 0x504 ........................................................ 674
Register 13: GPIO 8-mA Drive Select (GPIODR8R), offset 0x508 ........................................................ 675
Register 14: GPIO Open Drain Select (GPIOODR), offset 0x50C ......................................................... 676
Register 15: GPIO Pull-Up Select (GPIOPUR), offset 0x510 ................................................................ 677
Register 16: GPIO Pull-Down Select (GPIOPDR), offset 0x514 ........................................................... 679
Register 17: GPIO Slew Rate Control Select (GPIOSLR), offset 0x518 ................................................ 681
Register 18: GPIO Digital Enable (GPIODEN), offset 0x51C ................................................................ 682
Register 19: GPIO Lock (GPIOLOCK), offset 0x520 ............................................................................ 684
Register 20: GPIO Commit (GPIOCR), offset 0x524 ............................................................................ 685
Register 21: GPIO Analog Mode Select (GPIOAMSEL), offset 0x528 ................................................... 687
Register 22: GPIO Port Control (GPIOPCTL), offset 0x52C ................................................................. 688
Register 23: GPIO ADC Control (GPIOADCCTL), offset 0x530 ............................................................ 690
Register 24: GPIO DMA Control (GPIODMACTL), offset 0x534 ........................................................... 691
Register 25: GPIO Peripheral Identification 4 (GPIOPeriphID4), offset 0xFD0 ....................................... 692
Register 26: GPIO Peripheral Identification 5 (GPIOPeriphID5), offset 0xFD4 ....................................... 693
Register 27: GPIO Peripheral Identification 6 (GPIOPeriphID6), offset 0xFD8 ....................................... 694
Register 28: GPIO Peripheral Identification 7 (GPIOPeriphID7), offset 0xFDC ...................................... 695
Register 29: GPIO Peripheral Identification 0 (GPIOPeriphID0), offset 0xFE0 ....................................... 696
Register 30: GPIO Peripheral Identification 1 (GPIOPeriphID1), offset 0xFE4 ....................................... 697
Register 31: GPIO Peripheral Identification 2 (GPIOPeriphID2), offset 0xFE8 ....................................... 698
Register 32: GPIO Peripheral Identification 3 (GPIOPeriphID3), offset 0xFEC ...................................... 699
Register 33: GPIO PrimeCell Identification 0 (GPIOPCellID0), offset 0xFF0 .......................................... 700
Register 34: GPIO PrimeCell Identification 1 (GPIOPCellID1), offset 0xFF4 .......................................... 701
Register 35: GPIO PrimeCell Identification 2 (GPIOPCellID2), offset 0xFF8 .......................................... 702
Register 36: GPIO PrimeCell Identification 3 (GPIOPCellID3), offset 0xFFC ......................................... 703
General-Purpose Timers ............................................................................................................. 704
Register 1: GPTM Configuration (GPTMCFG), offset 0x000 .............................................................. 727
Register 2: GPTM Timer A Mode (GPTMTAMR), offset 0x004 ........................................................... 729
Register 3: GPTM Timer B Mode (GPTMTBMR), offset 0x008 ........................................................... 733
Register 4: GPTM Control (GPTMCTL), offset 0x00C ........................................................................ 737
Register 5: GPTM Synchronize (GPTMSYNC), offset 0x010 .............................................................. 741
Register 6: GPTM Interrupt Mask (GPTMIMR), offset 0x018 .............................................................. 745
Register 7: GPTM Raw Interrupt Status (GPTMRIS), offset 0x01C ..................................................... 748
Register 8: GPTM Masked Interrupt Status (GPTMMIS), offset 0x020 ................................................ 751
Register 9: GPTM Interrupt Clear (GPTMICR), offset 0x024 .............................................................. 754
Register 10: GPTM Timer A Interval Load (GPTMTAILR), offset 0x028 ................................................ 756
Register 11: GPTM Timer B Interval Load (GPTMTBILR), offset 0x02C ................................................ 757
Register 12: GPTM Timer A Match (GPTMTAMATCHR), offset 0x030 .................................................. 758
Register 13: GPTM Timer B Match (GPTMTBMATCHR), offset 0x034 ................................................. 759
Register 14: GPTM Timer A Prescale (GPTMTAPR), offset 0x038 ....................................................... 760
Register 15: GPTM Timer B Prescale (GPTMTBPR), offset 0x03C ...................................................... 761
Register 16: GPTM TimerA Prescale Match (GPTMTAPMR), offset 0x040 ........................................... 762
Register 17: GPTM TimerB Prescale Match (GPTMTBPMR), offset 0x044 ........................................... 763
Register 18: GPTM Timer A (GPTMTAR), offset 0x048 ....................................................................... 764
Register 19: GPTM Timer B (GPTMTBR), offset 0x04C ....................................................................... 765
Register 20: GPTM Timer A Value (GPTMTAV), offset 0x050 ............................................................... 766
Register 21: GPTM Timer B Value (GPTMTBV), offset 0x054 .............................................................. 767
Register 22: GPTM RTC Predivide (GPTMRTCPD), offset 0x058 ........................................................ 768
Register 23: GPTM Timer A Prescale Snapshot (GPTMTAPS), offset 0x05C ........................................ 769
Register 24: GPTM Timer B Prescale Snapshot (GPTMTBPS), offset 0x060 ........................................ 770
Register 25: GPTM Timer A Prescale Value (GPTMTAPV), offset 0x064 .............................................. 771
Register 26: GPTM Timer B Prescale Value (GPTMTBPV), offset 0x068 .............................................. 772
Register 27: GPTM Peripheral Properties (GPTMPP), offset 0xFC0 ..................................................... 773
Watchdog Timers ......................................................................................................................... 774
Register 1: Watchdog Load (WDTLOAD), offset 0x000 ...................................................................... 778
Register 2: Watchdog Value (WDTVALUE), offset 0x004 ................................................................... 779
Register 3: Watchdog Control (WDTCTL), offset 0x008 ..................................................................... 780
Register 4: Watchdog Interrupt Clear (WDTICR), offset 0x00C .......................................................... 782
Register 5: Watchdog Raw Interrupt Status (WDTRIS), offset 0x010 .................................................. 783
Register 6: Watchdog Masked Interrupt Status (WDTMIS), offset 0x014 ............................................. 784
Register 7: Watchdog Test (WDTTEST), offset 0x418 ....................................................................... 785
Register 8: Watchdog Lock (WDTLOCK), offset 0xC00 ..................................................................... 786
Register 9: Watchdog Peripheral Identification 4 (WDTPeriphID4), offset 0xFD0 ................................. 787
Register 10: Watchdog Peripheral Identification 5 (WDTPeriphID5), offset 0xFD4 ................................. 788
Register 11: Watchdog Peripheral Identification 6 (WDTPeriphID6), offset 0xFD8 ................................. 789
Register 12: Watchdog Peripheral Identification 7 (WDTPeriphID7), offset 0xFDC ................................ 790
Register 13: Watchdog Peripheral Identification 0 (WDTPeriphID0), offset 0xFE0 ................................. 791
Register 14: Watchdog Peripheral Identification 1 (WDTPeriphID1), offset 0xFE4 ................................. 792
Register 15: Watchdog Peripheral Identification 2 (WDTPeriphID2), offset 0xFE8 ................................. 793
Register 16: Watchdog Peripheral Identification 3 (WDTPeriphID3), offset 0xFEC ................................. 794
Register 17: Watchdog PrimeCell Identification 0 (WDTPCellID0), offset 0xFF0 .................................... 795
Register 18: Watchdog PrimeCell Identification 1 (WDTPCellID1), offset 0xFF4 .................................... 796
Register 19: Watchdog PrimeCell Identification 2 (WDTPCellID2), offset 0xFF8 .................................... 797
Register 20: Watchdog PrimeCell Identification 3 (WDTPCellID3 ), offset 0xFFC .................................. 798
Analog-to-Digital Converter (ADC) ............................................................................................. 799
Register 1: ADC Active Sample Sequencer (ADCACTSS), offset 0x000 ............................................. 821
Register 2: ADC Raw Interrupt Status (ADCRIS), offset 0x004 ........................................................... 823
Register 3: ADC Interrupt Mask (ADCIM), offset 0x008 ..................................................................... 825
Register 4: ADC Interrupt Status and Clear (ADCISC), offset 0x00C .................................................. 828
Register 5: ADC Overflow Status (ADCOSTAT), offset 0x010 ............................................................ 831
Register 6: ADC Event Multiplexer Select (ADCEMUX), offset 0x014 ................................................. 833
Register 7: ADC Underflow Status (ADCUSTAT), offset 0x018 ........................................................... 838
Register 8: ADC Trigger Source Select (ADCTSSEL), offset 0x01C ................................................... 839
Register 9: ADC Sample Sequencer Priority (ADCSSPRI), offset 0x020 ............................................. 841
Register 10: ADC Sample Phase Control (ADCSPC), offset 0x024 ...................................................... 843
Register 11: ADC Processor Sample Sequence Initiate (ADCPSSI), offset 0x028 ................................. 845
Register 12: ADC Sample Averaging Control (ADCSAC), offset 0x030 ................................................. 847
Register 13: ADC Digital Comparator Interrupt Status and Clear (ADCDCISC), offset 0x034 ................. 848
Register 14: ADC Control (ADCCTL), offset 0x038 ............................................................................. 850
Register 15: ADC Sample Sequence Input Multiplexer Select 0 (ADCSSMUX0), offset 0x040 ............... 851
Register 16: ADC Sample Sequence Control 0 (ADCSSCTL0), offset 0x044 ........................................ 853
Register 17: ADC Sample Sequence Result FIFO 0 (ADCSSFIFO0), offset 0x048 ................................ 860
Register 18: ADC Sample Sequence Result FIFO 1 (ADCSSFIFO1), offset 0x068 ................................ 860
Register 19: ADC Sample Sequence Result FIFO 2 (ADCSSFIFO2), offset 0x088 ................................ 860
Register 20: ADC Sample Sequence Result FIFO 3 (ADCSSFIFO3), offset 0x0A8 ............................... 860
Register 21: ADC Sample Sequence FIFO 0 Status (ADCSSFSTAT0), offset 0x04C ............................. 861
Register 22: ADC Sample Sequence FIFO 1 Status (ADCSSFSTAT1), offset 0x06C ............................. 861
Register 23: ADC Sample Sequence FIFO 2 Status (ADCSSFSTAT2), offset 0x08C ............................ 861
Register 24: ADC Sample Sequence FIFO 3 Status (ADCSSFSTAT3), offset 0x0AC ............................ 861
Register 25: ADC Sample Sequence 0 Operation (ADCSSOP0), offset 0x050 ...................................... 863
Register 26: ADC Sample Sequence 0 Digital Comparator Select (ADCSSDC0), offset 0x054 .............. 865
Register 27: ADC Sample Sequence Input Multiplexer Select 1 (ADCSSMUX1), offset 0x060 ............... 867
Register 28: ADC Sample Sequence Input Multiplexer Select 2 (ADCSSMUX2), offset 0x080 ............... 867
Register 29: ADC Sample Sequence Control 1 (ADCSSCTL1), offset 0x064 ........................................ 868
Register 30: ADC Sample Sequence Control 2 (ADCSSCTL2), offset 0x084 ........................................ 868
Register 31: ADC Sample Sequence 1 Operation (ADCSSOP1), offset 0x070 ...................................... 872
Register 32: ADC Sample Sequence 2 Operation (ADCSSOP2), offset 0x090 ..................................... 872
Register 33: ADC Sample Sequence 1 Digital Comparator Select (ADCSSDC1), offset 0x074 .............. 873
Register 34: ADC Sample Sequence 2 Digital Comparator Select (ADCSSDC2), offset 0x094 .............. 873
Register 35: ADC Sample Sequence Input Multiplexer Select 3 (ADCSSMUX3), offset 0x0A0 ............... 875
Register 36: ADC Sample Sequence Control 3 (ADCSSCTL3), offset 0x0A4 ........................................ 876
Register 37: ADC Sample Sequence 3 Operation (ADCSSOP3), offset 0x0B0 ..................................... 878
Register 38: ADC Sample Sequence 3 Digital Comparator Select (ADCSSDC3), offset 0x0B4 .............. 879
Register 39: ADC Digital Comparator Reset Initial Conditions (ADCDCRIC), offset 0xD00 ..................... 880
Register 40: ADC Digital Comparator Control 0 (ADCDCCTL0), offset 0xE00 ....................................... 885
Register 41: ADC Digital Comparator Control 1 (ADCDCCTL1), offset 0xE04 ....................................... 885
Register 42: ADC Digital Comparator Control 2 (ADCDCCTL2), offset 0xE08 ....................................... 885
Register 43: ADC Digital Comparator Control 3 (ADCDCCTL3), offset 0xE0C ...................................... 885
Register 44: ADC Digital Comparator Control 4 (ADCDCCTL4), offset 0xE10 ....................................... 885
Register 45: ADC Digital Comparator Control 5 (ADCDCCTL5), offset 0xE14 ....................................... 885
Register 46: ADC Digital Comparator Control 6 (ADCDCCTL6), offset 0xE18 ....................................... 885
Register 47: ADC Digital Comparator Control 7 (ADCDCCTL7), offset 0xE1C ...................................... 885
Register 48: ADC Digital Comparator Range 0 (ADCDCCMP0), offset 0xE40 ....................................... 888
Register 49: ADC Digital Comparator Range 1 (ADCDCCMP1), offset 0xE44 ....................................... 888
Register 50: ADC Digital Comparator Range 2 (ADCDCCMP2), offset 0xE48 ....................................... 888
Register 51: ADC Digital Comparator Range 3 (ADCDCCMP3), offset 0xE4C ...................................... 888
Register 52: ADC Digital Comparator Range 4 (ADCDCCMP4), offset 0xE50 ....................................... 888
Register 53: ADC Digital Comparator Range 5 (ADCDCCMP5), offset 0xE54 ....................................... 888
Register 54: ADC Digital Comparator Range 6 (ADCDCCMP6), offset 0xE58 ....................................... 888
Register 55: ADC Digital Comparator Range 7 (ADCDCCMP7), offset 0xE5C ...................................... 888
Register 56: ADC Peripheral Properties (ADCPP), offset 0xFC0 .......................................................... 889
Register 57: ADC Peripheral Configuration (ADCPC), offset 0xFC4 ..................................................... 891
Register 58: ADC Clock Configuration (ADCCC), offset 0xFC8 ............................................................ 892
Universal Asynchronous Receivers/Transmitters (UARTs) ..................................................... 893
Register 1: UART Data (UARTDR), offset 0x000 ............................................................................... 906
Register 2: UART Receive Status/Error Clear (UARTRSR/UARTECR), offset 0x004 ........................... 908
Register 3: UART Flag (UARTFR), offset 0x018 ................................................................................ 911
Register 4: UART IrDA Low-Power Register (UARTILPR), offset 0x020 ............................................. 913
Register 5: UART Integer Baud-Rate Divisor (UARTIBRD), offset 0x024 ............................................ 914
Register 6: UART Fractional Baud-Rate Divisor (UARTFBRD), offset 0x028 ....................................... 915
Register 7: UART Line Control (UARTLCRH), offset 0x02C ............................................................... 916
Register 8: UART Control (UARTCTL), offset 0x030 ......................................................................... 918
Register 9: UART Interrupt FIFO Level Select (UARTIFLS), offset 0x034 ........................................... 922
Register 10: UART Interrupt Mask (UARTIM), offset 0x038 ................................................................. 924
Register 11: UART Raw Interrupt Status (UARTRIS), offset 0x03C ...................................................... 927
Register 12: UART Masked Interrupt Status (UARTMIS), offset 0x040 ................................................. 930
Register 13: UART Interrupt Clear (UARTICR), offset 0x044 ............................................................... 933
Register 14: UART DMA Control (UARTDMACTL), offset 0x048 .......................................................... 935
Register 15: UART 9-Bit Self Address (UART9BITADDR), offset 0x0A4 ............................................... 936
Register 16: UART 9-Bit Self Address Mask (UART9BITAMASK), offset 0x0A8 .................................... 937
Register 17: UART Peripheral Properties (UARTPP), offset 0xFC0 ...................................................... 938
Register 18: UART Clock Configuration (UARTCC), offset 0xFC8 ........................................................ 939
Register 19: UART Peripheral Identification 4 (UARTPeriphID4), offset 0xFD0 ..................................... 940
Register 20: UART Peripheral Identification 5 (UARTPeriphID5), offset 0xFD4 ..................................... 941
Register 21: UART Peripheral Identification 6 (UARTPeriphID6), offset 0xFD8 ..................................... 942
Register 22: UART Peripheral Identification 7 (UARTPeriphID7), offset 0xFDC ..................................... 943
Register 23: UART Peripheral Identification 0 (UARTPeriphID0), offset 0xFE0 ...................................... 944
Register 24: UART Peripheral Identification 1 (UARTPeriphID1), offset 0xFE4 ...................................... 945
Register 25: UART Peripheral Identification 2 (UARTPeriphID2), offset 0xFE8 ...................................... 946
Register 26: UART Peripheral Identification 3 (UARTPeriphID3), offset 0xFEC ..................................... 947
Register 27: UART PrimeCell Identification 0 (UARTPCellID0), offset 0xFF0 ........................................ 948
Register 28: UART PrimeCell Identification 1 (UARTPCellID1), offset 0xFF4 ........................................ 949
Register 29: UART PrimeCell Identification 2 (UARTPCellID2), offset 0xFF8 ........................................ 950
Register 30: UART PrimeCell Identification 3 (UARTPCellID3), offset 0xFFC ........................................ 951
Synchronous Serial Interface (SSI) ............................................................................................ 952
Register 1: SSI Control 0 (SSICR0), offset 0x000 .............................................................................. 969
Register 2: SSI Control 1 (SSICR1), offset 0x004 .............................................................................. 971
Register 3: SSI Data (SSIDR), offset 0x008 ...................................................................................... 973
Register 4: SSI Status (SSISR), offset 0x00C ................................................................................... 974
Register 5: SSI Clock Prescale (SSICPSR), offset 0x010 .................................................................. 976
Register 6: SSI Interrupt Mask (SSIIM), offset 0x014 ......................................................................... 977
Register 7: SSI Raw Interrupt Status (SSIRIS), offset 0x018 .............................................................. 978
Register 8: SSI Masked Interrupt Status (SSIMIS), offset 0x01C ........................................................ 980
Register 9: SSI Interrupt Clear (SSIICR), offset 0x020 ....................................................................... 982
Register 10: SSI DMA Control (SSIDMACTL), offset 0x024 ................................................................. 983
Register 11: SSI Clock Configuration (SSICC), offset 0xFC8 ............................................................... 984
Register 12: SSI Peripheral Identification 4 (SSIPeriphID4), offset 0xFD0 ............................................. 985
Register 13: SSI Peripheral Identification 5 (SSIPeriphID5), offset 0xFD4 ............................................. 986
Register 14: SSI Peripheral Identification 6 (SSIPeriphID6), offset 0xFD8 ............................................. 987
Register 15: SSI Peripheral Identification 7 (SSIPeriphID7), offset 0xFDC ............................................ 988
Register 16: SSI Peripheral Identification 0 (SSIPeriphID0), offset 0xFE0 ............................................. 989
Register 17: SSI Peripheral Identification 1 (SSIPeriphID1), offset 0xFE4 ............................................. 990
Register 18: SSI Peripheral Identification 2 (SSIPeriphID2), offset 0xFE8 ............................................. 991
Register 19: SSI Peripheral Identification 3 (SSIPeriphID3), offset 0xFEC ............................................ 992
Register 20: SSI PrimeCell Identification 0 (SSIPCellID0), offset 0xFF0 ............................................... 993
Register 21: SSI PrimeCell Identification 1 (SSIPCellID1), offset 0xFF4 ............................................... 994
Register 22: SSI PrimeCell Identification 2 (SSIPCellID2), offset 0xFF8 ............................................... 995
Register 23: SSI PrimeCell Identification 3 (SSIPCellID3), offset 0xFFC ............................................... 996
Inter-Integrated Circuit (I2C) Interface ........................................................................................ 997
Register 1: I2C Master Slave Address (I2CMSA), offset 0x000 ......................................................... 1019
Register 2: I2C Master Control/Status (I2CMCS), offset 0x004 ......................................................... 1020
Register 3: I2C Master Data (I2CMDR), offset 0x008 ....................................................................... 1025
Register 4: I2C Master Timer Period (I2CMTPR), offset 0x00C ......................................................... 1026
Register 5: I2C Master Interrupt Mask (I2CMIMR), offset 0x010 ....................................................... 1027
Register 6: I2C Master Raw Interrupt Status (I2CMRIS), offset 0x014 ............................................... 1028
Register 7: I2C Master Masked Interrupt Status (I2CMMIS), offset 0x018 .......................................... 1029
Register 8: I2C Master Interrupt Clear (I2CMICR), offset 0x01C ....................................................... 1030
Register 9: I2C Master Configuration (I2CMCR), offset 0x020 .......................................................... 1031
Register 10: I2C Master Clock Low Timeout Count (I2CMCLKOCNT), offset 0x024 ............................. 1033
Register 11: I2C Master Bus Monitor (I2CMBMON), offset 0x02C ....................................................... 1034
Register 12: I2C Master Configuration 2 (I2CMCR2), offset 0x038 ...................................................... 1035
Register 13: I2C Slave Own Address (I2CSOAR), offset 0x800 .......................................................... 1036
Register 14: I2C Slave Control/Status (I2CSCSR), offset 0x804 ......................................................... 1037
Register 15: I2C Slave Data (I2CSDR), offset 0x808 ......................................................................... 1039
Register 16: I2C Slave Interrupt Mask (I2CSIMR), offset 0x80C ......................................................... 1040
Register 17: I2C Slave Raw Interrupt Status (I2CSRIS), offset 0x810 ................................................. 1041
Register 18: I2C Slave Masked Interrupt Status (I2CSMIS), offset 0x814 ............................................ 1042
Register 19: I2C Slave Interrupt Clear (I2CSICR), offset 0x818 .......................................................... 1043
Register 20: I2C Slave Own Address 2 (I2CSOAR2), offset 0x81C ..................................................... 1044
Register 21: I2C Slave ACK Control (I2CSACKCTL), offset 0x820 ...................................................... 1045
Register 22: I2C Peripheral Properties (I2CPP), offset 0xFC0 ............................................................ 1046
Register 23: I2C Peripheral Configuration (I2CPC), offset 0xFC4 ....................................................... 1047
Controller Area Network (CAN) Module ................................................................................... 1048
Register 1: CAN Control (CANCTL), offset 0x000 ............................................................................ 1070
Register 2: CAN Status (CANSTS), offset 0x004 ............................................................................. 1072
Register 3: CAN Error Counter (CANERR), offset 0x008 ................................................................. 1075
Register 4: CAN Bit Timing (CANBIT), offset 0x00C ........................................................................ 1076
Register 5: CAN Interrupt (CANINT), offset 0x010 ........................................................................... 1077
Register 6: CAN Test (CANTST), offset 0x014 ................................................................................ 1078
Register 7: CAN Baud Rate Prescaler Extension (CANBRPE), offset 0x018 ..................................... 1080
Register 8: CAN IF1 Command Request (CANIF1CRQ), offset 0x020 .............................................. 1081
Register 9: CAN IF2 Command Request (CANIF2CRQ), offset 0x080 .............................................. 1081
Register 10: CAN IF1 Command Mask (CANIF1CMSK), offset 0x024 ................................................ 1082
Register 11: CAN IF2 Command Mask (CANIF2CMSK), offset 0x084 ................................................ 1082
Register 12: CAN IF1 Mask 1 (CANIF1MSK1), offset 0x028 .............................................................. 1085
Register 13: CAN IF2 Mask 1 (CANIF2MSK1), offset 0x088 .............................................................. 1085
Register 14: CAN IF1 Mask 2 (CANIF1MSK2), offset 0x02C .............................................................. 1086
Register 15: CAN IF2 Mask 2 (CANIF2MSK2), offset 0x08C .............................................................. 1086
Register 16: CAN IF1 Arbitration 1 (CANIF1ARB1), offset 0x030 ....................................................... 1088
Register 17: CAN IF2 Arbitration 1 (CANIF2ARB1), offset 0x090 ....................................................... 1088
Register 18: CAN IF1 Arbitration 2 (CANIF1ARB2), offset 0x034 ....................................................... 1089
Register 19: CAN IF2 Arbitration 2 (CANIF2ARB2), offset 0x094 ....................................................... 1089
Register 20: CAN IF1 Message Control (CANIF1MCTL), offset 0x038 ................................................ 1091
Register 21: CAN IF2 Message Control (CANIF2MCTL), offset 0x098 ................................................ 1091
Register 22: CAN IF1 Data A1 (CANIF1DA1), offset 0x03C ............................................................... 1094
Register 23: CAN IF1 Data A2 (CANIF1DA2), offset 0x040 ................................................................ 1094
Register 24: CAN IF1 Data B1 (CANIF1DB1), offset 0x044 ................................................................ 1094
Register 25: CAN IF1 Data B2 (CANIF1DB2), offset 0x048 ................................................................ 1094
Register 26: CAN IF2 Data A1 (CANIF2DA1), offset 0x09C ............................................................... 1094
Register 27: CAN IF2 Data A2 (CANIF2DA2), offset 0x0A0 ............................................................... 1094
Register 28: CAN IF2 Data B1 (CANIF2DB1), offset 0x0A4 ............................................................... 1094
Register 29: CAN IF2 Data B2 (CANIF2DB2), offset 0x0A8 ............................................................... 1094
Register 30: CAN Transmission Request 1 (CANTXRQ1), offset 0x100 .............................................. 1095
Register 31: CAN Transmission Request 2 (CANTXRQ2), offset 0x104 .............................................. 1095
Register 32: CAN New Data 1 (CANNWDA1), offset 0x120 ............................................................... 1096
Register 33: CAN New Data 2 (CANNWDA2), offset 0x124 ............................................................... 1096
Register 34: CAN Message 1 Interrupt Pending (CANMSG1INT), offset 0x140 ................................... 1097
Register 35: CAN Message 2 Interrupt Pending (CANMSG2INT), offset 0x144 ................................... 1097
Register 36: CAN Message 1 Valid (CANMSG1VAL), offset 0x160 ..................................................... 1098
Register 37: CAN Message 2 Valid (CANMSG2VAL), offset 0x164 ..................................................... 1098
Universal Serial Bus (USB) Controller ..................................................................................... 1099
Register 1: USB Device Functional Address (USBFADDR), offset 0x000 .......................................... 1122
Register 2: USB Power (USBPOWER), offset 0x001 ....................................................................... 1123
Register 3: USB Transmit Interrupt Status (USBTXIS), offset 0x002 ................................................. 1126
Register 4: USB Receive Interrupt Status (USBRXIS), offset 0x004 ................................................. 1128
Register 5: USB Transmit Interrupt Enable (USBTXIE), offset 0x006 ................................................ 1129
Register 6: USB Receive Interrupt Enable (USBRXIE), offset 0x008 ................................................. 1131
Register 7: USB General Interrupt Status (USBIS), offset 0x00A ...................................................... 1132
Register 8: USB Interrupt Enable (USBIE), offset 0x00B .................................................................. 1135
Register 9: USB Frame Value (USBFRAME), offset 0x00C .............................................................. 1138
Register 10: USB Endpoint Index (USBEPIDX), offset 0x00E ............................................................ 1139
Register 11: USB Test Mode (USBTEST), offset 0x00F ..................................................................... 1140
Register 12: USB FIFO Endpoint 0 (USBFIFO0), offset 0x020 ........................................................... 1142
Register 13: USB FIFO Endpoint 1 (USBFIFO1), offset 0x024 ........................................................... 1142
Register 14: USB FIFO Endpoint 2 (USBFIFO2), offset 0x028 ........................................................... 1142
Register 15: USB FIFO Endpoint 3 (USBFIFO3), offset 0x02C ........................................................... 1142
Register 16: USB FIFO Endpoint 4 (USBFIFO4), offset 0x030 ........................................................... 1142
Register 17: USB FIFO Endpoint 5 (USBFIFO5), offset 0x034 ........................................................... 1142
Register 18: USB FIFO Endpoint 6 (USBFIFO6), offset 0x038 ........................................................... 1142
Register 19: USB FIFO Endpoint 7 (USBFIFO7), offset 0x03C ........................................................... 1142
Register 20: USB Device Control (USBDEVCTL), offset 0x060 .......................................................... 1143
Register 21: USB Transmit Dynamic FIFO Sizing (USBTXFIFOSZ), offset 0x062 ................................ 1145
Register 22: USB Receive Dynamic FIFO Sizing (USBRXFIFOSZ), offset 0x063 ................................ 1145
Register 23: USB Transmit FIFO Start Address (USBTXFIFOADD), offset 0x064 ................................ 1146
Register 24: USB Receive FIFO Start Address (USBRXFIFOADD), offset 0x066 ................................ 1146
Register 25: USB Connect Timing (USBCONTIM), offset 0x07A ........................................................ 1147
Register 26: USB OTG VBUS Pulse Timing (USBVPLEN), offset 0x07B ............................................ 1148
Register 27: USB Full-Speed Last Transaction to End of Frame Timing (USBFSEOF), offset 0x07D .... 1149
Register 28: USB Low-Speed Last Transaction to End of Frame Timing (USBLSEOF), offset 0x07E .... 1150
Register 29: USB Transmit Functional Address Endpoint 0 (USBTXFUNCADDR0), offset 0x080 ......... 1151
Register 30: USB Transmit Functional Address Endpoint 1 (USBTXFUNCADDR1), offset 0x088 ......... 1151
Register 31: USB Transmit Functional Address Endpoint 2 (USBTXFUNCADDR2), offset 0x090 ......... 1151
Register 32: USB Transmit Functional Address Endpoint 3 (USBTXFUNCADDR3), offset 0x098 ......... 1151
Register 33: USB Transmit Functional Address Endpoint 4 (USBTXFUNCADDR4), offset 0x0A0 ......... 1151
Register 34: USB Transmit Functional Address Endpoint 5 (USBTXFUNCADDR5), offset 0x0A8 ......... 1151
Register 35: USB Transmit Functional Address Endpoint 6 (USBTXFUNCADDR6), offset 0x0B0 ......... 1151
Register 36: USB Transmit Functional Address Endpoint 7 (USBTXFUNCADDR7), offset 0x0B8 ......... 1151
Register 37: USB Transmit Hub Address Endpoint 0 (USBTXHUBADDR0), offset 0x082 ..................... 1152
Register 38: USB Transmit Hub Address Endpoint 1 (USBTXHUBADDR1), offset 0x08A .................... 1152
Register 39: USB Transmit Hub Address Endpoint 2 (USBTXHUBADDR2), offset 0x092 ..................... 1152
Register 40: USB Transmit Hub Address Endpoint 3 (USBTXHUBADDR3), offset 0x09A .................... 1152
Register 41: USB Transmit Hub Address Endpoint 4 (USBTXHUBADDR4), offset 0x0A2 .................... 1152
Register 42: USB Transmit Hub Address Endpoint 5 (USBTXHUBADDR5), offset 0x0AA .................... 1152
Register 43: USB Transmit Hub Address Endpoint 6 (USBTXHUBADDR6), offset 0x0B2 .................... 1152
Register 44: USB Transmit Hub Address Endpoint 7 (USBTXHUBADDR7), offset 0x0BA .................... 1152
Register 45: USB Transmit Hub Port Endpoint 0 (USBTXHUBPORT0), offset 0x083 ........................... 1153
Register 46: USB Transmit Hub Port Endpoint 1 (USBTXHUBPORT1), offset 0x08B ........................... 1153
Register 47: USB Transmit Hub Port Endpoint 2 (USBTXHUBPORT2), offset 0x093 ........................... 1153
Register 48: USB Transmit Hub Port Endpoint 3 (USBTXHUBPORT3), offset 0x09B ........................... 1153
Register 49: USB Transmit Hub Port Endpoint 4 (USBTXHUBPORT4), offset 0x0A3 ........................... 1153
Register 50: USB Transmit Hub Port Endpoint 5 (USBTXHUBPORT5), offset 0x0AB .......................... 1153
Register 51: USB Transmit Hub Port Endpoint 6 (USBTXHUBPORT6), offset 0x0B3 ........................... 1153
Register 52: USB Transmit Hub Port Endpoint 7 (USBTXHUBPORT7), offset 0x0BB .......................... 1153
Register 53: USB Receive Functional Address Endpoint 1 (USBRXFUNCADDR1), offset 0x08C ......... 1154
Register 54: USB Receive Functional Address Endpoint 2 (USBRXFUNCADDR2), offset 0x094 ......... 1154
Register 55: USB Receive Functional Address Endpoint 3 (USBRXFUNCADDR3), offset 0x09C ......... 1154
Register 56: USB Receive Functional Address Endpoint 4 (USBRXFUNCADDR4), offset 0x0A4 ......... 1154
Register 57: USB Receive Functional Address Endpoint 5 (USBRXFUNCADDR5), offset 0x0AC ......... 1154
Register 58: USB Receive Functional Address Endpoint 6 (USBRXFUNCADDR6), offset 0x0B4 ......... 1154
Register 59: USB Receive Functional Address Endpoint 7 (USBRXFUNCADDR7), offset 0x0BC ......... 1154
Register 60: USB Receive Hub Address Endpoint 1 (USBRXHUBADDR1), offset 0x08E ..................... 1155
Register 61: USB Receive Hub Address Endpoint 2 (USBRXHUBADDR2), offset 0x096 ..................... 1155
Register 62: USB Receive Hub Address Endpoint 3 (USBRXHUBADDR3), offset 0x09E ..................... 1155
Register 63: USB Receive Hub Address Endpoint 4 (USBRXHUBADDR4), offset 0x0A6 ..................... 1155
Register 64: USB Receive Hub Address Endpoint 5 (USBRXHUBADDR5), offset 0x0AE .................... 1155
Register 65: USB Receive Hub Address Endpoint 6 (USBRXHUBADDR6), offset 0x0B6 ..................... 1155
Register 66: USB Receive Hub Address Endpoint 7 (USBRXHUBADDR7), offset 0x0BE .................... 1155
Register 67: USB Receive Hub Port Endpoint 1 (USBRXHUBPORT1), offset 0x08F ........................... 1156
Register 68: USB Receive Hub Port Endpoint 2 (USBRXHUBPORT2), offset 0x097 ........................... 1156
Register 69: USB Receive Hub Port Endpoint 3 (USBRXHUBPORT3), offset 0x09F ........................... 1156
Register 70: USB Receive Hub Port Endpoint 4 (USBRXHUBPORT4), offset 0x0A7 ........................... 1156
Register 71: USB Receive Hub Port Endpoint 5 (USBRXHUBPORT5), offset 0x0AF ........................... 1156
Register 72: USB Receive Hub Port Endpoint 6 (USBRXHUBPORT6), offset 0x0B7 ........................... 1156
Register 73: USB Receive Hub Port Endpoint 7 (USBRXHUBPORT7), offset 0x0BF ........................... 1156
Register 74: USB Maximum Transmit Data Endpoint 1 (USBTXMAXP1), offset 0x110 ......................... 1157
Register 75: USB Maximum Transmit Data Endpoint 2 (USBTXMAXP2), offset 0x120 ........................ 1157
Register 76: USB Maximum Transmit Data Endpoint 3 (USBTXMAXP3), offset 0x130 ........................ 1157
Register 77: USB Maximum Transmit Data Endpoint 4 (USBTXMAXP4), offset 0x140 ........................ 1157
Register 78: USB Maximum Transmit Data Endpoint 5 (USBTXMAXP5), offset 0x150 ........................ 1157
Register 79: USB Maximum Transmit Data Endpoint 6 (USBTXMAXP6), offset 0x160 ........................ 1157
Register 80: USB Maximum Transmit Data Endpoint 7 (USBTXMAXP7), offset 0x170 ........................ 1157
Register 81: USB Control and Status Endpoint 0 Low (USBCSRL0), offset 0x102 ............................... 1158
Register 82: USB Control and Status Endpoint 0 High (USBCSRH0), offset 0x103 ............................. 1162
Register 83: USB Receive Byte Count Endpoint 0 (USBCOUNT0), offset 0x108 ................................. 1164
Register 84: USB Type Endpoint 0 (USBTYPE0), offset 0x10A .......................................................... 1165
Register 85: USB NAK Limit (USBNAKLMT), offset 0x10B ................................................................ 1166
Register 86: USB Transmit Control and Status Endpoint 1 Low (USBTXCSRL1), offset 0x112 ............. 1167
Register 87: USB Transmit Control and Status Endpoint 2 Low (USBTXCSRL2), offset 0x122 ............. 1167
Register 88: USB Transmit Control and Status Endpoint 3 Low (USBTXCSRL3), offset 0x132 ............. 1167
Register 89: USB Transmit Control and Status Endpoint 4 Low (USBTXCSRL4), offset 0x142 ............. 1167
Register 90: USB Transmit Control and Status Endpoint 5 Low (USBTXCSRL5), offset 0x152 ............. 1167
Register 91: USB Transmit Control and Status Endpoint 6 Low (USBTXCSRL6), offset 0x162 ............. 1167
Register 92: USB Transmit Control and Status Endpoint 7 Low (USBTXCSRL7), offset 0x172 ............. 1167
Register 93: USB Transmit Control and Status Endpoint 1 High (USBTXCSRH1), offset 0x113 ............ 1171
Register 94: USB Transmit Control and Status Endpoint 2 High (USBTXCSRH2), offset 0x123 ........... 1171
Register 95: USB Transmit Control and Status Endpoint 3 High (USBTXCSRH3), offset 0x133 ........... 1171
Register 96: USB Transmit Control and Status Endpoint 4 High (USBTXCSRH4), offset 0x143 ........... 1171
Register 97: USB Transmit Control and Status Endpoint 5 High (USBTXCSRH5), offset 0x153 ........... 1171
Register 98: USB Transmit Control and Status Endpoint 6 High (USBTXCSRH6), offset 0x163 ........... 1171
Register 99: USB Transmit Control and Status Endpoint 7 High (USBTXCSRH7), offset 0x173 ........... 1171
Register 100: USB Maximum Receive Data Endpoint 1 (USBRXMAXP1), offset 0x114 ......................... 1175
Register 101: USB Maximum Receive Data Endpoint 2 (USBRXMAXP2), offset 0x124 ......................... 1175
Register 102: USB Maximum Receive Data Endpoint 3 (USBRXMAXP3), offset 0x134 ......................... 1175
Register 103: USB Maximum Receive Data Endpoint 4 (USBRXMAXP4), offset 0x144 ......................... 1175
Register 104: USB Maximum Receive Data Endpoint 5 (USBRXMAXP5), offset 0x154 ......................... 1175
Register 105: USB Maximum Receive Data Endpoint 6 (USBRXMAXP6), offset 0x164 ......................... 1175
Register 106: USB Maximum Receive Data Endpoint 7 (USBRXMAXP7), offset 0x174 ......................... 1175
Register 107: USB Receive Control and Status Endpoint 1 Low (USBRXCSRL1), offset 0x116 ............. 1176
Register 108: USB Receive Control and Status Endpoint 2 Low (USBRXCSRL2), offset 0x126 ............. 1176
Register 109: USB Receive Control and Status Endpoint 3 Low (USBRXCSRL3), offset 0x136 ............. 1176
Register 110: USB Receive Control and Status Endpoint 4 Low (USBRXCSRL4), offset 0x146 ............. 1176
Register 111: USB Receive Control and Status Endpoint 5 Low (USBRXCSRL5), offset 0x156 ............. 1176
Register 112: USB Receive Control and Status Endpoint 6 Low (USBRXCSRL6), offset 0x166 ............. 1176
Register 113: USB Receive Control and Status Endpoint 7 Low (USBRXCSRL7), offset 0x176 ............. 1176
Register 114: USB Receive Control and Status Endpoint 1 High (USBRXCSRH1), offset 0x117 ............ 1181
Register 115: USB Receive Control and Status Endpoint 2 High (USBRXCSRH2), offset 0x127 ............ 1181
Register 116: USB Receive Control and Status Endpoint 3 High (USBRXCSRH3), offset 0x137 ............ 1181
Register 117: USB Receive Control and Status Endpoint 4 High (USBRXCSRH4), offset 0x147 ............ 1181
Register 118: USB Receive Control and Status Endpoint 5 High (USBRXCSRH5), offset 0x157 ............ 1181
Register 119: USB Receive Control and Status Endpoint 6 High (USBRXCSRH6), offset 0x167 ............ 1181
Register 120: USB Receive Control and Status Endpoint 7 High (USBRXCSRH7), offset 0x177 ............ 1181
Register 121: USB Receive Byte Count Endpoint 1 (USBRXCOUNT1), offset 0x118 ............................. 1185
Register 122: USB Receive Byte Count Endpoint 2 (USBRXCOUNT2), offset 0x128 ............................ 1185
Register 123: USB Receive Byte Count Endpoint 3 (USBRXCOUNT3), offset 0x138 ............................ 1185
Register 124: USB Receive Byte Count Endpoint 4 (USBRXCOUNT4), offset 0x148 ............................ 1185
Register 125: USB Receive Byte Count Endpoint 5 (USBRXCOUNT5), offset 0x158 ............................ 1185
Register 126: USB Receive Byte Count Endpoint 6 (USBRXCOUNT6), offset 0x168 ............................ 1185
Register 127: USB Receive Byte Count Endpoint 7 (USBRXCOUNT7), offset 0x178 ............................ 1185
Register 128: USB Host Transmit Configure Type Endpoint 1 (USBTXTYPE1), offset 0x11A ................. 1186
Register 129: USB Host Transmit Configure Type Endpoint 2 (USBTXTYPE2), offset 0x12A ................. 1186
Register 130: USB Host Transmit Configure Type Endpoint 3 (USBTXTYPE3), offset 0x13A ................. 1186
Register 131: USB Host Transmit Configure Type Endpoint 4 (USBTXTYPE4), offset 0x14A ................. 1186
Register 132: USB Host Transmit Configure Type Endpoint 5 (USBTXTYPE5), offset 0x15A ................. 1186
Register 133: USB Host Transmit Configure Type Endpoint 6 (USBTXTYPE6), offset 0x16A ................. 1186
Register 134: USB Host Transmit Configure Type Endpoint 7 (USBTXTYPE7), offset 0x17A ................. 1186
Register 135: USB Host Transmit Interval Endpoint 1 (USBTXINTERVAL1), offset 0x11B ..................... 1188
Register 136: USB Host Transmit Interval Endpoint 2 (USBTXINTERVAL2), offset 0x12B ..................... 1188
Register 137: USB Host Transmit Interval Endpoint 3 (USBTXINTERVAL3), offset 0x13B ..................... 1188
Register 138: USB Host Transmit Interval Endpoint 4 (USBTXINTERVAL4), offset 0x14B ..................... 1188
Register 139: USB Host Transmit Interval Endpoint 5 (USBTXINTERVAL5), offset 0x15B ..................... 1188
Register 140: USB Host Transmit Interval Endpoint 6 (USBTXINTERVAL6), offset 0x16B ..................... 1188
Register 141: USB Host Transmit Interval Endpoint 7 (USBTXINTERVAL7), offset 0x17B ..................... 1188
Register 142: USB Host Configure Receive Type Endpoint 1 (USBRXTYPE1), offset 0x11C ................. 1189
Register 143: USB Host Configure Receive Type Endpoint 2 (USBRXTYPE2), offset 0x12C ................. 1189
Register 144: USB Host Configure Receive Type Endpoint 3 (USBRXTYPE3), offset 0x13C ................. 1189
Register 145: USB Host Configure Receive Type Endpoint 4 (USBRXTYPE4), offset 0x14C ................. 1189
Register 146: USB Host Configure Receive Type Endpoint 5 (USBRXTYPE5), offset 0x15C ................. 1189
Register 147: USB Host Configure Receive Type Endpoint 6 (USBRXTYPE6), offset 0x16C ................. 1189
Register 148: USB Host Configure Receive Type Endpoint 7 (USBRXTYPE7), offset 0x17C ................. 1189
Register 149: USB Host Receive Polling Interval Endpoint 1 (USBRXINTERVAL1), offset 0x11D ........... 1191
Register 150: USB Host Receive Polling Interval Endpoint 2 (USBRXINTERVAL2), offset 0x12D ........... 1191
Register 151: USB Host Receive Polling Interval Endpoint 3 (USBRXINTERVAL3), offset 0x13D ........... 1191
Register 152: USB Host Receive Polling Interval Endpoint 4 (USBRXINTERVAL4), offset 0x14D ........... 1191
Register 153: USB Host Receive Polling Interval Endpoint 5 (USBRXINTERVAL5), offset 0x15D ........... 1191
Register 154: USB Host Receive Polling Interval Endpoint 6 (USBRXINTERVAL6), offset 0x16D ........... 1191
Register 155: USB Host Receive Polling Interval Endpoint 7 (USBRXINTERVAL7), offset 0x17D ........... 1191
Register 156: USB Request Packet Count in Block Transfer Endpoint 1 (USBRQPKTCOUNT1), offset
0x304 .......................................................................................................................... 1192
Register 157: USB Request Packet Count in Block Transfer Endpoint 2 (USBRQPKTCOUNT2), offset
0x308 .......................................................................................................................... 1192
Register 158: USB Request Packet Count in Block Transfer Endpoint 3 (USBRQPKTCOUNT3), offset
0x30C ......................................................................................................................... 1192
Register 159: USB Request Packet Count in Block Transfer Endpoint 4 (USBRQPKTCOUNT4), offset
0x310 .......................................................................................................................... 1192
Register 160: USB Request Packet Count in Block Transfer Endpoint 5 (USBRQPKTCOUNT5), offset
0x314 .......................................................................................................................... 1192
Register 161: USB Request Packet Count in Block Transfer Endpoint 6 (USBRQPKTCOUNT6), offset
0x318 .......................................................................................................................... 1192
Register 162: USB Request Packet Count in Block Transfer Endpoint 7 (USBRQPKTCOUNT7), offset
0x31C ......................................................................................................................... 1192
Register 163: USB Receive Double Packet Buffer Disable (USBRXDPKTBUFDIS), offset 0x340 ........... 1193
Register 164: USB Transmit Double Packet Buffer Disable (USBTXDPKTBUFDIS), offset 0x342 .......... 1194
Register 165: USB External Power Control (USBEPC), offset 0x400 .................................................... 1195
Register 166: USB External Power Control Raw Interrupt Status (USBEPCRIS), offset 0x404 ............... 1198
Register 167: USB External Power Control Interrupt Mask (USBEPCIM), offset 0x408 .......................... 1199
Register 168: USB External Power Control Interrupt Status and Clear (USBEPCISC), offset 0x40C ....... 1200
Register 169: USB Device RESUME Raw Interrupt Status (USBDRRIS), offset 0x410 .......................... 1201
Register 170: USB Device RESUME Interrupt Mask (USBDRIM), offset 0x414 ..................................... 1202
Register 171: USB Device RESUME Interrupt Status and Clear (USBDRISC), offset 0x418 .................. 1203
Register 172: USB General-Purpose Control and Status (USBGPCS), offset 0x41C ............................. 1204
Register 173: USB VBUS Droop Control (USBVDC), offset 0x430 ....................................................... 1205
Register 174: USB VBUS Droop Control Raw Interrupt Status (USBVDCRIS), offset 0x434 .................. 1206
Register 175: USB VBUS Droop Control Interrupt Mask (USBVDCIM), offset 0x438 ............................. 1207
Register 176: USB VBUS Droop Control Interrupt Status and Clear (USBVDCISC), offset 0x43C .......... 1208
Register 177: USB ID Valid Detect Raw Interrupt Status (USBIDVRIS), offset 0x444 ............................. 1209
Register 178: USB ID Valid Detect Interrupt Mask (USBIDVIM), offset 0x448 ........................................ 1210
Register 179: USB ID Valid Detect Interrupt Status and Clear (USBIDVISC), offset 0x44C .................... 1211
Register 180: USB DMA Select (USBDMASEL), offset 0x450 .............................................................. 1212
Register 181: USB Peripheral Properties (USBPP), offset 0xFC0 ........................................................ 1214
Analog Comparators ................................................................................................................. 1215
Register 1: Analog Comparator Masked Interrupt Status (ACMIS), offset 0x000 ................................ 1222
Register 2: Analog Comparator Raw Interrupt Status (ACRIS), offset 0x004 ..................................... 1223
Register 3: Analog Comparator Interrupt Enable (ACINTEN), offset 0x008 ....................................... 1224
Register 4: Analog Comparator Reference Voltage Control (ACREFCTL), offset 0x010 ..................... 1225
Register 5: Analog Comparator Status 0 (ACSTAT0), offset 0x020 ................................................... 1226
Register 6: Analog Comparator Status 1 (ACSTAT1), offset 0x040 ................................................... 1226
Register 7: Analog Comparator Control 0 (ACCTL0), offset 0x024 ................................................... 1227
Register 8: Analog Comparator Control 1 (ACCTL1), offset 0x044 ................................................... 1227
Register 9: Analog Comparator Peripheral Properties (ACMPPP), offset 0xFC0 ................................ 1229
Pulse Width Modulator (PWM) .................................................................................................. 1230
Register 1: PWM Master Control (PWMCTL), offset 0x000 .............................................................. 1244
Register 2: PWM Time Base Sync (PWMSYNC), offset 0x004 ......................................................... 1246
Register 3: PWM Output Enable (PWMENABLE), offset 0x008 ........................................................ 1247
Register 4: PWM Output Inversion (PWMINVERT), offset 0x00C ..................................................... 1249
Register 5: PWM Output Fault (PWMFAULT), offset 0x010 .............................................................. 1251
Register 6: PWM Interrupt Enable (PWMINTEN), offset 0x014 ......................................................... 1253
Register 7: PWM Raw Interrupt Status (PWMRIS), offset 0x018 ...................................................... 1255
Register 8: PWM Interrupt Status and Clear (PWMISC), offset 0x01C .............................................. 1257
Register 9: PWM Status (PWMSTATUS), offset 0x020 .................................................................... 1259
Register 10: PWM Fault Condition Value (PWMFAULTVAL), offset 0x024 ........................................... 1260
Register 11: PWM Enable Update (PWMENUPD), offset 0x028 ......................................................... 1262
Register 12: PWM0 Control (PWM0CTL), offset 0x040 ...................................................................... 1266
Register 13: PWM1 Control (PWM1CTL), offset 0x080 ...................................................................... 1266
Register 14: PWM2 Control (PWM2CTL), offset 0x0C0 ..................................................................... 1266
Register 63: PWM3 Dead-Band Falling-Edge-Delay (PWM3DBFALL), offset 0x130 ............................ 1290
Register 64: PWM0 Fault Source 0 (PWM0FLTSRC0), offset 0x074 .................................................. 1291
Register 65: PWM1 Fault Source 0 (PWM1FLTSRC0), offset 0x0B4 .................................................. 1291
Register 66: PWM2 Fault Source 0 (PWM2FLTSRC0), offset 0x0F4 .................................................. 1291
Register 67: PWM3 Fault Source 0 (PWM3FLTSRC0), offset 0x134 .................................................. 1291
Register 68: PWM0 Fault Source 1 (PWM0FLTSRC1), offset 0x078 .................................................. 1293
Register 69: PWM1 Fault Source 1 (PWM1FLTSRC1), offset 0x0B8 .................................................. 1293
Register 70: PWM2 Fault Source 1 (PWM2FLTSRC1), offset 0x0F8 .................................................. 1293
Register 71: PWM3 Fault Source 1 (PWM3FLTSRC1), offset 0x138 .................................................. 1293
Register 72: PWM0 Minimum Fault Period (PWM0MINFLTPER), offset 0x07C ................................... 1296
Register 73: PWM1 Minimum Fault Period (PWM1MINFLTPER), offset 0x0BC ................................... 1296
Register 74: PWM2 Minimum Fault Period (PWM2MINFLTPER), offset 0x0FC ................................... 1296
Register 75: PWM3 Minimum Fault Period (PWM3MINFLTPER), offset 0x13C ................................... 1296
Register 76: PWM0 Fault Pin Logic Sense (PWM0FLTSEN), offset 0x800 .......................................... 1297
Register 77: PWM1 Fault Pin Logic Sense (PWM1FLTSEN), offset 0x880 .......................................... 1297
Register 78: PWM0 Fault Status 0 (PWM0FLTSTAT0), offset 0x804 ................................................... 1298
Register 79: PWM1 Fault Status 0 (PWM1FLTSTAT0), offset 0x884 ................................................... 1298
Register 80: PWM2 Fault Status 0 (PWM2FLTSTAT0), offset 0x904 ................................................... 1298
Register 81: PWM3 Fault Status 0 (PWM3FLTSTAT0), offset 0x984 ................................................... 1298
Register 82: PWM0 Fault Status 1 (PWM0FLTSTAT1), offset 0x808 ................................................... 1300
Register 83: PWM1 Fault Status 1 (PWM1FLTSTAT1), offset 0x888 ................................................... 1300
Register 84: PWM2 Fault Status 1 (PWM2FLTSTAT1), offset 0x908 ................................................... 1300
Register 85: PWM3 Fault Status 1 (PWM3FLTSTAT1), offset 0x988 ................................................... 1300
Register 86: PWM Peripheral Properties (PWMPP), offset 0xFC0 ...................................................... 1303
Quadrature Encoder Interface (QEI) ........................................................................................ 1305
Register 1: QEI Control (QEICTL), offset 0x000 .............................................................................. 1312
Register 2: QEI Status (QEISTAT), offset 0x004 .............................................................................. 1315
Register 3: QEI Position (QEIPOS), offset 0x008 ............................................................................ 1316
Register 4: QEI Maximum Position (QEIMAXPOS), offset 0x00C ..................................................... 1317
Register 5: QEI Timer Load (QEILOAD), offset 0x010 ..................................................................... 1318
Register 6: QEI Timer (QEITIME), offset 0x014 ............................................................................... 1319
Register 7: QEI Velocity Counter (QEICOUNT), offset 0x018 ........................................................... 1320
Register 8: QEI Velocity (QEISPEED), offset 0x01C ........................................................................ 1321
Register 9: QEI Interrupt Enable (QEIINTEN), offset 0x020 ............................................................. 1322
Register 10: QEI Raw Interrupt Status (QEIRIS), offset 0x024 ........................................................... 1324
Register 11: QEI Interrupt Status and Clear (QEIISC), offset 0x028 ................................................... 1326
Revision History
The revision history table notes changes made between the indicated revisions of the
TM4C123GH6PM data sheet.
In SSI chapter, corrected that during idle periods the transmit data line SSInTx is tristated.
In Electrical Characteristics chapter, added Data Retention parameter for extended temperature
devices to Flash Memory Characteristics table.
March 2014 15741.2722 In the Internal Memory chapter, in the EEPROM section:
Added section on soft reset handling.
Added important information on EEPROM initialization and configuration.
In the DMA chapter, added information regarding interrupts and transfers from the UART or SSI
modules.
In the Hibernation chapter, noted that the EXTW bit is set in the HIBRIS register regardless of the
PINWEN setting in the HIBCTL register.
In the USB chapter, added note to SUSPEND section regarding bus-powered devices.
Corrected figures "Using a Crystal as the Hibernation Clock Source with a Single Battery Source"
and "Using a Regulator for Both VDD and VBAT".
Replaced RTC Trim tables with two new figures "Counter Behavior with a TRIM Value of 0x8002"
and "Counter Behavior with a TRIM Value of 0x7FFC".
In ADC chapter:
Corrected VREF bit in ADC Control (ADCCTL) register from 2-bit field [1:0] to 1-bit field [0].
In SSI chapter:
Corrected timing guidelines in figures "Freescale SPI Frame Format (Continuous Transfer) with
SPO=1 and SPH=0" and "Freescale SPI Format (Continuous Transfer) with SPO=0 and SPH=0".
Corrected bit 3 in SSI Control 1 (SSICR1) register from SOD (SSI Slave Mode Output Disable)
to reserved.
In PWM chapter, added clarifications to PWM0 Control (PWM0CTL), PWM0 Interrupt Status and
Clear (PWM0ISC), PWM0 Counter (PWM0COUNT), PWM0 Fault Status 0 (PWM0FLTSTAT0),
and PWM0 Fault Status 1 (PWM0FLTSTAT1) registers.
In Unused Signals table, corrected preferred and acceptable practices for RST pin.
In Power-On and Brown-Out Levels table, corrected TVDDC_RISE parameter min and max values.
In PIOSC Clock Characteristics table, clarified FPIOSC parameter values by defining values for
both factory calibration and recalibration. Also added PIOSC startup time parameter to table.
In Main Oscillator Specifications section, corrected minimum value for External load capacitance
on OSC0, OSC1 pins. Also added two 25-MHz crystals to Crystal Parameters table.
Corrected figure "Master Mode SSI Timing for SPI Frame Format (FRF=00), with SPH=1".
In I2C Characteristics table, clarified TDH data hold time parameter values by defining values
for both slave and master. In addition, added parameter I10 TDV data valid.
Added maximum junction temperature to Maximum Ratings table. Also moved Unpowered
storage temperature range parameter to this table.
In SSI Characteristics table, corrected values for TRXDMS, TRXDMH, and TRXDSSU. Also clarified
footnotes to table.
Corrected parameter numbers in figures "Master Mode SSI Timing for SPI Frame Format
(FRF=00), with SPH=1" and "Slave Mode SSI Timing for SPI Frame Format (FRF=00), with
SPH=1".
July 2013 14995.2667 Deleted erroneous references to the PWM Peripheral Configuration (PWMPC) register.
In the System Control chapter, corrected resets for bits [7:4] in System Properties (SYSPROP)
register.
Corrected figures "Using a Crystal as the Hibernation Clock Source with a Single Battery Source"
and "Using a Dedicated Oscillator as the Hibernation Clock Source with VDD3ON Mode".
In the Internal Memory chapter, removed the INVPL bit from the EEPROM Done Status (EEDONE)
register.
In the uDMA chapter, in the DMA Channel Assignments table, corrected names of timers 6-11 to
wide timers 0-5.
Clarified that the timer must be configured for one-shot or periodic time-out mode to produce
an ADC trigger assertion and that the GPTM does not generate triggers for match, compare
events or compare match events.
Added a step in the RTC Mode initialization and configuration: If the timer has been operating
in a different mode prior to this, clear any residual set bits in the GPTM Timer n Mode
(GPTMTnMR) register before reconfiguring.
In the Watchdog Timer chapter, added a note that locking the watchdog registers using the
WDTLOCK register does not affect the WDTICR register and allows interrupts to always be serviced.
In the SSI chapter, clarified note in Bit Rate Generation section to indicate that the System Clock
or the PIOSC can be used as the source for SSIClk. Also corrected to indicate maximum SSIClk
limit in SSI slave mode as well as the fact that SYSCLK has to be at least 12 times that of SSICLk.
In the PWM chapter, clarified that the PWM has two clock sources, selected by the USPWMDIV bit
in the Run-Mode Clock Configuration (RCC) register.
In the QEI chapter, noted that the INTERROR bit is only applicable when the QEI is operating in
quadrature phase mode (SIGMODE=0) and should be masked when SIGMODE=1. Similarly, the
INTDIR bit is only applicable when the QEI is operating in clock/direction mode (SIGMODE=1) and
should be masked when SIGMODE=0.
Moved Maximum Ratings and ESD Absolute Maximum Ratings to the front of the chapter.
Added VBATRMP parameter to Maximum Ratings and Hibernation Module Battery Characteristics
tables.
Added clarifying footnote to VVDD_POK parameter in Power-On and Brown-Out Levels table.
In the Flash Memory and EEPROM Characteristics tables, added a parameter for page/mass
erase times for 10k cycles and corrected existing values for all page and mass erase parameters.
In the SSI Characteristics table, changed parameter names for S7-S14, provided a max number
instead of a min for S7, and corrected values for S9-S14.
Replaced figure "SSI Timing for SPI Frame Format (FRF=00), with SPH=1" with two figures,
one for Master Mode and one for Slave Mode.
Updated and added values to the table Table 24-41 on page 1399.
In the Package Information appendix, moved orderable devices table from addendum to appendix,
clarified part markings and moved packaging diagram from addendum to appendix.
Audience
This manual is intended for system software developers, hardware designers, and application
developers.
Related Documents
The following related documents are available on the Tiva C Series web site at
http://www.ti.com/tiva-c:
TivaWare Boot Loader for C Series User's Guide (literature number SPMU301)
TivaWare Graphics Library for C Series User's Guide (literature number SPMU300)
TivaWare Peripheral Driver Library for C Series User's Guide (literature number SPMU298)
TivaWare USB Library for C Series User's Guide (literature number SPMU297)
Cortex-M4 instruction set chapter in the ARM Cortex-M4 Devices Generic User Guide
(literature number ARM DUI 0553A)
This documentation list was current as of publication date. Please check the web site for additional
documentation, including application notes and white papers.
Documentation Conventions
This document uses the conventions shown in Table 2 on page 43.
1 Architectural Overview
Texas Instrument's Tiva C Series microcontrollers provide designers a high-performance ARM
Cortex-M-based architecture with a broad set of integration capabilities and a strong ecosystem
of software and development tools. Targeting performance and flexibility, the Tiva C Series
architecture offers a 80 MHz Cortex-M with FPU, a variety of integrated memories and multiple
programmable GPIO. Tiva C Series devices offer consumers compelling cost-effective solutions
by integrating application-specific peripherals and providing a comprehensive library of software
tools which minimize board costs and design-cycle time. Offering quicker time-to-market and cost
savings, the Tiva C Series microcontrollers are the leading choice in high-performance 32-bit
applications.
This chapter contains an overview of the Tiva C Series microcontrollers as well as details on the
TM4C123GH6PM microcontroller:
Texas Instruments offers a complete solution to get to market quickly, with evaluation and
development boards, white papers and application notes, an easy-to-use peripheral driver library,
and a strong support, sales, and distributor network.
Figure 1-1 on page 48 shows the features on the TM4C123GH6PM microcontroller. Note that there
are two on-chip buses that connect the core to the peripherals. The Advanced Peripheral Bus (APB)
bus is the legacy bus. The Advanced High-Performance Bus (AHB) bus provides better back-to-back
access performance than the APB bus.
JTAG/SWD
ARM
Cortex-M4F Boot Loader
ROM DriverLib
(80MHz) AES & CRC
System ETM FPU
Controland DCodebus Flash
Clocks (256KB)
(w/ Precis. Osc.) NVIC MPU
ICodebus
System Bus
TM4C123GH6PM
Bus Matrix SRAM
(32KB)
SYSTEM PERIPHERALS
Watchdog
DMA Timer
(2)
EEPROM Hibernation
(2K) Module
General-
GPIOs
(43) Purpose
Timer (12)
Advanced High-Performance Bus (AHB)
SERIAL PERIPHERALS
Advanced Peripheral Bus (APB)
USBOTG UART
(FSPHY) (8)
SSI I2C
(4) (4)
CAN
Controller
(2)
ANALOG PERIPHERALS
PWM QEI
(16) (2)
Thumb-2 mixed 16-/32-bit instruction set delivers the high performance expected of a 32-bit
ARM core in a compact memory size usually associated with 8- and 16-bit devices, typically in
the range of a few kilobytes of memory for microcontroller-class applications
Atomic bit manipulation (bit-banding), delivering maximum memory utilization and streamlined
peripheral control
Fast code execution permits slower processor clock or increases sleep mode time
Memory protection unit (MPU) to provide a privileged mode for protected operating system
functionality
Serial Wire Debug and Serial Wire Trace reduce the number of pins required for debugging and
tracing
Migration from the ARM7 processor family for better performance and power efficiency
Optimized for single-cycle Flash memory usage up to specific frequencies; see Internal
Memory on page 524 for more information.
An RTOS tick timer that fires at a programmable rate (for example, 100 Hz) and invokes a SysTick
routine
A variable rate alarm or signal timerthe duration is range-dependent on the reference clock
used and the dynamic range of the counter
Deterministic, fast interrupt processing: always 12 cycles, or just 6 cycles with tail-chaining (these
values reflect no FPU stacking)
External non-maskable interrupt signal (NMI) available for immediate execution of NMI handler
for safety critical applications
Combined multiply and accumulate instructions for increased precision (Fused MAC)
Hardware support for conversion, addition, subtraction, multiplication with optional accumulate,
division, and square-root
32 KB single-cycle SRAM
2KB EEPROM
DMA
USB
2-KB blocks that can be individually protected. The blocks can be marked as read-only or
execute-only, providing different levels of code protection. Read-only blocks cannot be erased or
programmed, protecting the contents of those blocks from being modified. Execute-only blocks
cannot be erased or programmed, and can only be read by the controller instruction fetch mechanism,
protecting the contents of those blocks from being read by either the controller or by a debugger.
The TivaWare Peripheral Driver Library is a royalty-free software library for controlling on-chip
peripherals with a boot-loader capability. The library performs both peripheral initialization and
control functions, with a choice of polled or interrupt-driven peripheral support. In addition, the library
is designed to take full advantage of the stellar interrupt performance of the ARM Cortex-M4F core.
No special pragmas or custom assembly code prologue/epilogue functions are required. For
applications that require in-field programmability, the royalty-free TivaWare Boot Loader can act as
an application loader and support in-field firmware updates.
The Advanced Encryption Standard (AES) is a publicly defined encryption standard used by the
U.S. Government. AES is a strong encryption method with reasonable performance and size. In
addition, it is fast in both hardware and software, is fairly easy to implement, and requires little
memory. The Texas Instruments encryption package is available with full source code, and is based
on Lesser General Public License (LGPL) source. An LGPL means that the code can be used within
an application without any copyleft implications for the application (the code does not automatically
become open source). Modifications to the package source, however, must be open source.
CRC (Cyclic Redundancy Check) is a technique to validate a span of data has the same contents
as when previously checked. This technique can be used to validate correct receipt of messages
(nothing lost or modified in transit), to validate data after decompression, to validate that Flash
memory contents have not been changed, and for other cases where the data needs to be validated.
A CRC is preferred over a simple checksum (for example, XOR all bits) because it catches changes
more readily.
Lock protection option for the whole peripheral as well as per block using 32-bit to 96-bit unlock
codes (application selectable)
Endurance of 500K writes (when writing at fixed offset in every alternate page in circular fashion)
to 15M operations (when cycling through two pages ) per each 2-page block.
Four I2C modules with four transmission speeds including high-speed mode
The following sections provide more detail on each of these communications functions.
Maskable interrupt
Gluelessly attaches to an external CAN transceiver through the CANnTX and CANnRX signals
USB 2.0 full-speed (12 Mbps) and low-speed (1.5 Mbps) operation with integrated PHY
16 endpoints
4 KB dedicated endpoint memory: one endpoint may be defined for double-buffered 1023-byte
isochronous packet size
Separate channels for transmit and receive for up to three IN endpoints and three OUT
endpoints
Programmable baud-rate generator allowing speeds up to 5 Mbps for regular speed (divide by
16) and 10 Mbps for high speed (divide by 8)
Separate 16x8 transmit (TX) and receive (RX) FIFOs to reduce CPU interrupt service loading
5, 6, 7, or 8 data bits
Support of IrDA SIR encoder/decoder functions for data rates up to 115.2 Kbps half-duplex
Programmable internal clock generator enabling division of reference clock by 1 to 256 for
low-power mode bit duration
Receive single request asserted when data is in the FIFO; burst request asserted at
programmed FIFO level
Transmit single request asserted when there is space in the FIFO; burst request asserted at
programmed FIFO level
Master transmit
Master receive
Slave transmit
Slave receive
Glitch suppression
Master generates interrupts when a transmit or receive operation completes (or aborts due
to an error)
Slave generates interrupts when data has been transferred or requested by a master or when
a START or STOP condition is detected
Master with arbitration and clock synchronization, multimaster support, and 7-bit addressing
mode
Separate transmit and receive FIFOs, each 16 bits wide and 8 locations deep
Receive single request asserted when data is in the FIFO; burst request asserted when FIFO
contains 4 entries
Transmit single request asserted when there is space in the FIFO; burst request asserted
when four or more entries are available to be written in the FIFO
Scatter-gather for a programmable list of up to 256 arbitrary transfers initiated from a single
request
One channel each for receive and transmit path for bidirectional modules
Design optimizations for improved bus access performance between DMA controller and the
processor core
RAM striping
Source and destination address increment size of byte, half-word, word, or no increment
Device identification information: version, part number, SRAM size, Flash memory size, and so
on
Power control
Hibernation module handles the power-up/down 3.3 V sequencing and control for the core
digital logic and analog circuits
Low-power options for microcontroller: Sleep and Deep-Sleep modes with clock gating
Low-power options for on-chip modules: software controls shutdown of individual peripherals
and memory
Multiple clock sources for microcontroller system clock. The following clock sources are provided
to the TM4C123GH6PM microcontroller:
Main Oscillator (MOSC): A frequency-accurate clock source by one of two means: an external
single-ended clock source is connected to the OSC0 input pin, or an external crystal is
connected across the OSC0 input and OSC1 output pins.
Low Frequency Internal Oscillator (LFIOSC): On-chip resource used during power-saving
modes
Hibernate RTC oscillator (RTCOSC) clock that can be configured to be the 32.768-kHz
external oscillator source from the Hibernation (HIB) module or the HIB Low Frequency clock
source (HIB LFIOSC), which is located within the Hibernation Module.
Software reset
MOSC failure
32-bit Real-Time Clock (RTC) when using an external 32.768-KHz clock as the input
16-bit PWM mode with an 8-bit prescaler and software-programmable output inversion of the
PWM signal
64-bit Real-Time Clock (RTC) when using an external 32.768-KHz clock as the input
32-bit PWM mode with a 16-bit prescaler and software-programmable output inversion of the
PWM signal
Count up or down
Daisy chaining of timer modules to allow a single timer to initiate multiple timing events
Timer synchronization allows selected timers to start counting on the same clock cycle
User-enabled stalling when the microcontroller asserts CPU Halt flag during debug (excluding
RTC mode)
Ability to determine the elapsed time between the assertion of the timer interrupt and entry into
the interrupt service routine
PWM: The GP Timer is incremented/decremented by the system clock. A PWM signal is generated
based on a match between the counter value and a value stored in a match register and is output
on the CCP pin.
32-bit real-time seconds counter (RTC) with 1/32,768 second resolution and a 15-bit sub-seconds
counter
32-bit RTC seconds match register and a 15-bit sub seconds match for timed wake-up and
interrupt generation with 1/32,768 second resolution
RTC predivider trim for making fine adjustments to the clock rate
RTC operational and hibernation memory valid as long as VDD or VBAT is valid
Low-battery detection, signaling, and interrupt generation, with optional wake on low battery
RTC match
External wake
Low battery
Programmable interrupt generation logic with interrupt masking and optional NMI function
User-enabled stalling when the microcontroller asserts the CPU Halt flag during debug
Highly flexible pin muxing allows use as GPIO or one of several peripheral functions
Fast toggle capable of a change every clock cycle for ports on AHB, every two clock cycles for
ports on APB
Bit masking in both read and write operations through address lines
2-mA, 4-mA, and 8-mA pad drive for digital communication; up to four pads can sink 18-mA
for high-current applications
Two PWM modules, with a total of 16 advanced PWM outputs for motion and energy applications
generator block produces two PWM signals that can either be independent signals or a single pair
of complementary signals with dead-band delays inserted.
Each PWM generator has the following features:
One fault-condition handling inputs to quickly provide low-latency shutdown and prevent damage
to the motor being controlled, for a total of two inputs
Output PWM signal is constructed based on actions taken as a result of the counter and
PWM comparator output signals
Dead-band generator
Produces two PWM signals with programmable dead-band delays suitable for driving a half-H
bridge
The control block determines the polarity of the PWM signals and which signals are passed through
to the pins. The output of the PWM generation blocks are managed by the output control block
before being passed to the device pins. The PWM control block has the following options:
Extended PWM synchronization of timer/comparator updates across the PWM generator blocks
Extended PWM fault handling, with multiple fault signals, programmable polarities, and filtering
The input frequency of the QEI inputs may be as high as 1/4 of the processor frequency (for
example, 12.5 MHz for a 50-MHz system)
Index pulse
Velocity-timer expiration
Direction change
1.3.6 Analog
The TM4C123GH6PM microcontroller provides analog functions integrated into the device, including:
Two 12-bit Analog-to-Digital Converters (ADC), with a total of 12 analog input channels and each
with a sample rate of one million samples/second
events, interrupt generation, and sequencer priority. Each ADC module has a digital comparator
function that allows the conversion value to be diverted to a comparison unit that provides eight
digital comparators.
The TM4C123GH6PM microcontroller provides two ADC modules, each with the following features:
Four programmable sample conversion sequencers from one to eight entries long, with
corresponding conversion result FIFOs
Controller (software)
Timers
Analog Comparators
PWM
GPIO
Power and ground for the analog circuitry is separate from the digital power and ground
Compare external pin input to external pin input or to internal programmable voltage reference
1.3.7 JTAG and ARM Serial Wire Debug (see page 200)
The Joint Test Action Group (JTAG) port is an IEEE standard that defines a Test Access Port and
Boundary Scan Architecture for digital integrated circuits and provides a standardized serial interface
for controlling the associated test logic. The TAP, Instruction Register (IR), and Data Registers (DR)
can be used to test the interconnections of assembled printed circuit boards and obtain manufacturing
information on the components. The JTAG Port also provides a means of accessing and controlling
design-for-test features such as I/O pin observation and control, scan testing, and debugging. Texas
Instruments replaces the ARM SW-DP and JTAG-DP with the ARM Serial Wire JTAG Debug Port
(SWJ-DP) interface. The SWJ-DP interface combines the SWD and JTAG debug ports into one
module providing all the normal JTAG debug and test functionality plus real-time access to system
memory without halting the core or requiring any target resident code. The SWJ-DP interface has
the following features:
Data Watchpoint and Trace (DWT) unit for implementing watchpoints, trigger resources, and
system profiling
Trace Port Interface Unit (TPIU) for bridging to a Trace Port Analyzer
1.5 Kits
The Tiva C Series provides the hardware and software tools that engineers need to begin
development quickly.
Reference Design Kits accelerate product development by providing ready-to-run hardware and
comprehensive documentation including hardware design files
Development Kits provide you with all the tools you need to develop and prototype embedded
applications right out of the box
See the Tiva series website at http://www.ti.com/tiva-c for the latest tools available, or ask your
distributor.
Thumb-2 mixed 16-/32-bit instruction set delivers the high performance expected of a 32-bit
ARM core in a compact memory size usually associated with 8- and 16-bit devices, typically in
the range of a few kilobytes of memory for microcontroller-class applications
Atomic bit manipulation (bit-banding), delivering maximum memory utilization and streamlined
peripheral control
Fast code execution permits slower processor clock or increases sleep mode time
Memory protection unit (MPU) to provide a privileged mode for protected operating system
functionality
Serial Wire Debug and Serial Wire Trace reduce the number of pins required for debugging and
tracing
Migration from the ARM7 processor family for better performance and power efficiency
Optimized for single-cycle Flash memory usage up to specific frequencies; see Internal
Memory on page 524 for more information.
The Tiva C Series microcontrollers builds on this core to bring high-performance 32-bit computing
to
This chapter provides information on the Tiva C Series implementation of the Cortex-M4F
processor, including the programming model, the memory model, the exception model, fault handling,
and power management.
For technical details on the instruction set, see the Cortex-M4 instruction set chapter in the ARM
Cortex-M4 Devices Generic User Guide (literature number ARM DUI 0553A).
FPU ARM
Nested Interrupts
Vectored Cortex-M4F Serial
Sleep CM4 Core Wire
Interrupt
Controller Debug Output
Instructions Data Embedded Trace
Trace Trace Port
Memory
Macrocell Port (SWO)
Protection
Unit Interface
Unit
Data Instrumentation
Flash Watchpoint Trace Macrocell
Patch and and Trace
Breakpoint
ROM
Table
Private Peripheral
Bus Adv. Peripheral
(internal) Bus
I-code bus
Bus
Matrix D-code bus
Serial Wire JTAG Debug System bus
Debug Port Access Port
2.2 Overview
2.2.1 System-Level Interface
The Cortex-M4F processor provides multiple interfaces using AMBA technology to provide
high-speed, low-latency memory accesses. The core supports unaligned data accesses and
implements atomic bit manipulation that enables faster peripheral controls, system spinlocks, and
thread-safe Boolean data handling.
The Cortex-M4F processor has a memory protection unit (MPU) that provides fine-grain memory
control, enabling applications to implement security privilege levels and separate code, data and
stack on a task-by-task basis.
The Embedded Trace Macrocell (ETM) delivers unrivaled instruction trace capture in an area smaller
than traditional trace units, enabling full instruction trace. For more details on the ARM ETM, see
the ARM Embedded Trace Macrocell Architecture Specification.
The Flash Patch and Breakpoint Unit (FPB) provides up to eight hardware breakpoint comparators
that debuggers can use. The comparators in the FPB also provide remap functions for up to eight
words of program code in the code memory region. This FPB enables applications stored in a
read-only area of Flash memory to be patched in another area of on-chip SRAM or Flash memory.
If a patch is required, the application programs the FPB to remap a number of addresses. When
those addresses are accessed, the accesses are redirected to a remap table specified in the FPB
configuration.
For more information on the Cortex-M4F debug capabilities, see theARM Debug Interface V5
Architecture Specification.
Advance
APB
Peripheral
Slave
Bus (APB)
Port
Interface
SysTick
A 24-bit count-down timer that can be used as a Real-Time Operating System (RTOS) tick timer
or as a simple counter (see System Timer (SysTick) on page 123).
An embedded interrupt controller that supports low latency interrupt processing (see Nested
Vectored Interrupt Controller (NVIC) on page 124).
Thread mode
Used to execute application software. The processor enters Thread mode when it comes out of
reset.
Handler mode
Used to handle exceptions. When the processor has finished exception processing, it returns to
Thread mode.
Unprivileged
In this mode, software has the following restrictions:
Limited access to the MSR and MRS instructions and no use of the CPS instruction
Privileged
In this mode, software can use all the instructions and has access to all resources.
In Thread mode, the CONTROL register (see page 88) controls whether software execution is
privileged or unprivileged. In Handler mode, software execution is always privileged.
Only privileged software can write to the CONTROL register to change the privilege level for software
execution in Thread mode. Unprivileged software can use the SVC instruction to make a supervisor
call to transfer control to privileged software.
2.3.2 Stacks
The processor uses a full descending stack, meaning that the stack pointer indicates the last stacked
item on the memory. When the processor pushes a new item onto the stack, it decrements the stack
pointer and then writes the item to the new memory location. The processor implements two stacks:
the main stack and the process stack, with a pointer for each held in independent registers (see the
SP register on page 78).
In Thread mode, the CONTROL register (see page 88) controls whether the processor uses the
main stack or the process stack. In Handler mode, the processor always uses the main stack. The
options for processor operations are shown in Table 2-1 on page 74.
Table 2-1. Summary of Processor Mode, Privilege Level, and Stack Use
Processor Mode Use Privilege Level Stack Used
a a
Thread Applications Privileged or unprivileged Main stack or process stack
Handler Exception handlers Always privileged Main stack
a. See CONTROL (page 88).
R0
R1
R2
R3
Low registers
R4
R5
R6 General-purpose registers
R7
R8
R9
High registers R10
R11
R12
Stack Pointer SP (R13) PSP MSP
Banked version of SP
Link Register LR (R14)
Program Counter PC (R15)
- SP RW - Stack Pointer 78
- PC RW - Program Counter 80
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
SP
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SP
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
LINK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
LINK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
PC
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PC
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
The PSR, IPSR, and EPSR registers can only be accessed in privileged mode; the APSR register
can be accessed in either privileged or unprivileged mode.
APSR contains the current state of the condition flags from previous instruction executions.
EPSR contains the Thumb state bit and the execution state bits for the If-Then (IT) instruction or
the Interruptible-Continuable Instruction (ICI) field for an interrupted load multiple or store multiple
instruction. Attempts to read the EPSR directly through application software using the MSR instruction
always return zero. Attempts to write the EPSR using the MSR instruction in application software
are always ignored. Fault handlers can examine the EPSR value in the stacked PSR to determine
the operation that faulted (see Exception Entry and Return on page 108).
IPSR contains the exception type number of the current Interrupt Service Routine (ISR).
These registers can be accessed 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, all of the
registers can be read using PSR with the MRS instruction, or APSR only can be written to using
APSR with the MSR instruction. page 81 shows the possible register combinations for the PSR. See
the MRS and MSR instruction descriptions in the Cortex-M4 instruction set chapter in the ARM
Cortex-M4 Devices Generic User Guide (literature number ARM DUI 0553A) for more information
about how to access the program status registers.
Type RW RW RW RW RW RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
1 The previous operation result was negative or less than.
0 The previous operation result was positive, zero, greater than,
or equal.
The value of this bit is only meaningful when accessing PSR or APSR.
Value Description
1 The previous operation result was zero.
0 The previous operation result was non-zero.
The value of this bit is only meaningful when accessing PSR or APSR.
Value Description
1 The previous add operation resulted in a carry bit or the previous
subtract operation did not result in a borrow bit.
0 The previous add operation did not result in a carry bit or the
previous subtract operation resulted in a borrow bit.
The value of this bit is only meaningful when accessing PSR or APSR.
Value Description
1 The previous operation resulted in an overflow.
0 The previous operation did not result in an overflow.
The value of this bit is only meaningful when accessing PSR or APSR.
Value Description
1 DSP Overflow or saturation has occurred when using a SIMD
instruction.
0 DSP overflow or saturation has not occurred since reset or since
the bit was last cleared.
The value of this bit is only meaningful when accessing PSR or APSR.
This bit is cleared by software using an MRS instruction.
23:20 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
9:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x00 Thread mode
0x01 Reserved
0x02 NMI
0x03 Hard fault
0x04 Memory management fault
0x05 Bus fault
0x06 Usage fault
0x07-0x0A Reserved
0x0B SVCall
0x0C Reserved for Debug
0x0D Reserved
0x0E PendSV
0x0F SysTick
0x10 Interrupt Vector 0
0x11 Interrupt Vector 1
... ...
0x9A Interrupt Vector 138
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PRIMASK
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
1 Prevents the activation of all exceptions with configurable
priority.
0 No effect.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved FAULTMASK
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
1 Prevents the activation of all exceptions except for NMI.
0 No effect.
The processor clears the FAULTMASK bit on exit from any exception
handler except the NMI handler.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 All exceptions are unmasked.
0x1 All exceptions with priority level 1-7 are masked.
0x2 All exceptions with priority level 2-7 are masked.
0x3 All exceptions with priority level 3-7 are masked.
0x4 All exceptions with priority level 4-7 are masked.
0x5 All exceptions with priority level 5-7 are masked.
0x6 All exceptions with priority level 6-7 are masked.
0x7 All exceptions with priority level 7 are masked.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
1 Floating-point context active
0 No floating-point context active
Important: Two bits control when FPCA can be enabled: the ASPEN
bit in the Floating-Point Context Control (FPCC)
register and the DISFPCA bit in the Auxiliary Control
(ACTLR) register.
Value Description
1 The PSP is the current stack pointer.
0 The MSP is the current stack pointer
In Handler mode, this bit reads as zero and ignores writes. The
Cortex-M4F updates this bit automatically on exception return.
Value Description
1 Unprivileged software can be executed in Thread mode.
0 Only privileged software can be executed in Thread mode.
Type RW RW RW RW RO RW RW RW RW RW RO RO RO RO RO RO
Reset - - - - 0 - - - - - 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 - 0 0 - - - - -
27 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
24 FZ RW - Flush-to-Zero Mode
When set, Flush-to-Zero mode is enabled. When clear, Flush-to-Zero
mode is disabled and the behavior of the floating-point system is fully
compliant with the IEEE 754 standard.
The FZ bit in the FPDSC register holds the default value for this bit.
Value Description
0x0 Round to Nearest (RN) mode
0x1 Round towards Plus Infinity (RP) mode
0x2 Round towards Minus Infinity (RM) mode
0x3 Round towards Zero (RZ) mode
21:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
6:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Normal: The processor can re-order transactions for efficiency and perform speculative reads.
Device: The processor preserves transaction order relative to other transactions to Device or
Strongly Ordered memory.
Strongly Ordered: The processor preserves transaction order relative to all other transactions.
The different ordering requirements for Device and Strongly Ordered memory mean that the memory
system can buffer a write to Device memory but must not buffer a write to Strongly Ordered memory.
An additional memory attribute is Execute Never (XN), which means the processor prevents
instruction accesses. A fault exception is generated only on execution of an instruction executed
from an XN region.
The Code, SRAM, and external RAM regions can hold programs. However, it is recommended that
programs always use the Code region because the Cortex-M4F has separate buses that can perform
instruction fetches and data accesses simultaneously.
The MPU can override the default memory access behavior described in this section. For more
information, see Memory Protection Unit (MPU) on page 125.
The Cortex-M4F prefetches instructions ahead of execution and speculatively prefetches from
branch target addresses.
The processor can reorder some memory accesses to improve efficiency, providing this does
not affect the behavior of the instruction sequence.
Memory System Ordering of Memory Accesses on page 95 describes the cases where the memory
system guarantees the order of memory accesses. Otherwise, if the order of memory accesses is
critical, software must include memory barrier instructions to force that ordering. The Cortex-M4F
has the following memory barrier instructions:
The Data Memory Barrier (DMB) instruction ensures that outstanding memory transactions
complete before subsequent memory transactions.
The Data Synchronization Barrier (DSB) instruction ensures that outstanding memory transactions
complete before subsequent instructions execute.
The Instruction Synchronization Barrier (ISB) instruction ensures that the effect of all completed
memory transactions is recognizable by subsequent instructions.
MPU programming
If the MPU settings are changed and the change must be effective on the very next instruction,
use a DSB instruction to ensure the effect of the MPU takes place immediately at the end of
context switching.
Use an ISB instruction to ensure the new MPU setting takes effect immediately after
programming the MPU region or regions, if the MPU configuration code was accessed using
a branch or call. If the MPU configuration code is entered using exception mechanisms, then
an ISB instruction is not required.
Vector table
If the program changes an entry in the vector table and then enables the corresponding exception,
use a DMB instruction between the operations. The DMB instruction ensures that if the exception
is taken immediately after being enabled, the processor uses the new exception vector.
Self-modifying code
If a program contains self-modifying code, use an ISB instruction immediately after the code
modification in the program. The ISB instruction ensures subsequent instruction execution uses
the updated program.
Memory accesses to Strongly Ordered memory, such as the System Control Block, do not require
the use of DMB instructions.
For more information on the memory barrier instructions, see the Cortex-M4 instruction set chapter
in the ARM Cortex-M4 Devices Generic User Guide (literature number ARM DUI 0553A).
2.4.5 Bit-Banding
A bit-band region maps each word in a bit-band alias region to a single bit in the bit-band region.
The bit-band regions occupy the lowest 1 MB of the SRAM and peripheral memory regions. Accesses
to the 32-MB SRAM alias region map to the 1-MB SRAM bit-band region, as shown in Table
2-6 on page 97. Accesses to the 32-MB peripheral alias region map to the 1-MB peripheral bit-band
region, as shown in Table 2-7 on page 98. For the specific address range of the bit-band regions,
see Table 2-4 on page 92.
Note: A word access to the SRAM or the peripheral bit-band alias region maps to a single bit in
the SRAM or peripheral bit-band region.
A word access to a bit band address results in a word access to the underlying memory,
and similarly for halfword and byte accesses. This allows bit band accesses to match the
access requirements of the underlying peripheral.
The following formula shows how the alias region maps onto the bit-band region:
where:
bit_word_offset
The position of the target bit in the bit-band memory region.
bit_word_addr
The address of the word in the alias memory region that maps to the targeted bit.
bit_band_base
The starting address of the alias region.
byte_offset
The number of the byte in the bit-band region that contains the targeted bit.
bit_number
The bit position, 0-7, of the targeted bit.
Figure 2-4 on page 99 shows examples of bit-band mapping between the SRAM bit-band alias
region and the SRAM bit-band region:
The alias word at 0x23FF.FFE0 maps to bit 0 of the bit-band byte at 0x200F.FFFF:
The alias word at 0x23FF.FFFC maps to bit 7 of the bit-band byte at 0x200F.FFFF:
The alias word at 0x2200.0000 maps to bit 0 of the bit-band byte at 0x2000.0000:
The alias word at 0x2200.001C maps to bit 7 of the bit-band byte at 0x2000.0000:
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0
31 24 23 16 15 8 7 0
Address A B0 lsbyte B3 B2 B1 B0
A+1 B1
A+2 B2
A+3 B3 msbyte
A Load-Exclusive instruction, which is used to read the value of a memory location and requests
exclusive access to that location.
A Store-Exclusive instruction, which is used to attempt to write to the same memory location and
returns a status bit to a register. If this status bit is clear, it indicates that the thread or process
gained exclusive access to the memory and the write succeeds; if this status bit is set, it indicates
that the thread or process did not gain exclusive access to the memory and no write was
performed.
Software must use a Load-Exclusive instruction with the corresponding Store-Exclusive instruction.
To perform an exclusive read-modify-write of a memory location, software must:
3. Use a Store-Exclusive instruction to attempt to write the new value back to the memory location.
1. Use a Load-Exclusive instruction to read from the semaphore address to check whether the
semaphore is free.
2. If the semaphore is free, use a Store-Exclusive to write the claim value to the semaphore
address.
3. If the returned status bit from step 2 indicates that the Store-Exclusive succeeded, then the
software has claimed the semaphore. However, if the Store-Exclusive failed, another process
might have claimed the semaphore after the software performed step 1.
The Cortex-M4F includes an exclusive access monitor that tags the fact that the processor has
executed a Load-Exclusive instruction. The processor removes its exclusive access tag if:
An exception occurs, which means the processor can resolve semaphore conflicts between
different threads.
For more information about the synchronization primitive instructions, see the Cortex-M4 instruction
set chapter in the ARM Cortex-M4 Devices Generic User Guide (literature number ARM DUI
0553A).
Important: After a write to clear an interrupt source, it may take several processor cycles for the
NVIC to see the interrupt source deassert. Thus if the interrupt clear is done as the last
action in an interrupt handler, it is possible for the interrupt handler to complete while
the NVIC sees the interrupt as still asserted, causing the interrupt handler to be
re-entered errantly. This situation can be avoided by either clearing the interrupt source
at the beginning of the interrupt handler or by performing a read or write after the write
to clear the interrupt source (and flush the write buffer).
See Nested Vectored Interrupt Controller (NVIC) on page 124 for more information on exceptions
and interrupts.
Pending. The exception is waiting to be serviced by the processor. An interrupt request from a
peripheral or from software can change the state of the corresponding interrupt to pending.
Active. An exception that is being serviced by the processor but has not completed.
Note: An exception handler can interrupt the execution of another exception handler. In this
case, both exceptions are in the active state.
Active and Pending. The exception is being serviced by the processor, and there is a pending
exception from the same source.
Reset. Reset is invoked on power up or a warm reset. The exception model treats reset as a
special form of exception. When reset is asserted, the operation of the processor stops, potentially
at any point in an instruction. When reset is deasserted, execution restarts from the address
provided by the reset entry in the vector table. Execution restarts as privileged execution in
Thread mode.
NMI. A non-maskable Interrupt (NMI) can be signaled using the NMI signal or triggered by
software using the Interrupt Control and State (INTCTRL) register. This exception has the
highest priority other than reset. NMI is permanently enabled and has a fixed priority of -2. NMIs
cannot be masked or prevented from activation by any other exception or preempted by any
exception other than reset.
Hard Fault. A hard fault is an exception that occurs because of an error during exception
processing, or because an exception cannot be managed by any other exception mechanism.
Hard faults have a fixed priority of -1, meaning they have higher priority than any exception with
configurable priority.
Memory Management Fault. A memory management fault is an exception that occurs because
of a memory protection related fault, including access violation and no match. The MPU or the
fixed memory protection constraints determine this fault, for both instruction and data memory
transactions. This fault is used to abort instruction accesses to Execute Never (XN) memory
regions, even if the MPU is disabled.
Bus Fault. A bus fault is an exception that occurs because of a memory-related fault for an
instruction or data memory transaction such as a prefetch fault or a memory access fault. This
fault can be enabled or disabled.
Usage Fault. A usage fault is an exception that occurs because of a fault related to instruction
execution, such as:
An undefined instruction
SVCall. A supervisor call (SVC) is an exception that is triggered by the SVC instruction. In an
OS environment, applications can use SVC instructions to access OS kernel functions and device
drivers.
Debug Monitor. This exception is caused by the debug monitor (when not halting). This exception
is only active when enabled. This exception does not activate if it is a lower priority than the
current activation.
SysTick. A SysTick exception is an exception that the system timer generates when it reaches
zero when it is enabled to generate an interrupt. Software can also generate a SysTick exception
using the Interrupt Control and State (INTCTRL) register. In an OS environment, the processor
can use this exception as system tick.
For an asynchronous exception, other than reset, the processor can execute another instruction
between when the exception is triggered and when the processor enters the exception handler.
Privileged software can disable the exceptions that Table 2-8 on page 103 shows as having
configurable priority (see the SYSHNDCTRL register on page 173 and the DIS0 register on page 144).
For more information about hard faults, memory management faults, bus faults, and usage faults,
see Fault Handling on page 111.
Interrupt Service Routines (ISRs). Interrupts (IRQx) are the exceptions handled by ISRs.
Fault Handlers. Hard fault, memory management fault, usage fault, and bus fault are fault
exceptions handled by the fault handlers.
System Handlers. NMI, PendSV, SVCall, SysTick, and the fault exceptions are all system
exceptions that are handled by system handlers.
On system reset, the vector table is fixed at address 0x0000.0000. Privileged software can write to
the Vector Table Offset (VTABLE) register to relocate the vector table start address to a different
memory location, in the range 0x0000.0400 to 0x3FFF.FC00 (see Vector Table on page 106). Note
that when configuring the VTABLE register, the offset must be aligned on a 1024-byte boundary.
If multiple pending exceptions have the same priority, the pending exception with the lowest exception
number takes precedence. For example, if both IRQ[0] and IRQ[1] are pending and have the same
priority, then IRQ[0] is processed before IRQ[1].
When the processor is executing an exception handler, the exception handler is preempted if a
higher priority exception occurs. If an exception occurs with the same priority as the exception being
handled, the handler is not preempted, irrespective of the exception number. However, the status
of the new interrupt changes to pending.
Only the group priority determines preemption of interrupt exceptions. When the processor is
executing an interrupt exception handler, another interrupt with the same group priority as the
interrupt being handled does not preempt the handler.
If multiple pending interrupts have the same group priority, the subpriority field determines the order
in which they are processed. If multiple pending interrupts have the same group priority and
subpriority, the interrupt with the lowest IRQ number is processed first.
For information about splitting the interrupt priority fields into group priority and subpriority, see
page 164.
Preemption. When the processor is executing an exception handler, an exception can preempt
the exception handler if its priority is higher than the priority of the exception being handled. See
Interrupt Priority Grouping on page 108 for more information about preemption by an interrupt.
When one exception preempts another, the exceptions are called nested exceptions. See
Exception Entry on page 109 more information.
Return. Return occurs when the exception handler is completed, and there is no pending
exception with sufficient priority to be serviced and the completed exception handler was not
handling a late-arriving exception. The processor pops the stack and restores the processor
state to the state it had before the interrupt occurred. See Exception Return on page 110 for
more information.
return from the exception handler of the late-arriving exception, the normal tail-chaining rules
apply.
FPSCR
S15
S14
S13
S12
S11
S10
S9
S8
S7
S6
S5
S4
S3
S2
S1 ...
Pre-IRQ top of stack
S0 {aligner}
xPSR Decreasing xPSR
PC memory PC
address
LR LR
R12 R12
R3 R3
R2 R2
R1 R1
R0 IRQ top of stack R0 IRQ top of stack
Immediately after stacking, the stack pointer indicates the lowest address in the stack frame.
The stack frame includes the return address, which is the address of the next instruction in the
interrupted program. This value is restored to the PC at exception return so that the interrupted
program resumes.
In parallel with the stacking operation, the processor performs a vector fetch that reads the exception
handler start address from the vector table. When stacking is complete, the processor starts executing
the exception handler. At the same time, the processor writes an EXC_RETURN value to the LR,
indicating which stack pointer corresponds to the stack frame and what operation mode the processor
was in before the entry occurred.
If no higher-priority exception occurs during exception entry, the processor starts executing the
exception handler and automatically changes the status of the corresponding pending interrupt to
active.
If another higher-priority exception occurs during exception entry, known as late arrival, the processor
starts executing the exception handler for this exception and does not change the pending status
of the earlier exception.
EXC_RETURN is the value loaded into the LR on exception entry. The exception mechanism relies
on this value to detect when the processor has completed an exception handler. The lowest five
bits of this value provide information on the return stack and processor mode. Table 2-10 on page 111
shows the EXC_RETURN values with a description of the exception return behavior.
EXC_RETURN bits 31:5 are all set. When this value is loaded into the PC, it indicates to the processor
that the exception is complete, and the processor initiates the appropriate exception return sequence.
An internally detected error such as an undefined instruction or an attempt to change state with
a BX instruction.
Usually, the exception priority, together with the values of the exception mask registers, determines
whether the processor enters the fault handler, and whether a fault handler can preempt another
fault handler as described in Exception Model on page 101.
In some situations, a fault with configurable priority is treated as a hard fault. This process is called
priority escalation, and the fault is described as escalated to hard fault. Escalation to hard fault
occurs when:
A fault handler causes the same kind of fault as the one it is servicing. This escalation to hard
fault occurs because a fault handler cannot preempt itself because it must have the same priority
as the current priority level.
A fault handler causes a fault with the same or lower priority as the fault it is servicing. This
situation happens because the handler for the new fault cannot preempt the currently executing
fault handler.
An exception handler causes a fault for which the priority is the same as or lower than the currently
executing exception.
A fault occurs and the handler for that fault is not enabled.
If a bus fault occurs during a stack push when entering a bus fault handler, the bus fault does not
escalate to a hard fault. Thus if a corrupted stack causes a fault, the fault handler executes even
though the stack push for the handler failed. The fault handler operates but the stack contents are
corrupted.
Note: Only Reset and NMI can preempt the fixed priority hard fault. A hard fault can preempt any
exception other than Reset, NMI, or another hard fault.
2.6.4 Lockup
The processor enters a lockup state if a hard fault occurs when executing the NMI or hard fault
handlers. When the processor is in the lockup state, it does not execute any instructions. The
processor remains in lockup state until it is reset, an NMI occurs, or it is halted by a debugger.
Note: If the lockup state occurs from the NMI handler, a subsequent NMI does not cause the
processor to leave the lockup state.
Deep-sleep mode stops the system clock and switches off the PLL and Flash memory.
The SLEEPDEEP bit of the System Control (SYSCTRL) register selects which sleep mode is used
(see page 166). For more information about the behavior of the sleep modes, see System
Control on page 227.
This section describes the mechanisms for entering sleep mode and the conditions for waking up
from sleep mode, both of which apply to Sleep mode and Deep-sleep mode.
2.7.1.3 Sleep-on-Exit
If the SLEEPEXIT bit of the SYSCTRL register is set, when the processor completes the execution
of all exception handlers, it returns to Thread mode and immediately enters sleep mode. This
mechanism can be used in applications that only require the processor to run when an exception
occurs.
For more information on the instructions and operands, see the instruction descriptions in
the ARM Cortex-M4 Technical Reference Manual.
SMLATB,
SMLATT
SMLAD, Rd, Rn, Rm, Ra Signed multiply accumulate dual Q
SMLADX
SMLAL RdLo, RdHi, Rn, Rm Signed multiply with accumulate -
(32x32+64), 64-bit result
SMLALBB, RdLo, RdHi, Rn, Rm Signed multiply accumulate long -
SMLALBT, (halfwords)
SMLALTB,
SMLALTT
SMLALD, SMLALDX RdLo, RdHi, Rn, Rm Signed multiply accumulate long dual -
SMLAWB,SMLAWT Rd, Rn, Rm, Ra Signed multiply accumulate, word by Q
halfword
SMLSD Rd, Rn, Rm, Ra Signed multiply subtract dual Q
SMLSDX
SMLSLD RdLo, RdHi, Rn, Rm Signed multiply subtract long dual
SMLSLDX
SMMLA Rd, Rn, Rm, Ra Signed most significant word multiply -
accumulate
SMMLS, Rd, Rn, Rm, Ra Signed most significant word multiply -
SMMLR subtract
3 Cortex-M4 Peripherals
This chapter provides information on the Tiva C Series implementation of the Cortex-M4 processor
peripherals, including:
Table 3-1 on page 122 shows the address map of the Private Peripheral Bus (PPB). Some peripheral
register regions are split into two address regions, as indicated by two addresses listed.
An RTOS tick timer that fires at a programmable rate (for example, 100 Hz) and invokes a SysTick
routine.
A variable rate alarm or signal timerthe duration is range-dependent on the reference clock
used and the dynamic range of the counter.
An internal clock source control based on missing/meeting durations. The COUNT bit in the
STCTRL control and status register can be used to determine if an action completed within a
set duration, as part of a dynamic clock management control loop.
SysTick Control and Status (STCTRL): A control and status counter to configure its clock,
enable the counter, enable the SysTick interrupt, and determine counter status.
SysTick Reload Value (STRELOAD): The reload value for the counter, used to provide the
counter's wrap value.
When enabled, the timer counts down on each clock from the reload value to zero, reloads (wraps)
to the value in the STRELOAD register on the next clock edge, then decrements on subsequent
clocks. Clearing the STRELOAD register disables the counter on the next wrap. When the counter
reaches zero, the COUNT status bit is set. The COUNT bit clears on reads.
Writing to the STCURRENT register clears the register and the COUNT status bit. The write does
not trigger the SysTick exception logic. On a read, the current value is the value of the register at
the time the register is accessed.
The SysTick counter runs on either the system clock or the precision internal oscillator (PIOSC)
divided by 4. If this clock signal is stopped for low power mode, the SysTick counter stops. SysTick
can be kept running during Deep-sleep mode by setting the CLK_SRC bit in the SysTick Control
and Status Register (STCTRL) register and ensuring that the PIOSCPD bit in the Deep Sleep
Clock Configuration (DSLPCLKCFG) register is clear. Ensure software uses aligned word accesses
to access the SysTick registers.
The SysTick counter reload and current value are undefined at reset; the correct initialization
sequence for the SysTick counter is:
Note: When the processor is halted for debugging, the counter does not decrement.
78 interrupts.
A programmable priority level of 0-7 for each interrupt. A higher level corresponds to a lower
priority, so level 0 is the highest interrupt priority.
Interrupt tail-chaining.
The processor automatically stacks its state on exception entry and unstacks this state on exception
exit, with no instruction overhead, providing low latency exception handling.
The NVIC detects that the interrupt signal is High and the interrupt is not active.
Software writes to the corresponding interrupt set-pending register bit, or to the Software Trigger
Interrupt (SWTRIG) register to make a Software-Generated Interrupt pending. See the INT bit
in the PEND0 register on page 146 or SWTRIG on page 156.
The processor enters the ISR for the interrupt, changing the state of the interrupt from pending
to active. Then:
For a level-sensitive interrupt, when the processor returns from the ISR, the NVIC samples
the interrupt signal. If the signal is asserted, the state of the interrupt changes to pending,
which might cause the processor to immediately re-enter the ISR. Otherwise, the state of the
interrupt changes to inactive.
For a pulse interrupt, the NVIC continues to monitor the interrupt signal, and if this is pulsed
the state of the interrupt changes to pending and active. In this case, when the processor
returns from the ISR the state of the interrupt changes to pending, which might cause the
processor to immediately re-enter the ISR.
If the interrupt signal is not pulsed while the processor is in the ISR, when the processor
returns from the ISR the state of the interrupt changes to inactive.
For a level-sensitive interrupt, if the interrupt signal is still asserted, the state of the interrupt
does not change. Otherwise, the state of the interrupt changes to inactive.
For a pulse interrupt, the state of the interrupt changes to inactive, if the state was pending
or to active, if the state was active and pending.
Table 3-2 on page 126 shows the possible MPU region attributes. See the section called MPU
Configuration for a Tiva C Series Microcontroller on page 130 for guidelines for programming a
microcontroller implementation.
To avoid unexpected behavior, disable the interrupts before updating the attributes of a region that
the interrupt handlers might access.
Ensure software uses aligned accesses of the correct size to access MPU registers:
Except for the MPU Region Attribute and Size (MPUATTR) register, all MPU registers must
be accessed with aligned word accesses.
The MPUATTR register can be accessed with byte or aligned halfword or word accesses.
; R1 = region number
; R2 = size/enable
; R3 = attributes
; R4 = address
LDR R0,=MPUNUMBER ; 0xE000ED98, MPU region number register
STR R1, [R0, #0x0] ; Region Number
STR R4, [R0, #0x4] ; Region Base Address
STRH R2, [R0, #0x8] ; Region Size and Enable
STRH R3, [R0, #0xA] ; Region Attribute
Disable a region before writing new region settings to the MPU if you have previously enabled the
region being changed. For example:
; R1 = region number
; R2 = size/enable
; R3 = attributes
; R4 = address
LDR R0,=MPUNUMBER ; 0xE000ED98, MPU region number register
Before MPU setup, if there might be outstanding memory transfers, such as buffered writes, that
might be affected by the change in MPU settings.
After MPU setup, if it includes memory transfers that must use the new MPU settings.
However, memory barrier instructions are not required if the MPU setup process starts by entering
an exception handler, or is followed by an exception return, because the exception entry and
exception return mechanism cause memory barrier behavior.
Software does not need any memory barrier instructions during MPU setup, because it accesses
the MPU through the Private Peripheral Bus (PPB), which is a Strongly Ordered memory region.
For example, if all of the memory access behavior is intended to take effect immediately after the
programming sequence, then a DSB instruction and an ISB instruction should be used. A DSB is
required after changing MPU settings, such as at the end of context switch. An ISB is required if
the code that programs the MPU region or regions is entered using a branch or call. If the
programming sequence is entered using a return from exception, or by taking an exception, then
an ISB is not required.
; R1 = region number
; R2 = address
; R3 = size, attributes in one
LDR R0, =MPUNUMBER ; 0xE000ED98, MPU region number register
STR R1, [R0, #0x0] ; Region Number
STR R2, [R0, #0x4] ; Region Base Address
STR R3, [R0, #0x8] ; Region Attribute, Size and Enable
; R1 = region number
; R2 = address
; R3 = size, attributes in one
LDR R0, =MPUNUMBER ; 0xE000ED98, MPU region number register
STM R0, {R1-R3} ; Region number, address, attribute, size and enable
This operation can be done in two words for prepacked information, meaning that the MPU Region
Base Address (MPUBASE) register (see page 190) contains the required region number and has
the VALID bit set. This method can be used when the data is statically packed, for example in a
boot loader:
Subregions
Regions of 256 bytes or more are divided into eight equal-sized subregions. Set the corresponding
bit in the SRD field of the MPU Region Attribute and Size (MPUATTR) register (see page 192) to
disable a subregion. The least-significant bit of the SRD field controls the first subregion, and the
most-significant bit controls the last subregion. Disabling a subregion means another region
overlapping the disabled range matches instead. If no other enabled region overlaps the disabled
subregion, the MPU issues a fault.
Regions of 32, 64, and 128 bytes do not support subregions. With regions of these sizes, the SRD
field must be configured to 0x00, otherwise the MPU behavior is unpredictable.
Table 3-4 on page 129 shows the cache policy for memory attribute encodings with a TEX value in
the range of 0x4-0x7.
Table 3-5 on page 129 shows the AP encodings in the MPUATTR register that define the access
permissions for privileged and unprivileged software.
In current Tiva C Series microcontroller implementations, the shareability and cache policy
attributes do not affect the system behavior. However, using these settings for the MPU regions
can make the application code more portable. The values given are for typical situations.
Combined multiply and accumulate instructions for increased precision (Fused MAC)
Hardware support for conversion, addition, subtraction, multiplication with optional accumulate,
division, and square-root
The Cortex-M4F FPU fully supports single-precision add, subtract, multiply, divide, multiply and
accumulate, and square root operations. It also provides conversions between fixed-point and
floating-point data formats, and floating-point constant instructions. The FPU provides floating-point
computation functionality that is compliant with the ANSI/IEEE Std 754-2008, IEEE Standard for
Binary Floating-Point Arithmetic, referred to as the IEEE 754 standard. The FPU's single-precision
extension registers can also be accessed as 16 doubleword registers for load, store, and move
operations.
... ...
S28
D14
S29
S30
D15
S31
For example, you can access the least significant half of the value in D6 by accessing S12, and the
most significant half of the elements by accessing S13.
VNEG, and VMOV operations. All other CDP operations ignore any information in the fraction bits
of an input NaN.
Remainder
Binary-to-decimal conversions
Decimal-to-binary conversions
The Cortex-M4 FPU supports fused MAC operations as described in the IEEE standard. For complete
implementation of the IEEE 754-2008 standard, floating-point functionality must be augmented with
library functions.
NaN handling
All single-precision values with the maximum exponent field value and a nonzero fraction field are
valid NaNs. A most-significant fraction bit of zero indicates a Signaling NaN (SNaN). A one indicates
a Quiet NaN (QNaN). Two NaN values are treated as different NaNs if they differ in any bit. The
below table shows the default NaN values.
Processing of input NaNs for ARM floating-point functionality and libraries is defined as follows:
In full-compliance mode, NaNs are handled as described in the ARM Architecture Reference
Manual. The hardware processes the NaNs directly for arithmetic CDP instructions. For data
transfer operations, NaNs are transferred without raising the Invalid Operation exception. For
the non-arithmetic CDP instructions, VABS, VNEG, and VMOV, NaNs are copied, with a change
of sign if specified in the instructions, without causing the Invalid Operation exception.
In default NaN mode, arithmetic CDP instructions involving NaN operands return the default
NaN regardless of the fractions of any NaN operands. SNaNs in an arithmetic CDP operation
set the IOC flag, FPSCR[0]. NaN handling by data transfer and non-arithmetic CDP instructions
is the same as in full-compliance mode.
Comparisons
Comparison results modify the flags in the FPSCR. You can use the MVRS APSR_nzcv instruction
(formerly FMSTAT) to transfer the current flags from the FPSCR to the APSR. See the ARM
Architecture Reference Manual for mapping of IEEE 754-2008 standard predicates to ARM conditions.
The flags used are chosen so that subsequent conditional execution of ARM instructions can test
the predicates defined in the IEEE standard.
Underflow
The Cortex-M4F FPU uses the before rounding form of tininess and the inexact result form of loss
of accuracy as described in the IEEE 754-2008 standard to generate Underflow exceptions.
In flush-to-zero mode, results that are tiny before rounding, as described in the IEEE standard, are
flushed to a zero, and the UFC flag, FPSCR[3], is set. See the ARM Architecture Reference Manual
for information on flush-to-zero mode.
When the FPU is not in flush-to-zero mode, operations are performed on subnormal operands. If
the operation does not produce a tiny result, it returns the computed result, and the UFC flag,
FPSCR[3], is not set. The IXC flag, FPSCR[4], is set if the operation is inexact. If the operation
produces a tiny result, the result is a subnormal or zero value, and the UFC flag, FPSCR[3], is set
if the result was also inexact.
3.1.5.6 Exceptions
The FPU sets the cumulative exception status flag in the FPSCR register as required for each
instruction, in accordance with the FPv4 architecture. The FPU does not support user-mode traps.
The exception enable bits in the FPSCR read-as-zero, and writes are ignored. The processor also
has six output pins, FPIXC, FPUFC, FPOFC, FPDZC, FPIDC, and FPIOC, that each reflect the
status of one of the cumulative exception flags. For a description of these outputs, see the ARM
Cortex-M4 Integration and Implementation Manual (ARM DII 0239, available from ARM).
The processor can reduce the exception latency by using lazy stacking. See Auxiliary Control
Register, ACTLR on page 4-5. This means that the processor reserves space on the stack for the
FP state, but does not save that state information to the stack. See the ARMv7-M Architecture
Reference Manual (available from ARM) for more information.
Control (CPAC) register. The below example code sequence enables the FPU in both privileged
and user modes.
0xDA8 MPUATTR1 RW 0x0000.0000 MPU Region Attribute and Size Alias 1 192
0xDB0 MPUATTR2 RW 0x0000.0000 MPU Region Attribute and Size Alias 2 192
0xDB8 MPUATTR3 RW 0x0000.0000 MPU Region Attribute and Size Alias 3 192
reserved COUNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
31:17 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The SysTick timer has not counted to 0 since the last time
this bit was read.
1 The SysTick timer has counted to 0 since the last time
this bit was read.
15:3 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Precision internal oscillator (PIOSC) divided by 4
1 System clock
Value Description
0 Interrupt generation is disabled. Software can use the
COUNT bit to determine if the counter has ever reached 0.
1 An interrupt is generated to the NVIC when SysTick counts
to 0.
0 ENABLE RW 0 Enable
Value Description
0 The counter is disabled.
1 Enables SysTick to operate in a multi-shot way. That is, the
counter loads the RELOAD value and begins counting down.
On reaching 0, the COUNT bit is set and an interrupt is
generated if enabled by INTEN. The counter then loads the
RELOAD value again and begins counting.
reserved RELOAD
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RELOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved CURRENT
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CURRENT
Type RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC RWC
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 On a read, indicates the interrupt is disabled.
On a write, no effect.
1 On a read, indicates the interrupt is enabled.
On a write, enables the interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:11 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 On a read, indicates the interrupt is disabled.
On a write, no effect.
1 On a read, indicates the interrupt is enabled.
On a write, enables the interrupt.
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 On a read, indicates the interrupt is disabled.
On a write, no effect.
1 On a read, indicates the interrupt is enabled.
On a write, clears the corresponding INT[n] bit in the EN0
register, disabling interrupt [n].
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:11 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 On a read, indicates the interrupt is disabled.
On a write, no effect.
1 On a read, indicates the interrupt is enabled.
On a write, clears the corresponding INT[n] bit in the EN4
register, disabling interrupt [n].
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 On a read, indicates that the interrupt is not pending.
On a write, no effect.
1 On a read, indicates that the interrupt is pending.
On a write, the corresponding interrupt is set to pending
even if it is disabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:11 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 On a read, indicates that the interrupt is not pending.
On a write, no effect.
1 On a read, indicates that the interrupt is pending.
On a write, the corresponding interrupt is set to pending
even if it is disabled.
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 On a read, indicates that the interrupt is not pending.
On a write, no effect.
1 On a read, indicates that the interrupt is pending.
On a write, clears the corresponding INT[n] bit in the PEND0
register, so that interrupt [n] is no longer pending.
Setting a bit does not affect the active state of the corresponding
interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:11 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 On a read, indicates that the interrupt is not pending.
On a write, no effect.
1 On a read, indicates that the interrupt is pending.
On a write, clears the corresponding INT[n] bit in the PEND4
register, so that interrupt [n] is no longer pending.
Setting a bit does not affect the active state of the corresponding
interrupt.
INT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The corresponding interrupt is not active.
1 The corresponding interrupt is active, or active and pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:11 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding interrupt is not active.
1 The corresponding interrupt is active, or active and pending.
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
28:24 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
20:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
28:24 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
20:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INTID
Type RO RO RO RO RO RO RO RO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RW RW RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:10 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Important: Two bits control when FPCA can be enabled: the ASPEN
bit in the Floating-Point Context Control (FPCC)
register and the DISFPCA bit in the Auxiliary Control
(ACTLR) register.
7:3 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Disables IT folding.
In some situations, the processor can start executing the first instruction
in an IT block while it is still executing the IT instruction. This behavior
is called IT folding, and improves performance, However, IT folding can
cause jitter in looping. If a task must avoid jitter, set the DISFOLD bit
before executing the task, to disable IT folding.
Value Description
0 No effect.
1 Disables write buffer use during default memory map accesses.
In this situation, all bus faults are precise bus faults but
performance is decreased because any store to memory must
complete before the processor can execute the next instruction.
Value Description
0 No effect.
1 Disables interruption of load multiple and store multiple
instructions. In this situation, the interrupt latency of the
processor is increased because any LDM or STM must complete
before the processor can stack the current state and enter the
interrupt handler.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PARTNO REV
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1
Value Description
0x41 ARM
Value Description
0x0 The rn value in the rnpn product revision identifier, for example,
the 0 in r0p0.
Value Description
0xF Always reads as 0xF.
Value Description
0xC24 Cortex-M4 processor.
Value Description
0x1 The pn value in the rnpn product revision identifier, for example,
the 1 in r0p1.
NMISET reserved PENDSV UNPENDSV PENDSTSET PENDSTCLR reserved ISRPRE ISRPEND reserved VECPEND
Type RW RO RO RW WO RW WO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 On a read, indicates an NMI exception is not pending.
On a write, no effect.
1 On a read, indicates an NMI exception is pending.
On a write, changes the NMI exception state to pending.
30:29 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 On a read, indicates a PendSV exception is not pending.
On a write, no effect.
1 On a read, indicates a PendSV exception is pending.
On a write, changes the PendSV exception state to pending.
Setting this bit is the only way to set the PendSV exception state to
pending. This bit is cleared by writing a 1 to the UNPENDSV bit.
Value Description
0 On a write, no effect.
1 On a write, removes the pending state from the PendSV
exception.
Value Description
0 On a read, indicates a SysTick exception is not pending.
On a write, no effect.
1 On a read, indicates a SysTick exception is pending.
On a write, changes the SysTick exception state to pending.
Value Description
0 On a write, no effect.
1 On a write, removes the pending state from the SysTick
exception.
24 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The release from halt does not take an interrupt.
1 The release from halt takes an interrupt.
This bit is only meaningful in Debug mode and reads as zero when the
processor is not in Debug mode.
Value Description
0 No interrupt is pending.
1 An interrupt is pending.
This bit provides status for all interrupts excluding NMI and Faults.
21:20 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x00 No exceptions are pending
0x01 Reserved
0x02 NMI
0x03 Hard fault
0x04 Memory management fault
0x05 Bus fault
0x06 Usage fault
0x07-0x0A Reserved
0x0B SVCall
0x0C Reserved for Debug
0x0D Reserved
0x0E PendSV
0x0F SysTick
0x10 Interrupt Vector 0
0x11 Interrupt Vector 1
... ...
0x9A Interrupt Vector 138
Value Description
0 There are preempted active exceptions to execute.
1 There are no active exceptions, or the currently executing
exception is the only active exception.
This bit provides status for all interrupts excluding NMI and Faults. This
bit only has meaning if the processor is currently executing an ISR (the
Interrupt Program Status (IPSR) register is non-zero).
10:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
OFFSET
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
OFFSET reserved
Type RW RW RW RW RW RW RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 69: Application Interrupt and Reset Control (APINT), offset 0xD0C
Note: This register can only be accessed from privileged mode.
The APINT register provides priority grouping control for the exception model, endian status for
data accesses, and reset control of the system. To write to this register, 0x05FA must be written to
the VECTKEY field, otherwise the write is ignored.
The PRIGROUP field indicates the position of the binary point that splits the INTx fields in the
Interrupt Priority (PRIx) registers into separate group priority and subpriority fields. Table
3-9 on page 164 shows how the PRIGROUP value controls this split. The bit numbers in the Group
Priority Field and Subpriority Field columns in the table refer to the bits in the INTA field. For the
INTB field, the corresponding bits are 15:13; for INTC, 23:21; and for INTD, 31:29.
Note: Determining preemption of an exception uses only the group priority field.
VECTKEY
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RW RW RW RO RO RO RO RO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
14:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:3 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Resets the core and all on-chip peripherals except the Debug
interface.
This bit is automatically cleared during the reset of the core and reads
as 0.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RW RO RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Only enabled interrupts or events can wake up the processor;
disabled interrupts are excluded.
1 Enabled events and all interrupts, including disabled interrupts,
can wake up the processor.
When an event or interrupt enters the pending state, the event signal
wakes up the processor from WFE. If the processor is not waiting for an
event, the event is registered and affects the next WFE.
The processor also wakes up on execution of a SEV instruction or an
external event.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Use Sleep mode as the low power mode.
1 Use Deep-sleep mode as the low power mode.
Value Description
0 When returning from Handler mode to Thread mode, do not
sleep when returning to Thread mode.
1 When returning from Handler mode to Thread mode, enter sleep
or deep sleep on return from an ISR.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RW RW RO RO RO RW RW RO RW RW
Reset 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
31:10 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The stack is 4-byte aligned.
1 The stack is 8-byte aligned.
Value Description
0 Data bus faults caused by load and store instructions cause a
lock-up.
1 Handlers running at priority -1 and -2 ignore data bus faults
caused by load and store instructions.
Set this bit only when the handler and its data are in absolutely safe
memory. The normal use of this bit is to probe system devices and
bridges to detect control path problems and fix them.
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Do not trap on divide by 0. A divide by zero returns a quotient
of 0.
1 Trap on divide by 0.
Value Description
0 Do not trap on unaligned halfword and word accesses.
1 Trap on unaligned halfword and word accesses. An unaligned
access generates a usage fault.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables unprivileged software access to the SWTRIG register.
1 Enables unprivileged software access to the SWTRIG register
(see page 156).
Value Description
0 The processor can enter Thread mode only when no exception
is active.
1 The processor can enter Thread mode from any level under the
control of an EXC_RETURN value (see Exception
Return on page 110 for more information).
Type RO RO RO RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
20:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
SVC reserved
Type RW RW RW RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
28:0 reserved RO 0x000.0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
28:24 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
20:8 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4:0 reserved RO 0x0.0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 75: System Handler Control and State (SYSHNDCTRL), offset 0xD24
Note: This register can only be accessed from privileged mode.
The SYSHNDCTRL register enables the system handlers, and indicates the pending status of the
usage fault, bus fault, memory management fault, and SVC exceptions as well as the active status
of the system handlers.
If a system handler is disabled and the corresponding fault occurs, the processor treats the fault as
a hard fault.
This register can be modified to change the pending or active status of system exceptions. An OS
kernel can write to the active bits to perform a context switch that changes the current exception
type.
Caution Software that changes the value of an active bit in this register without correct adjustment
to the stacked content can cause the processor to generate a fault exception. Ensure software that writes
to this register retains and subsequently restores the current active status.
If the value of a bit in this register must be modified after enabling the system handlers, a
read-modify-write procedure must be used to ensure that only the required bit is modified.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SVC BUSP MEMP USAGEP TICK PNDSV reserved MON SVCA reserved USGA reserved BUSA MEMA
Type RW RW RW RW RW RW RO RW RW RO RO RO RW RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:19 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables the usage fault exception.
1 Enables the usage fault exception.
Value Description
0 Disables the bus fault exception.
1 Enables the bus fault exception.
Value Description
0 Disables the memory management fault exception.
1 Enables the memory management fault exception.
Value Description
0 An SVC call exception is not pending.
1 An SVC call exception is pending.
This bit can be modified to change the pending status of the SVC call
exception.
Value Description
0 A bus fault exception is not pending.
1 A bus fault exception is pending.
This bit can be modified to change the pending status of the bus fault
exception.
Value Description
0 A memory management fault exception is not pending.
1 A memory management fault exception is pending.
This bit can be modified to change the pending status of the memory
management fault exception.
Value Description
0 A usage fault exception is not pending.
1 A usage fault exception is pending.
This bit can be modified to change the pending status of the usage fault
exception.
Value Description
0 A SysTick exception is not active.
1 A SysTick exception is active.
This bit can be modified to change the active status of the SysTick
exception, however, see the Caution above before setting this bit.
Value Description
0 A PendSV exception is not active.
1 A PendSV exception is active.
This bit can be modified to change the active status of the PendSV
exception, however, see the Caution above before setting this bit.
9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Debug monitor is not active.
1 The Debug monitor is active.
Value Description
0 SVC call is not active.
1 SVC call is active.
This bit can be modified to change the active status of the SVC call
exception, however, see the Caution above before setting this bit.
6:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Usage fault is not active.
1 Usage fault is active.
This bit can be modified to change the active status of the usage fault
exception, however, see the Caution above before setting this bit.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Bus fault is not active.
1 Bus fault is active.
This bit can be modified to change the active status of the bus fault
exception, however, see the Caution above before setting this bit.
Value Description
0 Memory management fault is not active.
1 Memory management fault is active.
This bit can be modified to change the active status of the memory
management fault exception, however, see the Caution above before
setting this bit.
1. Read and save the Memory Management Fault Address (MMADDR) or Bus Fault Address
(FAULTADDR) value.
2. Read the MMARV bit in MFAULTSTAT, or the BFARV bit in BFAULTSTAT to determine if the
MMADDR or FAULTADDR contents are valid.
Software must follow this sequence because another higher priority exception might change the
MMADDR or FAULTADDR value. For example, if a higher priority handler preempts the current
fault handler, the other fault might change the MMADDR or FAULTADDR value.
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
BFARV reserved BLSPERR BSTKE BUSTKE IMPRE PRECISE IBUS MMARV reserved MLSPERR MSTKE MUSTKE reserved DERR IERR
Type RW1C RO RW1C RW1C RW1C RW1C RW1C RW1C RW1C RO RW1C RW1C RW1C RO RW1C RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:26 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No divide-by-zero fault has occurred, or divide-by-zero trapping
is not enabled.
1 The processor has executed an SDIV or UDIV instruction with
a divisor of 0.
When this bit is set, the PC value stacked for the exception return points
to the instruction that performed the divide by zero.
Trapping on divide-by-zero is enabled by setting the DIV0 bit in the
Configuration and Control (CFGCTRL) register (see page 168).
This bit is cleared by writing a 1 to it.
Value Description
0 No unaligned access fault has occurred, or unaligned access
trapping is not enabled.
1 The processor has made an unaligned memory access.
23:20 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A usage fault has not been caused by attempting to access a
coprocessor.
1 The processor has attempted to access a coprocessor.
Value Description
0 A usage fault has not been caused by attempting to load an
invalid PC value.
1 The processor has attempted an illegal load of EXC_RETURN
to the PC as a result of an invalid context or an invalid
EXC_RETURN value.
When this bit is set, the PC value stacked for the exception return points
to the instruction that tried to perform the illegal load of the PC.
This bit is cleared by writing a 1 to it.
Value Description
0 A usage fault has not been caused by an invalid state.
1 The processor has attempted to execute an instruction that
makes illegal use of the EPSR register.
When this bit is set, the PC value stacked for the exception return points
to the instruction that attempted the illegal use of the Execution
Program Status Register (EPSR) register.
This bit is not set if an undefined instruction uses the EPSR register.
This bit is cleared by writing a 1 to it.
Value Description
0 A usage fault has not been caused by an undefined instruction.
1 The processor has attempted to execute an undefined
instruction.
When this bit is set, the PC value stacked for the exception return points
to the undefined instruction.
An undefined instruction is an instruction that the processor cannot
decode.
This bit is cleared by writing a 1 to it.
Value Description
0 The value in the Bus Fault Address (FAULTADDR) register
is not a valid fault address.
1 The FAULTADDR register is holding a valid fault address.
This bit is set after a bus fault, where the address is known. Other faults
can clear this bit, such as a memory management fault occurring later.
If a bus fault occurs and is escalated to a hard fault because of priority,
the hard fault handler must clear this bit. This action prevents problems
if returning to a stacked active bus fault handler whose FAULTADDR
register value has been overwritten.
This bit is cleared by writing a 1 to it.
14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No bus fault has occurred during floating-point lazy state
preservation.
1 A bus fault has occurred during floating-point lazy state
preservation.
Value Description
0 No bus fault has occurred on stacking for exception entry.
1 Stacking for an exception entry has caused one or more bus
faults.
When this bit is set, the SP is still adjusted but the values in the context
area on the stack might be incorrect. A fault address is not written to
the FAULTADDR register.
This bit is cleared by writing a 1 to it.
Value Description
0 No bus fault has occurred on unstacking for a return from
exception.
1 Unstacking for a return from exception has caused one or more
bus faults.
This fault is chained to the handler. Thus, when this bit is set, the original
return stack is still present. The SP is not adjusted from the failing return,
a new save is not performed, and a fault address is not written to the
FAULTADDR register.
This bit is cleared by writing a 1 to it.
Value Description
0 An imprecise data bus error has not occurred.
1 A data bus error has occurred, but the return address in the
stack frame is not related to the instruction that caused the error.
When this bit is set, a fault address is not written to the FAULTADDR
register.
This fault is asynchronous. Therefore, if the fault is detected when the
priority of the current process is higher than the bus fault priority, the
bus fault becomes pending and becomes active only when the processor
returns from all higher-priority processes. If a precise fault occurs before
the processor enters the handler for the imprecise bus fault, the handler
detects that both the IMPRE bit is set and one of the precise fault status
bits is set.
This bit is cleared by writing a 1 to it.
Value Description
0 A precise data bus error has not occurred.
1 A data bus error has occurred, and the PC value stacked for
the exception return points to the instruction that caused the
fault.
When this bit is set, the fault address is written to the FAULTADDR
register.
This bit is cleared by writing a 1 to it.
Value Description
0 An instruction bus error has not occurred.
1 An instruction bus error has occurred.
Value Description
0 The value in the Memory Management Fault Address
(MMADDR) register is not a valid fault address.
1 The MMADDR register is holding a valid fault address.
6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No memory management fault has occurred during floating-point
lazy state preservation.
1 No memory management fault has occurred during floating-point
lazy state preservation.
Value Description
0 No memory management fault has occurred on stacking for
exception entry.
1 Stacking for an exception entry has caused one or more access
violations.
When this bit is set, the SP is still adjusted but the values in the context
area on the stack might be incorrect. A fault address is not written to
the MMADDR register.
This bit is cleared by writing a 1 to it.
Value Description
0 No memory management fault has occurred on unstacking for
a return from exception.
1 Unstacking for a return from exception has caused one or more
access violations.
This fault is chained to the handler. Thus, when this bit is set, the original
return stack is still present. The SP is not adjusted from the failing return,
a new save is not performed, and a fault address is not written to the
MMADDR register.
This bit is cleared by writing a 1 to it.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A data access violation has not occurred.
1 The processor attempted a load or store at a location that does
not permit the operation.
When this bit is set, the PC value stacked for the exception return points
to the faulting instruction and the address of the attempted access is
written to the MMADDR register.
This bit is cleared by writing a 1 to it.
Value Description
0 An instruction access violation has not occurred.
1 The processor attempted an instruction fetch from a location
that does not permit execution.
This fault occurs on any access to an XN region, even when the MPU
is disabled or not present.
When this bit is set, the PC value stacked for the exception return points
to the faulting instruction and the address of the attempted access is
not written to the MMADDR register.
This bit is cleared by writing a 1 to it.
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 No forced hard fault has occurred.
1 A forced hard fault has been generated by escalation of a fault
with configurable priority that cannot be handled, either because
of priority or because it is disabled.
When this bit is set, the hard fault handler must read the other fault
status registers to find the cause of the fault.
This bit is cleared by writing a 1 to it.
29:2 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No bus fault has occurred on a vector table read.
1 A bus fault occurred on a vector table read.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
reserved IREGION
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x08 Indicates there are eight supported MPU data regions.
7:1 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Indicates the MPU is unified.
For privileged accesses, the default memory map is as described in Memory Model on page 92.
Any access by privileged software that does not address an enabled memory region behaves
as defined by the default memory map.
Any access by unprivileged software that does not address an enabled memory region causes
a memory management fault.
Execute Never (XN) and Strongly Ordered rules always apply to the System Control Space regardless
of the value of the ENABLE bit.
When the ENABLE bit is set, at least one region of the memory map must be enabled for the system
to function unless the PRIVDEFEN bit is set. If the PRIVDEFEN bit is set and no regions are enabled,
then only privileged software can operate.
When the ENABLE bit is clear, the system uses the default memory map, which has the same
memory attributes as if the MPU is not implemented (see Table 2-5 on page 95 for more information).
The default memory map applies to accesses from both privileged and unprivileged software.
When the MPU is enabled, accesses to the System Control Space and vector table are always
permitted. Other areas are accessible based on regions and whether PRIVDEFEN is set.
Unless HFNMIENA is set, the MPU is not enabled when the processor is executing the handler for
an exception with priority 1 or 2. These priorities are only possible when handling a hard fault or
NMI exception or when FAULTMASK is enabled. Setting the HFNMIENA bit enables the MPU when
operating with these two priorities.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 If the MPU is enabled, this bit disables use of the default memory
map. Any memory access to a location not covered by any
enabled region causes a fault.
1 If the MPU is enabled, this bit enables use of the default memory
map as a background region for privileged software accesses.
When this bit is set, the background region acts as if it is region number
-1. Any region that is defined and enabled has priority over this default
map.
If the MPU is disabled, the processor ignores this bit.
Value Description
0 The MPU is disabled during hard fault, NMI, and FAULTMASK
handlers, regardless of the value of the ENABLE bit.
1 The MPU is enabled during hard fault, NMI, and FAULTMASK
handlers.
When the MPU is disabled and this bit is set, the resulting behavior is
unpredictable.
Value Description
0 The MPU is disabled.
1 The MPU is enabled.
When the MPU is disabled and the HFNMIENA bit is set, the resulting
behavior is unpredictable.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved NUMBER
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW WO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The MPUNUMBER register is not changed and the processor
updates the base address for the region specified in the
MPUNUMBER register and ignores the value of the REGION
field.
1 The MPUNUMBER register is updated with the value of the
REGION field and the base address is updated for the region
specified in the REGION field.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 87: MPU Region Attribute and Size (MPUATTR), offset 0xDA0
Register 88: MPU Region Attribute and Size Alias 1 (MPUATTR1), offset 0xDA8
Register 89: MPU Region Attribute and Size Alias 2 (MPUATTR2), offset 0xDB0
Register 90: MPU Region Attribute and Size Alias 3 (MPUATTR3), offset 0xDB8
Note: This register can only be accessed from privileged mode.
The MPUATTR register defines the region size and memory attributes of the MPU region specified
by the MPU Region Number (MPUNUMBER) register and enables that region and any subregions.
The MPUATTR register is accessible using word or halfword accesses with the most-significant
halfword holding the region attributes and the least-significant halfword holds the region size and
the region and subregion enable bits.
The MPU access permission attribute bits, XN, AP, TEX, S, C, and B, control access to the
corresponding memory region. If an access is made to an area of memory without the required
permissions, then the MPU generates a permission fault.
The SIZE field defines the size of the MPU memory region specified by the MPUNUMBER register
as follows:
(Region size in bytes) = 2(SIZE+1)
The smallest permitted region size is 32 bytes, corresponding to a SIZE value of 4. Table
3-10 on page 192 gives example SIZE values with the corresponding region size and value of N in
the MPU Region Base Address (MPUBASE) register.
Type RO RO RO RW RO RW RW RW RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:29 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Instruction fetches are enabled.
1 Instruction fetches are disabled.
27 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:22 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
18 S RW 0 Shareable
For information on using this bit, see Table 3-3 on page 128.
17 C RW 0 Cacheable
For information on using this bit, see Table 3-3 on page 128.
16 B RW 0 Bufferable
For information on using this bit, see Table 3-3 on page 128.
Value Description
0 The corresponding subregion is enabled.
1 The corresponding subregion is disabled.
Region sizes of 128 bytes and less do not support subregions. When
writing the attributes for such a region, configure the SRD field as 0x00.
See the section called Subregions on page 128 for more information.
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The region is disabled.
1 The region is enabled.
Type RO RO RO RO RO RO RO RO RW RW RW RW RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Access Denied
Any attempted access generates a NOCP Usage Fault.
0x1 Privileged Access Only
An unprivileged access generates a NOCP fault.
0x2 Reserved
The result of any access is unpredictable.
0x3 Full Access
Value Description
0x0 Access Denied
Any attempted access generates a NOCP Usage Fault.
0x1 Privileged Access Only
An unprivileged access generates a NOCP fault.
0x2 Reserved
The result of any access is unpredictable.
0x3 Full Access
19:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved MONRDY reserved BFRDY MMRDY HFRDY THREAD reserved USER LSPACT
Type RO RO RO RO RO RO RO RW RO RW RW RW RW RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Important: Two bits control when FPCA can be enabled: the ASPEN
bit in the Floating-Point Context Control (FPCC)
register and the DISFPCA bit in the Auxiliary Control
(ACTLR) register.
29:9 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
ADDRESS
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDRESS reserved
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RO RO RO
Reset - - - - - - - - - - - - - 0 0 0
2:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RW RW RW RW RW RO RO RO RO RO RO
Reset 0 0 0 0 0 - - - - - 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:27 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
25 DN RW - DN Bit Default
This bit holds the default value for the DN bit in the FPSC register.
24 FZ RW - FZ Bit Default
This bit holds the default value for the FZ bit in the FPSC register.
Value Description
0x0 Round to Nearest (RN) mode
0x1 Round towards Plus Infinity (RP) mode
0x2 Round towards Minus Infinity (RM) mode
0x3 Round towards Zero (RZ) mode
21:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4 JTAG Interface
The Joint Test Action Group (JTAG) port is an IEEE standard that defines a Test Access Port and
Boundary Scan Architecture for digital integrated circuits and provides a standardized serial interface
for controlling the associated test logic. The TAP, Instruction Register (IR), and Data Registers (DR)
can be used to test the interconnections of assembled printed circuit boards and obtain manufacturing
information on the components. The JTAG Port also provides a means of accessing and controlling
design-for-test features such as I/O pin observation and control, scan testing, and debugging.
The JTAG port is comprised of four pins: TCK, TMS, TDI, and TDO. Data is transmitted serially into
the controller on TDI and out of the controller on TDO. The interpretation of this data is dependent
on the current state of the TAP controller. For detailed information on the operation of the JTAG
port and TAP controller, please refer to the IEEE Standard 1149.1-Test Access Port and
Boundary-Scan Architecture.
The TM4C123GH6PM JTAG controller works with the ARM JTAG controller built into the Cortex-M4F
core by multiplexing the TDO outputs from both JTAG controllers. ARM JTAG instructions select the
ARM TDO output while JTAG instructions select the TDO output. The multiplexer is controlled by the
JTAG controller, which has comprehensive programming for the ARM, Tiva C Series
microcontroller, and unimplemented JTAG instructions.
The TM4C123GH6PM JTAG module has the following features:
Data Watchpoint and Trace (DWT) unit for implementing watchpoints, trigger resources, and
system profiling
Trace Port Interface Unit (TPIU) for bridging to a Trace Port Analyzer
See the ARM Debug Interface V5 Architecture Specification for more information on the ARM
JTAG controller.
Table 4-2. JTAG Port Pins State after Power-On Reset or RST assertion
Pin Name Data Direction Internal Pull-Up Internal Pull-Down Drive Strength Drive Value
TCK Input Enabled Disabled N/A N/A
TMS Input Enabled Disabled N/A N/A
TDI Input Enabled Disabled N/A N/A
TDO Output Enabled Disabled 2-mA driver High-Z
pull-down resistors can be turned off to save internal power if a High-Z output value is acceptable
during certain TAP controller states (see page 677 and page 679).
Capture DR Capture IR
1 1
0 0
Shift DR Shift IR
1 0 1 0
Exit 1 DR Exit 1 IR
1 1
0 0
Pause DR Pause IR
1 0 1 0
Exit 2 DR Exit 2 IR
0 0
1 1
Update DR Update IR
1 0 1 0
Caution It is possible to create a software sequence that prevents the debugger from connecting to
the TM4C123GH6PM microcontroller. If the program code loaded into flash immediately changes the
JTAG pins to their GPIO functionality, the debugger may not have enough time to connect and halt
the controller before the JTAG pin functionality switches. As a result, the debugger may be locked out
of the part. This issue can be avoided with a software routine that restores JTAG functionality based
on an external or software trigger. In the case that the software routine is not implemented and the
device is locked out of the part, this issue can be solved by using the TM4C123GH6PM Flash Programmer
"Unlock" feature. Please refer to LMFLASHPROGRAMMER on the TI web for more information.
The GPIO commit control registers provide a layer of protection against accidental programming of
critical hardware peripherals. Protection is provided for the GPIO pins that can be used as the four
JTAG/SWD pins and the NMI pin (see Signal Tables on page 1329 for pin numbers). Writes to
protected bits of the GPIO Alternate Function Select (GPIOAFSEL) register (see page 671), GPIO
Pull Up Select (GPIOPUR) register (see page 677), GPIO Pull-Down Select (GPIOPDR) register
(see page 679), and GPIO Digital Enable (GPIODEN) register (see page 682) are not committed to
storage unless the GPIO Lock (GPIOLOCK) register (see page 684) has been unlocked and the
appropriate bits of the GPIO Commit (GPIOCR) register (see page 685) have been set.
In addition, the EEPROM is erased and its wear-leveling counters are returned to factory
default values when performing the sequence below.
If software configures any of the JTAG/SWD pins as GPIO and loses the ability to communicate
with the debugger, there is a debug port unlock sequence that can be used to recover the
microcontroller. Performing a total of ten JTAG-to-SWD and SWD-to-JTAG switch sequences while
holding the microcontroller in reset mass erases the Flash memory. The debug port unlock sequence
is:
3. Perform steps 1 and 2 of the JTAG-to-SWD switch sequence on the section called JTAG-to-SWD
Switching on page 207.
4. Perform steps 1 and 2 of the SWD-to-JTAG switch sequence on the section called SWD-to-JTAG
Switching on page 207.
Because this sequence is a valid series of JTAG operations that could be issued, the ARM JTAG
TAP controller is not fully compliant to the IEEE Standard 1149.1. This instance is the only one
where the ARM JTAG TAP controller does not meet full compliance with the specification. Due to
the low probability of this sequence occurring during normal operation of the TAP controller, it should
not affect normal performance of the JTAG interface.
JTAG-to-SWD Switching
To switch the operating mode of the Debug Access Port (DAP) from JTAG to SWD mode, the
external debug hardware must send the switching preamble to the microcontroller. The 16-bit
TMS/SWDIO command for switching to SWD mode is defined as b1110.0111.1001.1110, transmitted
LSB first. This command can also be represented as 0xE79E when transmitted LSB first. The
complete switch sequence should consist of the following transactions on the TCK/SWCLK and
TMS/SWDIO signals:
1. Send at least 50 TCK/SWCLK cycles with TMS/SWDIO High to ensure that both JTAG and SWD
are in their reset states.
3. Send at least 50 TCK/SWCLK cycles with TMS/SWDIO High to ensure that if SWJ-DP was already
in SWD mode before sending the switch sequence, the SWD goes into the line reset state.
To verify that the Debug Access Port (DAP) has switched to the Serial Wire Debug (SWD) operating
mode, perform a SWD READID operation. The ID value can be compared against the device's
known ID to verify the switch.
SWD-to-JTAG Switching
To switch the operating mode of the Debug Access Port (DAP) from SWD to JTAG mode, the
external debug hardware must send a switch command to the microcontroller. The 16-bit TMS/SWDIO
command for switching to JTAG mode is defined as b1110.0111.0011.1100, transmitted LSB first.
This command can also be represented as 0xE73C when transmitted LSB first. The complete switch
sequence should consist of the following transactions on the TCK/SWCLK and TMS/SWDIO signals:
1. Send at least 50 TCK/SWCLK cycles with TMS/SWDIO High to ensure that both JTAG and SWD
are in their reset states.
3. Send at least 50 TCK/SWCLK cycles with TMS/SWDIO High to ensure that if SWJ-DP was already
in JTAG mode before sending the switch sequence, the JTAG goes into the Test Logic Reset
state.
To verify that the Debug Access Port (DAP) has switched to the JTAG operating mode, set the
JTAG Instruction Register (IR) to the IDCODE instruction and shift out the Data Register (DR). The
DR value can be compared against the device's known IDCODE to verify the switch.
In addition to enabling the alternate functions, any other changes to the GPIO pad configurations
on the four JTAG pins (PC[3:0]) should be returned to their default settings.
the TAP controller is in the Shift DR state and can be used for observation or comparison in various
tests.
While these samples of the inputs, outputs, and output enables are being shifted out of the Boundary
Scan Data Register, new data is being shifted into the Boundary Scan Data Register from TDI.
Once the new data has been shifted into the Boundary Scan Data Register, the data is saved in the
parallel load registers when the TAP controller enters the Update DR state. This update of the
parallel load register preloads data into the Boundary Scan Data Register that is associated with
each input, output, and output enable. This preloaded data can be used with the EXTEST instruction
to drive data into or out of the controller. See Boundary Scan Data Register on page 210 for more
information.
31 28 27 12 11 1 0
TDI TDO
Version Part Number Manufacturer ID 1
5 System Control
System control configures the overall operation of the device and provides information about the
device. Configurable features include reset control, NMI operation, power control, clock control, and
low-power modes.
Local control, such as reset (see Reset Control on page 213), power (see Power
Control on page 218) and clock control (see Clock Control on page 219)
System control (Run, Sleep, and Deep-Sleep modes), see System Control on page 227
information about the capabilities of the on-chip peripherals are provided at offset 0xFC0 in each
peripheral's register space in the Peripheral Properties registers, such as the GPTM Peripheral
Properties (GPTMPP) register. Previous devices used the Device Capabilities (DC0-DC9) registers
for information about the peripherals and their capabilities. These registers are present on this device
for backward software capability, but provide no information about peripherals that were not available
on older devices.
3. A brown-out detection that can be caused by any of the following events: (see page 216).
V DD under BOR0. The trigger value is the highest VDD voltage level for BOR0.
VDD under BOR1. The trigger value is the highest VDD voltage level for BOR1.
4. Software-initiated reset (with the software reset registers) (see page 217).
After a reset, the Reset Cause (RESC) register is set with the reset cause. The bits in this register
are sticky and maintain their state across multiple reset sequences, except when an internal POR
is the cause, in which case, all the bits in the RESC register are cleared except for the POR indicator.
A bit in the RESC register can be cleared by writing a 0.
At any reset that resets the core, the user has the opportunity to direct the core to execute the ROM
Boot Loader or the application in Flash memory by using any GPIO signal as configured in the Boot
Configuration (BOOTCFG) register.
At reset, the following sequence is performed:
1. The BOOTCFG register is read. If the EN bit is clear, the ROM Boot Loader is executed.
2. In the ROM Boot Loader, the status of the specified GPIO pin is compared with the specified
polarity. If the status matches the specified polarity, the ROM is mapped to address 0x0000.0000
and execution continues out of the ROM Boot Loader.
3. f then EN bit is set or the status doesn't match the specified polarity, the data at address
0x0000.0004 is read, and if the data at this address is 0xFFFF.FFFF, the ROM is mapped to
address 0x0000.0000 and execution continues out of the ROM Boot Loader.
4. If there is data at address 0x0000.0004 that is not 0xFFFF.FFFF, the stack pointer (SP) is loaded
from Flash memory at address 0x0000.0000 and the program counter (PC) is loaded from
address 0x0000.0004. The user application begins executing.
Note: If the device fails the initialization phase, it toggles the TDO output pin as an indication the
device is not executing. This feature is provided for debug purposes.
For example, if the BOOTCFG register is written and committed with the value of 0x0000.3C01,
then PB7 is examined at reset to determine if the ROM Boot Loader should be executed. If PB7 is
Low, the core unconditionally begins executing the ROM boot loader. If PB7 is High, then the
application in Flash memory is executed if the reset vector at location 0x0000.0004 is not
0xFFFF.FFFF. Otherwise, the ROM boot loader is executed.
2. The internal reset is released and the core loads from memory the initial stack pointer, the initial
program counter, and the first instruction designated by the program counter, and then begins
execution.
The internal POR is only active on the initial power-up of the microcontroller and when the
microcontroller wakes from hibernation. The Power-On Reset timing is shown in Power and
Brown-Out on page 1365.
RPU = 0 to 100 k
The external reset pin (RST) resets the microcontroller including the core and all the on-chip
peripherals. The external reset sequence is as follows:
1. The external reset pin (RST) is asserted for the duration specified by TMIN and then deasserted
(see Reset on page 1370).
2. The internal reset is released and the core loads from memory the initial stack pointer, the initial
program counter, and the first instruction designated by the program counter, and then begins
execution.
To improve noise immunity and/or to delay reset at power up, the RST input may be connected to
an RC network as shown in Figure 5-2 on page 215.
C1
RPU = 1 k to 100 k
C1 = 1 nF to 10 F
If the application requires the use of an external reset switch, Figure 5-3 on page 216 shows the
proper circuitry to use.
Typical RPU = 10 k
Typical RS = 470
C1 = 10 nF
VDD under BOR0. The external VDD supply voltage is below the specified VDD BOR0 value. The
trigger value is the highest VDD voltage level for BOR0.
VDD under BOR1. The external VDD supply voltage is below the specified VDD BOR1 value. The
trigger value is the highest VDD voltage level for BOR1.
The application can identify that a BOR event caused a reset by reading the Reset Cause (RESC)
register. When a brown-out condition is detected, the default condition is to generate a reset. The
BOR events can also be programmed to generate an interrupt by clearing the BOR0 bit or BOR1 bit
in the Power-On and Brown-Out Reset Control (PBORCTL) register.
The brown-out reset sequence is as follows:
1. When VDD drops below VBORnTH, an internal BOR condition is set. Please refer to Power and
Brown-Out on page 1365 for VBORnTH value.
3. The internal reset is released and the microcontroller fetches and loads the initial stack pointer,
the initial program counter, the first instruction designated by the program counter, and begins
execution.
The result of a brown-out reset is equivalent to that of an assertion of the external RST input, and
the reset is held active until the proper VDD level is restored. The RESC register can be examined
in the reset interrupt handler to determine if a Brown-Out condition was the cause of the reset, thus
allowing software to determine what actions are required to recover.
The internal Brown-Out Reset timing is shown in Power and Brown-Out on page 1365.
3. The internal reset is deasserted and the microcontroller loads from memory the initial stack
pointer, the initial program counter, and the first instruction designated by the program counter,
and then begins execution.
The core only can be reset by software by setting the VECTRESET bit in the APINT register. The
software-initiated core reset sequence is as follows:
3. The internal reset is deasserted and the microcontroller loads from memory the initial stack
pointer, the initial program counter, and the first instruction designated by the program counter,
and then begins execution.
The software-initiated system reset timing is shown in Figure 24-12 on page 1371.
1. The watchdog timer times out for the second time without being serviced.
3. The internal reset is released and the microcontroller loads from memory the initial stack pointer,
the initial program counter, and the first instruction designated by the program counter, and
then begins execution.
For more information on the Watchdog Timer module, see Watchdog Timers on page 774.
The watchdog reset timing is shown in Figure 24-13 on page 1371.
The NMISET bit in the Interrupt Control and State (INTCTRL) register in the Cortex-M4F (see
page 160).
The Watchdog module time-out interrupt when the INTTYPE bit in the Watchdog Control
(WDTCTL) register is set (see page 780).
Software must check the cause of the interrupt in order to distinguish among the sources.
VDDC GND
Internal
Logic and PLL
VDDC GND
LDO Voltage
Regulator
+3.3V
VDD GND
I/O Buffers
VDD GND
+3.3V
VDDA GNDA
Analog Circuits
VDDA GNDA
Precision Internal Oscillator (PIOSC). The precision internal oscillator is an on-chip clock
source that is the clock source the microcontroller uses during and following POR. It does not
require the use of any external components and provides a 16-MHz clock with 1% accuracy
with calibration and 3% accuracy across temperature (see PIOSC Specifications on page 1375).
The PIOSC allows for a reduced system cost in applications that require an accurate clock
source. If the main oscillator is required, software must enable the main oscillator following reset
and allow the main oscillator to stabilize before changing the clock reference. If the Hibernation
Module clock source is a 32.768-kHz oscillator, the precision internal oscillator can be trimmed
by software based on a reference clock for increased accuracy. Regardless of whether or not
the PIOSC is the source for the system clock, the PIOSC can be configured to be the source for
the ADC clock as well as the baud clock for the UART and SSI, see System Control on page 227.
Main Oscillator (MOSC). The main oscillator provides a frequency-accurate clock source by
one of two means: an external single-ended clock source is connected to the OSC0 input pin, or
an external crystal is connected across the OSC0 input and OSC1 output pins. If the PLL is being
used, the crystal value must be one of the supported frequencies between 5 MHz to 25 MHz
(inclusive). If the PLL is not being used, the crystal may be any one of the supported frequencies
between 4 MHz to 25 MHz. The single-ended clock source range is as specified in Table
24-13 on page 1374. The supported crystals are listed in the XTAL bit field in the RCC register
(see page 254). Note that the MOSC provides the clock source for the USB PLL and must be
connected to a crystal or an oscillator.
Hibernation Module Clock Source. The Hibernation module is clocked by a 32.768-kHz oscillator
connected to the XOSC0 pin. The 32.768-kHz oscillator can be used for the system clock, thus
eliminating the need for an additional crystal or oscillator. The Hibernation module clock source
is intended to provide the system with a real-time clock source and may also provide an accurate
source of Deep-Sleep or Hibernate mode power savings.
The internal system clock (SysClk), is derived from any of the above sources plus two others: the
output of the main internal PLL and the precision internal oscillator divided by four (4 MHz 1%).
The frequency of the PLL clock reference must be in the range of 5 MHz to 25 MHz (inclusive).
Table 5-3 on page 220 shows how the various clock sources can be used in a system.
Clock divisors
Important: Write the RCC register prior to writing the RCC2 register.
When transitioning the system clock configuration to use the MOSC as the fundamental
clock source, the MOSCDIS bit must be set prior to reselecting the MOSC or an undefined
system clock configuration can sporadically occur.
The configuration of the system clock must not be changed while an EEPROM operation
is in process. Software must wait until the WORKING bit in the EEPROM Done Status
(EEDONE) register is clear before making any changes to the system clock.
Figure 5-5 shows the logic for the main clock tree. The peripheral blocks are driven by the system
clock signal and can be individually enabled/disabled. The ADC clock signal can be selected from
the PIOSC, the system clock if the PLL is disabled, or the PLL output divided down to 16 MHz if the
PLL is enabled. The PWM clock signal is a synchronous divide of the system clock to provide the
PWM circuit with more range (set with PWMDIV in RCC).
Note: If the ADC module is not using the PIOSC as the clock source, the system clock must be
at least 16 MHz. When the USB module is in operation, MOSC must be the clock source,
either with or without using the PLL, and the system clock must be at least 20 MHz.
USB PLL
8 USB Clock
(480 MHz)
USEPWMDIV a
PWMDW a
PWM Clock
XTALa
PWRDN b
CS f
MOSCDIS a
IOSCDIS a
System Clock
Precision
Internal OSC SYSDIVe CS f
(16 MHz)
4
BYPASS b,d
PWRDN
Internal OSC
(30 kHz)
SSI Baud Clock
25
Hibernation
OSC OSCSRC b,d
(32.768 kHz)
CS f
ADC Clock
Table 5-4. Possible System Clock Frequencies Using the SYSDIV Field
a
SYSDIV Divisor Frequency (BYPASS=0) Frequency (BYPASS=1) TivaWare Parameter
0x0 /1 reserved Clock source frequency/1 SYSCTL_SYSDIV_1
0x1 /2 reserved Clock source frequency/2 SYSCTL_SYSDIV_2
0x2 /3 66.67 MHz Clock source frequency/3 SYSCTL_SYSDIV_3
0x3 /4 50 MHz Clock source frequency/4 SYSCTL_SYSDIV_4
0x4 /5 40 MHz Clock source frequency/5 SYSCTL_SYSDIV_5
0x5 /6 33.33 MHz Clock source frequency/6 SYSCTL_SYSDIV_6
0x6 /7 28.57 MHz Clock source frequency/7 SYSCTL_SYSDIV_7
0x7 /8 25 MHz Clock source frequency/8 SYSCTL_SYSDIV_8
0x8 /9 22.22 MHz Clock source frequency/9 SYSCTL_SYSDIV_9
0x9 /10 20 MHz Clock source frequency/10 SYSCTL_SYSDIV_10
0xA /11 18.18 MHz Clock source frequency/11 SYSCTL_SYSDIV_11
0xB /12 16.67 MHz Clock source frequency/12 SYSCTL_SYSDIV_12
0xC /13 15.38 MHz Clock source frequency/13 SYSCTL_SYSDIV_13
0xD /14 14.29 MHz Clock source frequency/14 SYSCTL_SYSDIV_14
0xE /15 13.33 MHz Clock source frequency/15 SYSCTL_SYSDIV_15
0xF /16 12.5 MHz (default) Clock source frequency/16 SYSCTL_SYSDIV_16
a. This parameter is used in functions such as SysCtlClockSet() in the TivaWare Peripheral Driver Library.
The SYSDIV2 field in the RCC2 register is 2 bits wider than the SYSDIV field in the RCC register
so that additional larger divisors up to /64 are possible, allowing a lower system clock frequency for
improved Deep Sleep power consumption. When using the PLL, the VCO frequency of 400 MHz is
predivided by 2 before the divisor is applied. The divisor is equivalent to the SYSDIV2 encoding
plus 1. Table 5-5 shows how the SYSDIV2 encoding affects the system clock frequency, depending
on whether the PLL is used (BYPASS2=0) or another clock source is used (BYPASS2=1). For a list
of possible clock sources, see Table 5-3 on page 220.
Table 5-5. Examples of Possible System Clock Frequencies Using the SYSDIV2 Field
a
SYSDIV2 Divisor Frequency Frequency (BYPASS2=1) TivaWare Parameter
(BYPASS2=0)
0x00 /1 reserved Clock source frequency/1 SYSCTL_SYSDIV_1
0x01 /2 reserved Clock source frequency/2 SYSCTL_SYSDIV_2
0x02 /3 66.67 MHz Clock source frequency/3 SYSCTL_SYSDIV_3
0x03 /4 50 MHz Clock source frequency/4 SYSCTL_SYSDIV_4
0x04 /5 40 MHz Clock source frequency/5 SYSCTL_SYSDIV_5
... ... ... ... ...
Table 5-5. Examples of Possible System Clock Frequencies Using the SYSDIV2 Field
(continued)
a
SYSDIV2 Divisor Frequency Frequency (BYPASS2=1) TivaWare Parameter
(BYPASS2=0)
0x09 /10 20 MHz Clock source frequency/10 SYSCTL_SYSDIV_10
... ... ... ... ...
0x3F /64 3.125 MHz Clock source frequency/64 SYSCTL_SYSDIV_64
a. This parameter is used in functions such as SysCtlClockSet() in the TivaWare Peripheral Driver Library.
To allow for additional frequency choices when using the PLL, the DIV400 bit is provided along
with the SYSDIV2LSB bit. When the DIV400 bit is set, bit 22 becomes the LSB for SYSDIV2. In
this situation, the divisor is equivalent to the (SYSDIV2 encoding with SYSDIV2LSB appended) plus
one. Table 5-6 shows the frequency choices when DIV400 is set. When the DIV400 bit is clear,
SYSDIV2LSB is ignored, and the system clock frequency is determined as shown in Table
5-5 on page 223.
Default calibration: clear the UTEN bit and set the UPDATE bit in the Precision Internal Oscillator
Calibration (PIOSCCAL) register.
User-defined calibration: The user can program the UT value to adjust the PIOSC frequency. As
the UT value increases, the generated period increases. To commit a new UT value, first set the
UTEN bit, then program the UT field, and then set the UPDATE bit. The adjustment finishes within
a few clock periods and is glitch free.
Automatic calibration using the Hibernation module with a functioning 32.768-kHz clock source:
Set the CAL bit in the PIOSCCAL register; the results of the calibration are shown in the RESULT
field in the Precision Internal Oscillator Statistic (PIOSCSTAT) register. After calibration is
complete, the PIOSC is trimmed using the trimmed value returned in the CT field.
Normal: The PLL multiplies the input clock reference and drives the output.
Power-Down: Most of the PLL internal circuitry is disabled and the PLL does not drive the output.
The modes are programmed using the RCC/RCC2 register fields (see page 254 and page 260).
Change to the XTAL value in the RCC registerwrites of the same value do not cause a relock.
A counter clocked by the system clock is used to measure the TREADY requirement. The down
counter is set to 0x200 if the PLL is powering up. If the M or N values in the PLLFREQn registers
are changed, the counter is set to 0xC0. Hardware is provided to keep the PLL from being used as
a system clock until the TREADY condition is met after one of the two changes above. It is the user's
responsibility to have a stable clock source (like the main oscillator) before the RCC/RCC2 register
is switched to use the PLL.
If the main PLL is enabled and the system clock is switched to use the PLL in one step, the system
control hardware continues to clock the microcontroller from the oscillator selected by the RCC/RCC2
register until the main PLL is stable (TREADY time met), after which it changes to the PLL. Software
can use many methods to ensure that the system is clocked from the main PLL, including periodically
polling the PLLLRIS bit in the Raw Interrupt Status (RIS) register, and enabling the PLL Lock
interrupt.
The USB PLL is not protected during the lock time (TREADY), and software should ensure that the
USB PLL has locked before using the interface. Software can use many methods to ensure the
TREADY period has passed, including periodically polling the USBPLLLRIS bit in the Raw Interrupt
Status (RIS) register, and enabling the USB PLL Lock interrupt.
2. The system clock is switched from the main oscillator to the PIOSC.
4. Reset is deasserted and the processor is directed to the NMI handler during the reset sequence.
if the MOSCIM bit in the MOSCCTL register is set, then the following sequence is performed by the
hardware:
1. The system clock is switched from the main oscillator to the PIOSC.
2. The MOFRIS bit in the RIS register is set to indicate a MOSC failure.
Important: To support legacy software, the RCGCn, SCGCn, and DCGCn registers are available
at offsets 0x100 - 0x128. A write to any of these legacy registers also writes the
corresponding bit in the peripheral-specific RCGCx, SCGCx, and DCGCx registers.
Software must use the peripheral-specific registers to support modules that are not
present in the legacy registers. It is recommended that new software use the new
registers and not rely on legacy operation.
If software uses a peripheral-specific register to write a legacy peripheral (such as
TIMER0), the write causes proper operation, but the value of that bit is not reflected in
the legacy register. Any bits that are changed by writing to a legacy register can be
read back correctly with a read of the legacy register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
There are four levels of operation for the microcontroller defined as:
Run mode
Sleep mode
Deep-Sleep mode
Hibernate mode
Caution If the Cortex-M4F Debug Access Port (DAP) has been enabled, and the device wakes from
a low power sleep or deep-sleep mode, the core may start executing code before all clocks to peripherals
have been restored to their Run mode configuration. The DAP is usually enabled by software tools
accessing the JTAG or SWD interface when debugging or flash programming. If this condition occurs,
a Hard Fault is triggered when software accesses a peripheral with an invalid clock.
A software delay loop can be used at the beginning of the interrupt routine that is used to wake up a
system from a WFI (Wait For Interrupt) instruction. This stalls the execution of any code that accesses
a peripheral register that might cause a fault. This loop can be removed for production software as the
DAP is most likely not enabled during normal execution.
Because the DAP is disabled by default (power on reset), the user can also power cycle the device. The
DAP is not enabled unless it is enabled through the JTAG or SWD interface.
Important: Before executing the WFI instruction, software must confirm that the EEPROM is not
busy by checking to see that the WORKING bit in the EEPROM Done Status (EEDONE)
register is clear.
Important: Before executing the WFI instruction, software must confirm that the EEPROM is not
busy by checking to see that the WORKING bit in the EEPROM Done Status (EEDONE)
register is clear.
To provide the lowest possible Deep-Sleep power consumption as well the ability to wake the
processor from a peripheral without reconfiguring the peripheral for a change in clock, some of the
communications modules have a Clock Control register at offset 0xFC8 in the module register space.
The CS field in the Clock Control register allows the user to select the PIOSC as the clock source
for the module's baud clock. When the microcontroller enters Deep-Sleep mode, the PIOSC becomes
the source for the module clock as well, which allows the transmit and receive FIFOs to continue
operation while the part is in Deep-Sleep. Figure 5-6 on page 229 shows how the clocks are selected.
PIOSC 1
Baud Clock
Deep Sleep
1
Module Clock
System Clock 0
Additional deep-sleep modes are available that lower the power consumption of the SRAM and
Flash memory. However, the lower power consumption modes have slower deep-sleep and wake-up
times, see Dynamic Power Management on page 229 for more information.
LDO Sleep Power Control (LDOSPCTL): controls the LDO value in Sleep mode
LDO Deep-Sleep Power Control (LDODPCTL): controls the LDO value in Deep-Sleep mode
LDO Sleep Power Calibration (LDOSPCAL): provides factory recommendations for the LDO
value in Sleep mode
LDO Deep-Sleep Power Calibration (LDODPCAL): provides factory recommendations for the
LDO value in Deep-Sleep mode
Sleep Power Configuration (SLPPWRCFG): controls the power saving modes for Flash memory
and SRAM in Sleep mode
Deep-Sleep Power Configuration (DSLPPWRCFG): controls the power saving modes for Flash
memory and SRAM in Deep-Sleep mode
Sleep / Deep-Sleep Power Mode Status (SDPMST): provides status information on the various
power saving events
The clocks can be gated according to the settings in the the peripheral-specific SCGC or DCGC
registers.
In Deep-Sleep mode, the clock source can be changed and the PIOSC can be powered off (if
no active peripheral requires it) using the DSLPCLKCFG register. These options are not available
for Sleep mode.
The LDO voltage can be changed using the LDOSPCTL or LDODPCTL register.
The Flash memory can be put into low power mode. Refer to Table 24-24 on page 1381 for wake
times from Sleep and Deep-Sleep.
The SRAM can be put into standby or low power mode. Refer to Table 24-24 on page 1381 for
wake times from Sleep and Deep-Sleep.
The SDPMST register provides results on the Dynamic Power Management command issued. It
also has some real time status that can be viewed by a debugger or the core if it is running. These
events do not trigger an interrupt and are meant to provide information to help tune software for
power management. The status register gets written at the beginning of every Dynamic Power
Management event request that provides error checking. There is no mechanism to clear the bits;
they are overwritten on the next event. The real time data is real time and there is no event to register
that information.
1. Bypass the PLL and system clock divider by setting the BYPASS bit and clearing the USESYS
bit in the RCC register, thereby configuring the microcontroller to run off a "raw" clock source
and allowing for the new PLL configuration to be validated before switching the system clock
to the PLL.
2. Select the crystal value (XTAL) and oscillator source (OSCSRC), and clear the PWRDN bit in
RCC/RCC2. Setting the XTAL field automatically pulls valid PLL configuration data for the
appropriate crystal, and clearing the PWRDN bit powers and enables the PLL and its output.
3. Select the desired system divider (SYSDIV) in RCC/RCC2 and set the USESYS bit in RCC. The
SYSDIV field determines the system frequency for the microcontroller.
4. Wait for the PLL to lock by polling the PLLLRIS bit in the Raw Interrupt Status (RIS) register.
Additional Flash and ROM registers defined in the System Control register space are
described in the Internal Memory on page 524.
0x058 MISC RW1C 0x0000.0000 Masked Interrupt Status and Clear 249
0x30C PPDMA RO 0x0000.0001 Micro Direct Memory Access Peripheral Present 293
0x50C SRDMA RW 0x0000.0000 Micro Direct Memory Access Software Reset 316
0x55C SRWTIMER RW 0x0000.0000 32/64-Bit Wide General-Purpose Timer Software Reset 335
0x600 RCGCWD RW 0x0000.0000 Watchdog Timer Run Mode Clock Gating Control 337
0x614 RCGCHIB RW 0x0000.0001 Hibernation Run Mode Clock Gating Control 343
0x620 RCGCI2C RW 0x0000.0000 Inter-Integrated Circuit Run Mode Clock Gating Control 348
0x628 RCGCUSB RW 0x0000.0000 Universal Serial Bus Run Mode Clock Gating Control 350
0x634 RCGCCAN RW 0x0000.0000 Controller Area Network Run Mode Clock Gating Control 351
0x63C RCGCACMP RW 0x0000.0000 Analog Comparator Run Mode Clock Gating Control 353
0x640 RCGCPWM RW 0x0000.0000 Pulse Width Modulator Run Mode Clock Gating Control 354
0x658 RCGCEEPROM RW 0x0000.0000 EEPROM Run Mode Clock Gating Control 356
0x700 SCGCWD RW 0x0000.0000 Watchdog Timer Sleep Mode Clock Gating Control 359
0x714 SCGCHIB RW 0x0000.0001 Hibernation Sleep Mode Clock Gating Control 365
0x720 SCGCI2C RW 0x0000.0000 Inter-Integrated Circuit Sleep Mode Clock Gating Control 370
0x728 SCGCUSB RW 0x0000.0000 Universal Serial Bus Sleep Mode Clock Gating Control 372
0x73C SCGCACMP RW 0x0000.0000 Analog Comparator Sleep Mode Clock Gating Control 375
0x740 SCGCPWM RW 0x0000.0000 Pulse Width Modulator Sleep Mode Clock Gating Control 376
0x758 SCGCEEPROM RW 0x0000.0000 EEPROM Sleep Mode Clock Gating Control 378
0x800 DCGCWD RW 0x0000.0000 Watchdog Timer Deep-Sleep Mode Clock Gating Control 381
0x814 DCGCHIB RW 0x0000.0001 Hibernation Deep-Sleep Mode Clock Gating Control 387
0x858 DCGCEEPROM RW 0x0000.0000 EEPROM Deep-Sleep Mode Clock Gating Control 400
0xA0C PRDMA RO 0x0000.0000 Micro Direct Memory Access Peripheral Ready 408
0xA5C PRWTIMER RO 0x0000.0000 32/64-Bit Wide General-Purpose Timer Peripheral Ready 423
0x100 RCGC0 RO 0x0000.0040 Run Mode Clock Gating Control Register 0 456
0x104 RCGC1 RO 0x0000.0000 Run Mode Clock Gating Control Register 1 460
0x108 RCGC2 RO 0x0000.0000 Run Mode Clock Gating Control Register 2 464
0x110 SCGC0 RO 0x0000.0040 Sleep Mode Clock Gating Control Register 0 466
0x114 SCGC1 RO 0x0000.0000 Sleep Mode Clock Gating Control Register 1 469
0x118 SCGC2 RO 0x0000.0000 Sleep Mode Clock Gating Control Register 2 472
0x120 DCGC0 RO 0x0000.0040 Deep Sleep Mode Clock Gating Control Register 0 474
0x124 DCGC1 RO 0x0000.0000 Deep-Sleep Mode Clock Gating Control Register 1 477
0x128 DCGC2 RO 0x0000.0000 Deep Sleep Mode Clock Gating Control Register 2 480
MAJOR Bitfield Value MINOR Bitfield Value Die Revision Part Revision
0x0 0x0 A0 1
0x0 0x1 A1 2
0x0 0x2 A2 3
0x0 0x3 A3 4
0x1 0x0 B0 5
0x1 0x1 B1 6
0x1 0x2 B2 7
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MAJOR MINOR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset - - - - - - - - - - - - - - - -
31 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x1 Second version of the DID0 register format.
27:24 reserved RO 0x08 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x05 Tiva TM4C123x microcontrollers
Value Description
0x0 Revision A (initial device)
0x1 Revision B (first base layer revision)
0x2 Revision C (second base layer revision)
and so on.
Value Description
0x0 Initial device, or a major revision update.
0x1 First metal layer change.
0x2 Second metal layer change.
and so on.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 1 1 0 0 0 0 0 0 1 1 0 1 1 1 0
Value Description
0x0 Initial DID1 register format definition, indicating a Stellaris
LM3Snnn device.
0x1 Second version of the DID1 register format.
Value Description
0x0 Tiva C Series microcontrollers and legacy Stellaris
microcontrollers, that is, all devices with external part numbers
starting with TM4C, LM4F or LM3S.
Value Description
0x0 reserved
0x1 reserved
0x2 100-pin package
0x3 64-pin package
0x4 144-pin package
0x5 157-pin package
0x6 168-pin package
12:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Reserved
0x1 Industrial temperature range (-40C to 85C)
0x2 Extended temperature range (-40C to 105C)
0x3 Available in both industrial temperature range (-40C to 85C)
and extended temperature range (-40C to 105C) devices. See
Package Information on page 1402 for specific order numbers.
Value Description
0x0 Reserved
0x1 LQFP package
0x2 BGA package
Value Description
0x0 Engineering Sample (unqualified)
0x1 Pilot Production (unqualified)
0x2 Fully Qualified
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0
31:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A BOR0 event causes an interrupt to be generated in the
interrupt controller.
1 A BOR0 event causes a reset of the microcontroller.
Value Description
0 A BOR1 event causes an interrupt to be generated to the
interrupt controller.
1 A BOR1 event causes a reset of the microcontroller.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved BOR0RIS VDDARIS reserved MOSCPUPRIS USBPLLLRIS PLLLRIS reserved MOFRIS reserved BOR1RIS reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A VDD BOR0 condition is not currently active.
1 A VDD BOR0 condition is currently active.
Note the BOR0 bit in the PBORCTL register must be cleared to cause
an interrupt due to a BOR0 Event.
This bit is cleared by writing a 1 to the BOR0MIS bit in the MISC register.
Value Description
0 VDDA power is not at its appropriate functional voltage.
1 VDDA is at an appropriate functional voltage.
This bit is cleared by writing a 1 to the VDDAMIS bit in the MISC register.
9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Sufficient time has not passed for the MOSC to reach the
expected frequency.
1 Sufficient time has passed for the MOSC to reach the expected
frequency. The value for this power-up time is indicated by
TMOSC_START.
Value Description
0 The USB PLL timer has not reached TREADY.
1 The USB PLL timer has reached TREADY indicating that sufficient
time has passed for the USB PLL to lock.
Value Description
0 The PLL timer has not reached TREADY.
1 The PLL timer has reached TREADY indicating that sufficient time
has passed for the PLL to lock.
This bit is cleared by writing a 1 to the PLLLMIS bit in the MISC register.
5:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The main oscillator has not failed.
1 The MOSCIM bit in the MOSCCTL register is set and the main
oscillator has failed.
This bit is cleared by writing a 1 to the MOFMIS bit in the MISC register.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A VDDS BOR1 condition is not currently active.
1 A VDDS BOR1 condition is currently active.
Note the BOR1 bit in the PBORCTL register must be cleared to cause
an interrupt due to a BOR1 Event.
This bit is cleared by writing a 1 to the BOR1MIS bit in the MISC register.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved BOR0IM VDDAIM reserved MOSCPUPIM USBPLLLIM PLLLIM reserved MOFIM reserved BOR1IM reserved
Type RO RO RO RO RW RW RO RW RW RW RO RO RW RO RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The BOR0RIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the BOR0RIS
bit in the RIS register is set.
Value Description
0 The VDDARIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the VDDARIS
bit in the RIS register is set.
9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The MOSCPUPRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
MOSCPUPRIS bit in the RIS register is set.
Value Description
0 The USBPLLLRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
USBPLLLRIS bit in the RIS register is set.
Value Description
0 The PLLLRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the PLLLRIS
bit in the RIS register is set.
5:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The MOFRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the MOFRIS
bit in the RIS register is set.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The BOR1RIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the BOR1RIS
bit in the RIS register is set.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved BOR0MIS VDDAMIS reserved MOSCPUPMIS USBPLLLMIS PLLLMIS reserved MOFMIS reserved BOR1MIS reserved
31:12 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that a BOR0 condition has not
occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because of a BOR0 condition.
Writing a 1 to this bit clears it and also the BOR0RIS bit in the
RIS register.
Value Description
0 When read, a 0 indicates that VDDA power is good.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because VDDA was below the proper functioning
voltage.
Writing a 1 to this bit clears it and also the VDDARIS bit in the
RIS register.
9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that sufficient time has not passed for
the MOSC PLL to lock.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because sufficient time has passed for the MOSC PLL
to lock.
Writing a 1 to this bit clears it and also the MOSCPUPRIS bit in
the RIS register.
Value Description
0 When read, a 0 indicates that sufficient time has not passed for
the USB PLL to lock.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because sufficient time has passed for the USB PLL
to lock.
Writing a 1 to this bit clears it and also the USBPLLLRIS bit in
the RIS register.
Value Description
0 When read, a 0 indicates that sufficient time has not passed for
the PLL to lock.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because sufficient time has passed for the PLL to lock.
Writing a 1 to this bit clears it and also the PLLLRIS bit in the
RIS register.
5:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that the main oscillator has not failed.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because the main oscillator failed.
Writing a 1 to this bit clears it and also the MOFRIS bit in the
RIS register.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that a BOR1 condition has not
occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because of a BOR1 condition.
Writing a 1 to this bit clears it and also the BOR1RIS bit in the
RIS register.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved MOSCFAIL
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 - - - - - -
31:17 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, this bit indicates that a MOSC failure has not
generated a reset since the previous power-on reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that the MOSC circuit was enabled
for clock validation and failed while the MOSCIM bit in the
MOSCCTL register is clear, generating a reset event.
15:6 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, this bit indicates that Watchdog Timer 1 has not
generated a reset since the previous power-on reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that Watchdog Timer 1 timed out
and generated a reset.
4 SW RW - Software Reset
Value Description
0 When read, this bit indicates that a software reset has not
generated a reset since the previous power-on reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that a software reset has caused
a reset event.
Value Description
0 When read, this bit indicates that Watchdog Timer 0 has not
generated a reset since the previous power-on reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that Watchdog Timer 0 timed out
and generated a reset.
Value Description
0 When read, this bit indicates that a brown-out (BOR0 or BOR1)
reset has not generated a reset since the previous power-on
reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that a brown-out (BOR0 or BOR1)
reset has caused a reset event.
Value Description
0 When read, this bit indicates that a power-on reset has not
generated a reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that a power-on reset has caused
a reset event.
Value Description
0 When read, this bit indicates that an external reset (RST
assertion) has not caused a reset event since the previous
power-on reset.
Writing a 0 to this bit clears it.
1 When read, this bit indicates that an external reset (RST
assertion) has caused a reset event.
Important: Write the RCC register prior to writing the RCC2 register.
Type RO RO RO RO RW RW RW RW RW RW RO RW RW RW RW RO
Reset 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RW RO RW RW RW RW RW RW RW RW RO RO RO RW
Reset 0 0 1 1 1 0 1 0 1 1 0 1 0 0 0 1
31:28 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Run-Mode Clock Gating Control (RCGCn) registers are
used when the microcontroller enters a sleep mode.
1 The SCGCn or DCGCn registers are used to control the clocks
distributed to the peripherals when the microcontroller is in a
sleep mode. The SCGCn and DCGCn registers allow unused
peripherals to consume less power when the microcontroller is
in a sleep mode.
The RCGCn registers are always used to control the clocks in Run
mode.
Value Description
0 The system clock is used undivided.
1 The system clock divider is the source for the system clock. The
system clock divider is forced to be used when the PLL is
selected as the source.
If the USERCC2 bit in the RCC2 register is set, then the SYSDIV2
field in the RCC2 register is used as the system clock divider
rather than the SYSDIV field in this register.
21 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The system clock is the source for the PWM clock.
1 The PWM clock divider is the source for the PWM clock.
Note that when the PWM divisor is used, it is applied to the clock for
both PWM modules.
Value Divisor
0x0 /2
0x1 /4
0x2 /8
0x3 /16
0x4 /32
0x5 /64
0x6 /64
0x7 /64 (default)
16:14 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PLL is operating normally.
1 The PLL is powered down. Care must be taken to ensure that
another clock source is functioning and that the BYPASS bit is
set before setting this bit.
12 reserved RO 1 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The system clock is the PLL output clock divided by the divisor
specified by SYSDIV.
1 The system clock is derived from the OSC source and divided
by the divisor specified by SYSDIV.
Note: The ADC must be clocked from the PLL or directly from a
16-MHz clock source to operate properly.
3:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The main oscillator is enabled.
1 The main oscillator is disabled (default).
Important: Ports K-N and P-Q are only available on the AHB bus, and therefore the corresponding
bits reset to 1. If one of these bits is cleared, the corresponding port is disabled. If any
of these ports is in use, read-modify-write operations should be used to change the
value of this register so that these ports remain enabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Value Description
0 Advanced Peripheral Bus (APB). This bus is the legacy bus.
1 Advanced High-Performance Bus (AHB)
Important: Write the RCC register prior to writing the RCC2 register.
Type RW RW RO RW RW RW RW RW RW RW RO RO RO RO RO RO
Reset 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RW RW RO RW RO RO RO RO RW RW RW RO RO RO RO
Reset 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0
Value Description
0 The RCC register fields are used, and the fields in RCC2 are
ignored.
1 The RCC2 register fields override the RCC register fields.
Value Description
0 Use SYSDIV2 as is and apply to 200 MHz predivided PLL
output. See Table 5-5 on page 223 for programming guidelines.
1 Append the SYSDIV2LSB bit to the SYSDIV2 field to create a
7 bit divisor using the 400 MHz PLL output, see Table
5-6 on page 224.
29 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
21:15 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The USB PLL operates normally.
1 The USB PLL is powered down.
Value Description
0 The PLL operates normally.
1 The PLL is powered down.
12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The system clock is the PLL output clock divided by the divisor
specified by SYSDIV2.
1 The system clock is derived from the OSC source and divided
by the divisor specified by SYSDIV2.
Note: The ADC must be clocked from the PLL or directly from a
16-MHz clock source to operate properly.
10:7 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 MOSC
Main oscillator
0x1 PIOSC
Precision internal oscillator
0x2 PIOSC/4
Precision internal oscillator / 4
0x3 LFIOSC
Low-frequency internal oscillator
0x4-0x6 Reserved
0x7 32.768 kHz
32.768-kHz external oscillator
3:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 This bit should be cleared when a crystal or oscillator is
connected to the OSC0 and OSC1 inputs, regardless of whether
or not the MOSC is used or powered down.
1 This bit should be set when a crystal or external oscillator is not
connected to the OSC0 and OSC1 inputs to reduce power
consumption.
Value Description
0 If the MOSC fails, a MOSC failure reset is generated and reboots
to the NMI handler.
1 If the MOSC fails, an interrupt is generated as indicated by the
MOFRIS bit in the RIS register..
Regardless of the action taken, if the MOSC fails, the oscillator source
is switched to the PIOSC automatically.
Value Description
0 The MOSC monitor circuit is disabled.
1 The MOSC monitor circuit is enabled.
Type RO RO RO RW RW RW RW RW RW RO RO RO RO RO RO RO
Reset 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RW RW RW RO RO RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:29 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 /1
0x1 /2
0x2 /3
0x3 /4
... ...
0x3F /64
22:7 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 MOSC
Use the main oscillator as the source. To use the MOSC as
the Deep-Sleep mode clock source, the MOSC must also be
configured as the Run mode clock source in the Run-Mode
Clock Configuration (RCC) register.
3:2 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No action.
1 Software requests that the PIOSC is powered down during
Deep-Sleep mode.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PIOSCPDE SRAMSM SRAMLPM reserved FLASHLPM reserved reserved reserved FPU
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 1 1 0 1 0 0 1 1 0 0 0 1
31:13 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The status of the PIOSCPD bit is ignored.
1 The PIOSCPD bit can be set to power down the PIOSC in
Deep-Sleep mode.
Value Description
0 A value of 0x1 in the SRAMPM fields is ignored.
1 The SRAMPM fields can be configured to put the SRAM into
Standby mode while in Sleep or Deep-Sleep mode.
Value Description
0 A value of 0x3 in the SRAMPM fields is ignored.
1 The SRAMPM fields can be configured to put the SRAM into Low
Power mode while in Sleep or Deep-Sleep mode.
9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A value of 0x2 in the FLASHPM fields is ignored.
1 The FLASHPM fields can be configured to put the Flash memory
into Low Power mode while in Sleep or Deep-Sleep mode.
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5:4 reserved RO 0x3 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 FPU is not present.
1 FPU is present.
UTEN reserved
Type RW RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RW RW RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The factory calibration value is used for an update trim operation.
1 The trim value in bits[6:0] of this register are used for any update
trim operation.
30:10 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No action.
1 Starts a new calibration of the PIOSC. Results are in the
PIOSCSTAT register. The resulting trim value from the operation
is active in the PIOSC after the calibration completes. The result
overrides any previous update trim operation whether the
calibration passes or fails.
Value Description
0 No action.
1 Updates the PIOSC trim value with the UT bit or the DT bit in
the PIOSCSTAT register. Used with UTEN.
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved DT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
31:23 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:10 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Calibration has not been attempted.
0x1 The last calibration operation completed to meet 1% accuracy.
0x2 The last calibration operation failed to meet 1% accuracy.
0x3 Reserved
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
where
The Q and N values are shown in the PLLFREQ1 register. Table 24-14 on page 1374 shows the M,
Q, and N values as well as the resulting PLL frequency for the various XTAL configurations.
reserved MFRAC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MFRAC MINT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0
31:20 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved Q reserved N
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:13 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved LOCK
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PLL is unpowered or is not yet locked.
1 The PLL is powered and locked.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Active Mode
Flash memory is not placed in a lower power mode. This mode
provides the fastest time to sleep and wakeup but the highest
power consumption while the microcontroller is in Sleep mode.
0x1 Reserved
0x2 Low Power Mode
Flash memory is placed in low power mode. This mode provides
the lowers power consumption but requires more time to come
out of Sleep mode.
0x3 Reserved
3:2 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Active Mode
SRAM is not placed in a lower power mode. This mode provides
the fastest time to sleep and wakeup but the highest power
consumption while the microcontroller is in Sleep mode.
0x1 Standby Mode
SRAM is place in standby mode while in Sleep mode.
0x2 Reserved
0x3 Low Power Mode
SRAM is placed in low power mode. This mode provides the
slowest time to sleep and wakeup but the lowest power
consumption while in Sleep mode.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Active Mode
Flash memory is not placed in a lower power mode. This mode
provides the fastest time to sleep and wakeup but the highest
power consumption while the microcontroller is in Deep-Sleep
mode.
0x1 Reserved
0x2 Low Power Mode
Flash memory is placed in low power mode. This mode provides
the lowers power consumption but requires more time to come
out of Deep-Sleep mode.
0x3 Reserved
3:2 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Active Mode
SRAM is not placed in a lower power mode. This mode provides
the fastest time to sleep and wakeup but the highest power
consumption while the microcontroller is in Deep-Sleep mode.
0x1 Standby Mode
SRAM is place in standby mode while in Deep-Sleep mode.
0x2 Reserved
0x3 Low Power Mode
SRAM is placed in low power mode. This mode provides the
slowest time to sleep and wakeup but the lowest power
consumption while in Deep-Sleep mode.
Note: The LDO will not automatically adjust in Sleep/Deepsleep mode if a debugger has been
connected since the last power-on reset.
If the LDO voltage is adjusted, it will take an extra 4 us to wake up from Sleep or
Deep-Sleep mode.
VADJEN reserved
Type RW RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VLDO
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
Value Description
0 The LDO output voltage is set to the factory default value in
Sleep mode. The value of the VLDO field does not affect the
LDO operation.
1 The LDO output value in Sleep mode is configured by the value
in the VLDO field.
30:8 reserved RO 0x000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x12 0.90 V
0x13 0.95 V
0x14 1.00 V
0x15 1.05 V
0x16 1.10 V
0x17 1.15 V
0x18 1.20 V
0x19 - 0xFF reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WITHPLL NOPLL
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0
31:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Note: The LDO will not automatically adjust in Sleep/Deepsleep mode if a debugger has been
connected since the last power-on reset.
If the LDO voltage is adjusted, it will take an extra 4 us to wake up from Sleep or
Deep-Sleep mode.
VADJEN reserved
Type RW RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VLDO
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0
Value Description
0 The LDO output voltage is set to the factory default value in
Deep-Sleep mode. The value of the VLDO field does not affect
the LDO operation.
1 The LDO output value in Deep-Sleep mode is configured by the
value in the VLDO field.
30:8 reserved RO 0x000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x12 0.90 V
0x13 0.95 V
0x14 1.00 V
0x15 1.05 V
0x16 1.10 V
0x17 1.15 V
0x18 1.20 V
0x19 - 0xFF reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
NOPLL 30KHZ
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0
31:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 25: Sleep / Deep-Sleep Power Mode Status (SDPMST), offset 0x1CC
This register provides status information on the Sleep and Deep-Sleep power modes as well as
some real time status that can be viewed by a debugger or the core if it is running. These events
do not trigger an interrupt and are meant to provide information that can help tune software for power
management. The status register gets written at the beginning of every Dynamic Power Management
event request with the results of any error checking. There is no mechanism to clear the bits; they
are overwritten on the next event. The LDOUA, FLASHLP, LOWPWR, PRACT bits provide real time
data and there are no events to register that information.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:20 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The LDO voltage level is not changing.
1 The LDO voltage level is changing.
Value Description
0 The Flash memory is currently in the active state.
1 The Flash memory is currently in the low power state as
programmed in the SLPPWRCFG or DSLPPWRCFG register.
Value Description
0 The microcontroller is currently in Run mode.
1 The microcontroller is currently in Sleep or Deep-Sleep mode
and is waiting for an interrupt or is in the process of powering
up. The status of this bit is not affected by the power state of
the Flash memory or SRAM.
Value Description
0 A power request is not active.
1 The microcontroller is currently in Deep-Sleep mode or is in
Sleep mode and a request to put the SRAM and/or Flash
memory into a lower power mode is currently active as
configured by the SLPPWRCFG register.
15:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No error.
1 A warning has occurred because software has requested that
the PIOSC be powered down during Deep-Sleep using the
PIOSCPD bit in the DSLPCLKCFG register and a peripheral
requires that it be active in Deep-Sleep. The PIOSC is powered
down regardless of the warning.
Value Description
0 No error.
1 An error has occurred because software has requested that the
LDO voltage be above the maximum value allowed using the
VLDO bit in the LDOSPCTL or LDODPCTL register.
In this situation, the LDO is set to the factory default value.
5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No error.
1 An error has occurred because software has requested that the
LDO voltage be below the minimum value allowed using the
VLDO bit in the LDOSPCTL register.
In this situation, the LDO voltage is not changed when entering
Sleep mode.
Value Description
0 No error.
1 An error has occurred because software has requested that the
LDO voltage be below the minimum value allowed using the
VLDO bit in the LDODPCTL register.
In this situation, the LDO voltage is not changed when entering
Deep-Sleep mode.
Value Description
0 No error.
1 An error has occurred because software has requested that the
PIOSC be powered down during Deep-Sleep and it is not
possible to power down the PIOSC.
In this situation, the PIOSC is not powered down when entering
Deep-Sleep mode.
Value Description
0 No error.
1 An error has occurred because software has requested a Flash
memory power down mode that is not available using the
FLASHPM field in the SLPPWRCFG or the DSLPPWRCFG
register.
Value Description
0 No error.
1 An error has occurred because software has requested an
SRAM power down mode that is not available using the SRAMPM
field in the SLPPWRCFG or the DSLPPWRCFG register.
Important: This register should be used to determine which watchdog timers are implemented on
this microcontroller. However, to support legacy software, the DC1 register is available.
A read of the DC1 register correctly identifies if a legacy module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is not present.
1 Watchdog module 1 is present.
Value Description
0 Watchdog module 0 is not present.
1 Watchdog module 0 is present.
Important: This register should be used to determine which timers are implemented on this
microcontroller. However, to support legacy software, the DC2 register is available. A
read of the DC2 register correctly identifies if a legacy module is present. Software must
use this register to determine if a module that is not supported by the DC2 register is
present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P5 P4 P3 P2 P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit general-purpose timer module 6 is not present.
1 16/32-bit general-purpose timer module 5 is present.
Value Description
0 16/32-bit general-purpose timer module 4 is not present.
1 16/32-bit general-purpose timer module 4 is present.
Value Description
0 16/32-bit general-purpose timer module 3 is not present.
1 16/32-bit general-purpose timer module 3 is present.
Value Description
0 16/32-bit general-purpose timer module 2 is not present.
1 16/32-bit general-purpose timer module 2 is present.
Value Description
0 16/32-bit general-purpose timer module 1 is not present.
1 16/32-bit general-purpose timer module 1 is present.
Value Description
0 16/32-bit general-purpose timer module 0 is not present.
1 16/32-bit general-purpose timer module 0 is present.
Important: This register should be used to determine which GPIO ports are implemented on this
microcontroller. However, to support legacy software, the DC4 register is available. A
read of the DC4 register correctly identifies if a legacy module is present. Software must
use this register to determine if a module that is not supported by the DC4 register is
present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1
31:15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port Q is not present.
1 GPIO Port Q is present.
Value Description
0 GPIO Port P is not present.
1 GPIO Port P is present.
Value Description
0 GPIO Port N is not present.
1 GPIO Port N is present.
Value Description
0 GPIO Port M is not present.
1 GPIO Port M is present.
Value Description
0 GPIO Port L is not present.
1 GPIO Port L is present.
Value Description
0 GPIO Port K is not present.
1 GPIO Port K is present.
Value Description
0 GPIO Port J is not present.
1 GPIO Port J is present.
Value Description
0 GPIO Port H is not present.
1 GPIO Port H is present.
Value Description
0 GPIO Port G is not present.
1 GPIO Port G is present.
Value Description
0 GPIO Port F is not present.
1 GPIO Port F is present.
Value Description
0 GPIO Port E is not present.
1 GPIO Port E is present.
Value Description
0 GPIO Port D is not present.
1 GPIO Port D is present.
Value Description
0 GPIO Port C is not present.
1 GPIO Port C is present.
Value Description
0 GPIO Port B is not present.
1 GPIO Port B is present.
Value Description
0 GPIO Port A is not present.
1 GPIO Port A is present.
Register 29: Micro Direct Memory Access Peripheral Present (PPDMA), offset
0x30C
The PPDMA register provides software information regarding the DMA module.
Important: This register should be used to determine if the DMA module is implemented on this
microcontroller. However, to support legacy software, the DC7 register is available. A
read of the DC7 register correctly identifies if the DMA module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA module is not present.
1 DMA module is present.
Important: This register should be used to determine if the Hibernation module is implemented on
this microcontroller. However, to support legacy software, the DC1 register is available.
A read of the DC1 register correctly identifies if the Hibernation module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Hibernation module is not present.
1 Hibernation module is present.
Important: This register should be used to determine which UART modules are implemented on
this microcontroller. However, to support legacy software, the DC2 register is available.
A read of the DC2 register correctly identifies if a legacy UART module is present.
Software must use this register to determine if a module that is not supported by the
DC2 register is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P7 P6 P5 P4 P3 P2 P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is not present.
1 UART module 7 is present.
Value Description
0 UART module 6 is not present.
1 UART module 6 is present.
Value Description
0 UART module 5 is not present.
1 UART module 5 is present.
Value Description
0 UART module 4 is not present.
1 UART module 4 is present.
Value Description
0 UART module 3 is not present.
1 UART module 3 is present.
Value Description
0 UART module 2 is not present.
1 UART module 2 is present.
Value Description
0 UART module 1 is not present.
1 UART module 1 is present.
Value Description
0 UART module 0 is not present.
1 UART module 0 is present.
Important: This register should be used to determine which SSI modules are implemented on this
microcontroller. However, to support legacy software, the DC2 register is available. A
read of the DC2 register correctly identifies if a legacy SSI module is present. Software
must use this register to determine if a module that is not supported by the DC2 register
is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P3 P2 P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is not present.
1 SSI module 3 is present.
Value Description
0 SSI module 2 is not present.
1 SSI module 2 is present.
Value Description
0 SSI module 1 is not present.
1 SSI module 1 is present.
Value Description
0 SSI module 0 is not present.
1 SSI module 0 is present.
Important: This register should be used to determine which I2C modules are implemented on this
microcontroller. However, to support legacy software, the DC2 register is available. A
read of the DC2 register correctly identifies if a legacy I2C module is present. Software
must use this register to determine if a module that is not supported by the DC2 register
is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P5 P4 P3 P2 P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 5 is not present.
1 I2C module 5 is present.
Value Description
0 I2C module 4 is not present.
1 I2C module 4 is present.
Value Description
0 I2C module 3 is not present.
1 I2C module 3 is present.
Value Description
0 I2C module 2 is not present.
1 I2C module 2 is present.
Value Description
0 I2C module 1 is not present.
1 I2C module 1 is present.
Value Description
0 I2C module 0 is not present.
1 I2C module 0 is present.
Register 34: Universal Serial Bus Peripheral Present (PPUSB), offset 0x328
The PPUSB register provides software information regarding the USB module.
Important: This register should be used to determine if the USB module is implemented on this
microcontroller. However, to support legacy software, the DC6 register is available. A
read of the DC6 register correctly identifies if the USB module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 USB module is not present.
1 USB module is present.
Register 35: Controller Area Network Peripheral Present (PPCAN), offset 0x334
The PPCAN register provides software information regarding the CAN modules.
Important: This register should be used to determine which CAN modules are implemented on
this microcontroller. However, to support legacy software, the DC1 register is available.
A read of the DC1 register correctly identifies if a legacy CAN module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is not present.
1 CAN module 1 is present.
Value Description
0 CAN module 0 is not present.
1 CAN module 0 is present.
Important: This register should be used to determine which ADC modules are implemented on
this microcontroller. However, to support legacy software, the DC1 register is available.
A read of the DC1 register correctly identifies if a legacy ADC module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is not present.
1 ADC module 1 is present.
Value Description
0 ADC module 0 is not present.
1 ADC module 0 is present.
Important: This register should be used to determine if the analog comparator module is
implemented on this microcontroller. However, to support legacy software, the DC2
register is available. A read of the DC2 register correctly identifies if the analog
comparator module is present.
Note that the Analog Comparator Peripheral Properties (ACMPPP) register indicates
how many analog comparator blocks are included in the module.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Analog comparator module is not present.
1 Analog comparator module is present.
Register 38: Pulse Width Modulator Peripheral Present (PPPWM), offset 0x340
The PPPWM register provides software information regarding the PWM modules.
Important: This register should be used to determine which PWM modules are implemented on
this microcontroller. However, to support legacy software, the DC1 register is available.
A read of the DC1 register correctly identifies if the legacy PWM module is present.
Software must use this register to determine if a module that is not supported by the
DC1 register is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is not present.
1 PWM module 1 is present.
Value Description
0 PWM module 0 is not present.
1 PWM module 0 is present.
Important: This register should be used to determine which QEI modules are implemented on this
microcontroller. However, to support legacy software, the DC2 register is available. A
read of the DC2 register correctly identifies if a legacy QEI module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is not present.
1 QEI module 1 is present.
Value Description
0 QEI module 0 is not present.
1 QEI module 0 is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 EEPROM module is not present.
1 EEPROM module is present.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved P5 P4 P3 P2 P1 P0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide general-purpose timer module 5 is not present.
1 32/64-bit wide general-purpose timer module 5 is present.
Value Description
0 32/64-bit wide general-purpose timer module 4 is not present.
1 32/64-bit wide general-purpose timer module 4 is present.
Value Description
0 32/64-bit wide general-purpose timer module 3 is not present.
1 32/64-bit wide general-purpose timer module 3 is present.
Value Description
0 32/64-bit wide general-purpose timer module 2 is not present.
1 32/64-bit wide general-purpose timer module 2 is present.
Value Description
0 32/64-bit wide general-purpose timer module 1 is not present.
1 32/64-bit wide general-purpose timer module 1 is present.
Value Description
0 32/64-bit wide general-purpose timer module 0 is not present.
1 32/64-bit wide general-purpose timer module 0 is present.
1. Software sets a bit (or bits) in the SRWD register. While the SRWD bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRWD bit to when the peripheral is ready for use.
Software can check the corresponding PRWD bit to be sure.
Important: This register should be used to reset the watchdog modules. To support legacy software,
the SRCR0 register is available. Setting a bit in the SRCR0 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR0 register can
be read back correctly when reading the SRCR0 register. If software uses this register
to reset a legacy peripheral (such as Watchdog 1), the write causes proper operation,
but the value of that bit is not reflected in the SRCR0 register. If software uses both
legacy and peripheral-specific register accesses, the peripheral-specific registers must
be accessed by read-modify-write operations that affect only peripherals that are not
present in the legacy registers. In this manner, both the peripheral-specific and legacy
registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is not reset.
1 Watchdog module 1 is reset.
Value Description
0 Watchdog module 0 is not reset.
1 Watchdog module 0 is reset.
1. Software sets a bit (or bits) in the SRTIMER register. While the SRTIMER bit is 1, the peripheral
is held in reset.
There may be latency from the clearing of the SRTIMER bit to when the peripheral is ready for use.
Software can check the corresponding PRTIMER bit to be sure.
Important: This register should be used to reset the timer modules. To support legacy software,
the SRCR1 register is available. Setting a bit in the SRCR1 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR1 register can
be read back correctly when reading the SRCR1 register. Software must use this register
to reset modules that are not present in the legacy registers. If software uses this register
to reset a legacy peripheral (such as Timer 1), the write causes proper operation, but
the value of that bit is not reflected in the SRCR1 register. If software uses both legacy
and peripheral-specific register accesses, the peripheral-specific registers must be
accessed by read-modify-write operations that affect only peripherals that are not present
in the legacy registers. In this manner, both the peripheral-specific and legacy registers
have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit general-purpose timer module 5 is not reset.
1 16/32-bit general-purpose timer module 5 is reset.
Value Description
0 16/32-bit general-purpose timer module 4 is not reset.
1 16/32-bit general-purpose timer module 4 is reset.
Value Description
0 16/32-bit general-purpose timer module 3 is not reset.
1 16/32-bit general-purpose timer module 3 is reset.
Value Description
0 16/32-bit general-purpose timer module 2 is not reset.
1 16/32-bit general-purpose timer module 2 is reset.
Value Description
0 16/32-bit general-purpose timer module 1 is not reset.
1 16/32-bit general-purpose timer module 1 is reset.
Value Description
0 16/32-bit general-purpose timer module 0 is not reset.
1 16/32-bit general-purpose timer module 0 is reset.
1. Software sets a bit (or bits) in the SRGPIO register. While the SRGPIO bit is 1, the peripheral
is held in reset.
There may be latency from the clearing of the SRGPIO bit to when the peripheral is ready for use.
Software can check the corresponding PRGPIO bit to be sure.
Important: This register should be used to reset the GPIO modules. To support legacy software,
the SRCR2 register is available. Setting a bit in the SRCR2 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR2 register can
be read back correctly when reading the SRCR2 register. Software must use this register
to reset modules that are not present in the legacy registers. If software uses this register
to reset a legacy peripheral (such as GPIO A), the write causes proper operation, but
the value of that bit is not reflected in the SRCR2 register. If software uses both legacy
and peripheral-specific register accesses, the peripheral-specific registers must be
accessed by read-modify-write operations that affect only peripherals that are not present
in the legacy registers. In this manner, both the peripheral-specific and legacy registers
have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port F is not reset.
1 GPIO Port F is reset.
Value Description
0 GPIO Port E is not reset.
1 GPIO Port E is reset.
Value Description
0 GPIO Port D is not reset.
1 GPIO Port D is reset.
Value Description
0 GPIO Port C is not reset.
1 GPIO Port C is reset.
Value Description
0 GPIO Port B is not reset.
1 GPIO Port B is reset.
Value Description
0 GPIO Port A is not reset.
1 GPIO Port A is reset.
Register 45: Micro Direct Memory Access Software Reset (SRDMA), offset
0x50C
The SRDMA register provides software the capability to reset the available DMA module. This
register provides the same capability as the legacy Software Reset Control n SRCRn registers
specifically for the DMA module and has the same bit polarity as the corresponding SRCRn bits.
A peripheral is reset by software using a simple two-step process:
1. Software sets a bit (or bits) in the SRDMA register. While the SRDMA bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRDMA bit to when the peripheral is ready for use.
Software can check the corresponding PRDMA bit to be sure.
Important: This register should be used to reset the DMA module. To support legacy software,
the SRCR2 register is available. Setting the UDMA bit in the SRCR2 register also resets
the DMA module. If the UDMA bit is set by writing to the SRCR2 register, it can be read
back correctly when reading the SRCR2 register. If software uses this register to reset
the DMA module, the write causes proper operation, but the value of the UDMA bit is
not reflected in the SRCR2 register. If software uses both legacy and peripheral-specific
register accesses, the peripheral-specific registers must be accessed by
read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA module is not reset.
1 DMA module is reset.
1. Software sets a bit (or bits) in the SRHIB register. While the SRHIB bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRHIB bit to when the peripheral is ready for use.
Software can check the corresponding PRHIB bit to be sure.
Important: This register should be used to reset the Hibernation module. To support legacy software,
the SRCR0 register is available. Setting the HIB bit in the SRCR0 register also resets
the Hibernation module. If the HIB bit is set by writing to the SRCR0 register, it can be
read back correctly when reading the SRCR0 register. If software uses this register to
reset the Hibernation module, the write causes proper operation, but the value of the
HIB bit is not reflected in the SRCR0 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Hibernation module is not reset.
1 Hibernation module is reset.
1. Software sets a bit (or bits) in the SRUART register. While the SRUART bit is 1, the peripheral
is held in reset.
There may be latency from the clearing of the SRUART bit to when the peripheral is ready for use.
Software can check the corresponding PRUART bit to be sure.
Important: This register should be used to reset the UART modules. To support legacy software,
the SRCR1 register is available. Setting a bit in the SRCR1 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR1 register can
be read back correctly when reading the SRCR1 register. Software must use this register
to reset modules that are not present in the legacy registers. If software uses this register
to reset a legacy peripheral (such as UART0), the write causes proper operation, but
the value of that bit is not reflected in the SRCR1 register. If software uses both legacy
and peripheral-specific register accesses, the peripheral-specific registers must be
accessed by read-modify-write operations that affect only peripherals that are not present
in the legacy registers. In this manner, both the peripheral-specific and legacy registers
have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R7 R6 R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is not reset.
1 UART module 7 is reset.
Value Description
0 UART module 6 is not reset.
1 UART module 6 is reset.
Value Description
0 UART module 5 is not reset.
1 UART module 5 is reset.
Value Description
0 UART module 4 is not reset.
1 UART module 4 is reset.
Value Description
0 UART module 3 is not reset.
1 UART module 3 is reset.
Value Description
0 UART module 2 is not reset.
1 UART module 2 is reset.
Value Description
0 UART module 1 is not reset.
1 UART module 1 is reset.
Value Description
0 UART module 0 is not reset.
1 UART module 0 is reset.
1. Software sets a bit (or bits) in the SRSSI register. While the SRSSI bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRSSI bit to when the peripheral is ready for use.
Software can check the corresponding PRSSI bit to be sure.
Important: This register should be used to reset the SSI modules. To support legacy software, the
SRCR1 register is available. Setting a bit in the SRCR1 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR1 register can
be read back correctly when reading the SRCR1 register. Software must use this register
to reset modules that are not present in the legacy registers. If software uses this register
to reset a legacy peripheral (such as SSI0), the write causes proper operation, but the
value of that bit is not reflected in the SRCR1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is not reset.
1 SSI module 3 is reset.
Value Description
0 SSI module 2 is not reset.
1 SSI module 2 is reset.
Value Description
0 SSI module 1 is not reset.
1 SSI module 1 is reset.
Value Description
0 SSI module 0 is not reset.
1 SSI module 0 is reset.
1. Software sets a bit (or bits) in the SRI2C register. While the SRI2C bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRI2C bit to when the peripheral is ready for use.
Software can check the corresponding PRI2C bit to be sure.
Important: This register should be used to reset the I2C modules. To support legacy software, the
SRCR1 register is available. Setting a bit in the SRCR1 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR1 register can
be read back correctly when reading the SRCR1 register. Software must use this register
to reset modules that are not present in the legacy registers. If software uses this register
to reset a legacy peripheral (such as I2C0), the write causes proper operation, but the
value of that bit is not reflected in the SRCR1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 3 is not reset.
1 I2C module 3 is reset.
Value Description
0 I2C module 2 is not reset.
1 I2C module 2 is reset.
Value Description
0 I2C module 1 is not reset.
1 I2C module 1 is reset.
Value Description
0 I2C module 0 is not reset.
1 I2C module 0 is reset.
Register 50: Universal Serial Bus Software Reset (SRUSB), offset 0x528
The SRUSB register provides software the capability to reset the available USB module. This register
provides the same capability as the legacy Software Reset Control n SRCRn registers specifically
for the USB module and has the same bit polarity as the corresponding SRCRn bits.
A peripheral is reset by software using a simple two-step process:
1. Software sets a bit (or bits) in the SRUSB register. While the SRUSB bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRUSB bit to when the peripheral is ready for use.
Software can check the corresponding PRUSB bit to be sure.
Important: This register should be used to reset the USB module. To support legacy software, the
SRCR2 register is available. Setting the USB0 bit in the SRCR2 register also resets the
USB module. If the USB0 bit is set by writing to the SRCR2 register, it can be read back
correctly when reading the SRCR2 register. If software uses this register to reset the
USB module, the write causes proper operation, but the value of the USB0 bit is not
reflected in the SRCR2 register. If software uses both legacy and peripheral-specific
register accesses, the peripheral-specific registers must be accessed by
read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 USB module is not reset.
1 USB module is reset.
Register 51: Controller Area Network Software Reset (SRCAN), offset 0x534
The SRCAN register provides software the capability to reset the available CAN modules. This
register provides the same capability as the legacy Software Reset Control n SRCRn registers
specifically for the CAN modules and has the same bit polarity as the corresponding SRCRn bits.
A peripheral is reset by software using a simple two-step process:
1. Software sets a bit (or bits) in the SRCAN register. While the SRCAN bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRCAN bit to when the peripheral is ready for use.
Software can check the corresponding PRCAN bit to be sure.
Important: This register should be used to reset the CAN modules. To support legacy software,
the SRCR0 register is available. Setting a bit in the SRCR0 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR0 register can
be read back correctly when reading the SRCR0 register. If software uses this register
to reset a legacy peripheral (such as CAN0), the write causes proper operation, but the
value of that bit is not reflected in the SRCR0 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is not reset.
1 CAN module 1 is reset.
Value Description
0 CAN module 0 is not reset.
1 CAN module 0 is reset.
1. Software sets a bit (or bits) in the SRADC register. While the SRADC bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRADC bit to when the peripheral is ready for use.
Software can check the corresponding PRADC bit to be sure.
Important: This register should be used to reset the ADC modules. To support legacy software,
the SRCR0 register is available. Setting a bit in the SRCR0 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR0 register can
be read back correctly when reading the SRCR0 register. If software uses this register
to reset a legacy peripheral (such as ADC0), the write causes proper operation, but the
value of that bit is not reflected in the SRCR0 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is not reset.
1 ADC module 1 is reset.
Value Description
0 ADC module 0 is not reset.
1 ADC module 0 is reset.
1. Software sets a bit (or bits) in the SRACMP register. While the SRACMP bit is 1, the module
is held in reset.
There may be latency from the clearing of the SRACMP bit to when the module is ready for use.
Software can check the corresponding PRACMP bit to be sure.
Important: This register should be used to reset the analog comparator module. To support legacy
software, the SRCR1 register is available. Setting any of the COMPn bits in the SRCR0
register also resets the analog comparator module. If any of the COMPn bits are set by
writing to the SRCR1 register, it can be read back correctly when reading the SRCR0
register. If software uses this register to reset the analog comparator module, the write
causes proper operation, but the value of R0 is not reflected by the COMPn bits in the
SRCR1 register. If software uses both legacy and peripheral-specific register accesses,
the peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Analog comparator module is not reset.
1 Analog comparator module is reset.
Register 54: Pulse Width Modulator Software Reset (SRPWM), offset 0x540
The SRPWM register provides software the capability to reset the available PWM modules. This
register provides the same capability as the legacy Software Reset Control n SRCRn registers
specifically for the PWM modules and has the same bit polarity as the corresponding SRCRn bits.
A peripheral is reset by software using a simple two-step process:
1. Software sets a bit (or bits) in the SRPWM register. While the SRPWM bit is 1, the peripheral
is held in reset.
There may be latency from the clearing of the SRPWM bit to when the peripheral is ready for use.
Software can check the corresponding PRPWM bit to be sure.
Important: This register should be used to reset the PWM modules. To support legacy software,
the SRCR0 register is available. Setting the PWM bit in the SRCR0 register also resets
the PWM0 module. If the PWM bit is changed by writing to the SRCR0 register, it can
be read back correctly when reading the SRCR0 register. Software must use this register
to reset PWM1, which is not present in the legacy registers. If software uses this register
to reset PWM0, the write causes proper operation, but the value of that bit is not reflected
in the SRCR0 register. If software uses both legacy and peripheral-specific register
accesses, the peripheral-specific registers must be accessed by read-modify-write
operations that affect only peripherals that are not present in the legacy registers. In
this manner, both the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is not reset.
1 PWM module 1 is reset.
Value Description
0 PWM module 0 is not reset.
1 PWM module 0 is reset.
1. Software sets a bit (or bits) in the SRQEI register. While the SRQEI bit is 1, the peripheral is
held in reset.
There may be latency from the clearing of the SRQEI bit to when the peripheral is ready for use.
Software can check the corresponding PRQEI bit to be sure.
Important: This register should be used to reset the QEI modules. To support legacy software, the
SRCR1 register is available. Setting a bit in the SRCR1 register also resets the
corresponding module. Any bits that are changed by writing to the SRCR1 register can
be read back correctly when reading the SRCR1 register. If software uses this register
to reset a legacy peripheral (such as QEI0), the write causes proper operation, but the
value of that bit is not reflected in the SRCR1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is not reset.
1 QEI module 1 is reset.
Value Description
0 QEI module 0 is not reset.
1 QEI module 0 is reset.
1. Software sets a bit (or bits) in the SREEPROM register. While the SREEPROM bit is 1, the
peripheral is held in reset.
There may be latency from the clearing of the SREEPROM bit to when the peripheral is ready for
use. Software can check the corresponding PREEPROM bit to be sure.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 EEPROM module is not reset.
1 EEPROM module is reset.
1. Software sets a bit (or bits) in the SRWTIMER register. While the SRWTIMER bit is 1, the
peripheral is held in reset.
There may be latency from the clearing of the SRWTIMER bit to when the peripheral is ready for
use. Software can check the corresponding PRWTIMER bit to be sure.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide general-purpose timer module 5 is not reset.
1 32/64-bit wide general-purpose timer module 5 is reset.
Value Description
0 32/64-bit wide general-purpose timer module 4 is not reset.
1 32/64-bit wide general-purpose timer module 4 is reset.
Value Description
0 32/64-bit wide general-purpose timer module 3 is not reset.
1 32/64-bit wide general-purpose timer module 3 is reset.
Value Description
0 32/64-bit wide general-purpose timer module 2 is not reset.
1 32/64-bit wide general-purpose timer module 2 is reset.
Value Description
0 32/64-bit wide general-purpose timer module 1 is not reset.
1 32/64-bit wide general-purpose timer module 1 is reset.
Value Description
0 32/64-bit wide general-purpose timer module 0 is not reset.
1 32/64-bit wide general-purpose timer module 0 is reset.
Register 58: Watchdog Timer Run Mode Clock Gating Control (RCGCWD),
offset 0x600
The RCGCWD register provides software the capability to enable and disable watchdog modules
in Run mode. When enabled, a module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the watchdog modules. To
support legacy software, the RCGC0 register is available. A write to the RCGC0 register
also writes the corresponding bit in this register. Any bits that are changed by writing
to the RCGC0 register can be read back correctly with a read of the RCGC0 register.
If software uses this register to write a legacy peripheral (such as Watchdog 0), the
write causes proper operation, but the value of that bit is not reflected in the RCGC0
register. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is disabled.
1 Enable and provide a clock to Watchdog module 1 in Run mode.
Value Description
0 Watchdog module 0 is disabled.
1 Enable and provide a clock to Watchdog module 0 in Run mode.
Register 59: 16/32-Bit General-Purpose Timer Run Mode Clock Gating Control
(RCGCTIMER), offset 0x604
The RCGCTIMER register provides software the capability to enable and disable 16/32-bit timer
modules in Run mode. When enabled, a module is provided a clock and accesses to module registers
are allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the timer modules and has the same
bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the timer modules. To support
legacy software, the RCGC1 register is available. A write to the RCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC1 register can be read back correctly with a read of the RCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as Timer 0), the write
causes proper operation, but the value of that bit is not reflected in the RCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 5 in Run mode.
Value Description
0 16/32-bit general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 4 in Run mode.
Value Description
0 16/32-bit general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 3 in Run mode.
Value Description
0 16/32-bit general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 2 in Run mode.
Value Description
0 16/32-bit general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 1 in Run mode.
Value Description
0 16/32-bit general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 0 in Run mode.
Important: This register should be used to control the clocking for the GPIO modules. To support
legacy software, the RCGC2 register is available. A write to the RCGC2 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC2 register can be read back correctly with a read of the RCGC2 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as GPIO A), the write
causes proper operation, but the value of that bit is not reflected in the RCGC2 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port F is disabled.
1 Enable and provide a clock to GPIO Port F in Run mode.
Value Description
0 GPIO Port E is disabled.
1 Enable and provide a clock to GPIO Port E in Run mode.
Value Description
0 GPIO Port D is disabled.
1 Enable and provide a clock to GPIO Port D in Run mode.
Value Description
0 GPIO Port C is disabled.
1 Enable and provide a clock to GPIO Port C in Run mode.
Value Description
0 GPIO Port B is disabled.
1 Enable and provide a clock to GPIO Port B in Run mode.
Value Description
0 GPIO Port A is disabled.
1 Enable and provide a clock to GPIO Port A in Run mode.
Register 61: Micro Direct Memory Access Run Mode Clock Gating Control
(RCGCDMA), offset 0x60C
The RCGCDMA register provides software the capability to enable and disable the DMA module
in Run mode. When enabled, the module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the DMA module. To support
legacy software, the RCGC2 register is available. A write to the UDMA bit in the RCGC2
register also writes the R0 bit in this register. If the UDMA bit is changed by writing to the
RCGC2 register, it can be read back correctly with a read of the RCGC2 register. If
software uses this register to control the clock for the DMA module, the write causes
proper operation, but the UDMA bit in the RCGC2 register does not reflect the value of
the R0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
Micro Direct Memory Access Run Mode Clock Gating Control (RCGCDMA)
Base 0x400F.E000
Offset 0x60C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA module is disabled.
1 Enable and provide a clock to the DMA module in Run mode.
Register 62: Hibernation Run Mode Clock Gating Control (RCGCHIB), offset
0x614
The RCGCHIB register provides software the capability to enable and disable the Hibernation
module in Run mode. When enabled, the module is provided a clock and accesses to module
registers are allowed. When disabled, the clock is disabled to save power and accesses to module
registers generate a bus fault. This register provides the same capability as the legacy Run Mode
Clock Gating Control Register n RCGCn registers specifically for the watchdog modules and has
the same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the Hibernation module. To
support legacy software, the RCGC0 register is available. A write to the HIB bit in the
RCGC0 register also writes the R0 bit in this register. If the HIB bit is changed by writing
to the RCGC0 register, it can be read back correctly with a read of the RCGC0 register.
If software uses this register to control the clock for the Hibernation module, the write
causes proper operation, but the HIB bit in the RCGC0 register does not reflect the
value of the R0 bit. If software uses both legacy and peripheral-specific register accesses,
the peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Hibernation module is disabled.
1 Enable and provide a clock to the Hibernation module in Run
mode.
Important: This register should be used to control the clocking for the UART modules. To support
legacy software, the RCGC1 register is available. A write to the RCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC1 register can be read back correctly with a read of the RCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as UART0), the write
causes proper operation, but the value of that bit is not reflected in the RCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R7 R6 R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is disabled.
1 Enable and provide a clock to UART module 7 in Run mode.
Value Description
0 UART module 6 is disabled.
1 Enable and provide a clock to UART module 6 in Run mode.
Value Description
0 UART module 5 is disabled.
1 Enable and provide a clock to UART module 5 in Run mode.
Value Description
0 UART module 4 is disabled.
1 Enable and provide a clock to UART module 4 in Run mode.
Value Description
0 UART module 3 is disabled.
1 Enable and provide a clock to UART module 3 in Run mode.
Value Description
0 UART module 2 is disabled.
1 Enable and provide a clock to UART module 2 in Run mode.
Value Description
0 UART module 1 is disabled.
1 Enable and provide a clock to UART module 1 in Run mode.
Value Description
0 UART module 0 is disabled.
1 Enable and provide a clock to UART module 0 in Run mode.
Register 64: Synchronous Serial Interface Run Mode Clock Gating Control
(RCGCSSI), offset 0x61C
The RCGCSSI register provides software the capability to enable and disable the SSI modules in
Run mode. When enabled, a module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the SSI modules. To support
legacy software, the RCGC1 register is available. A write to the RCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC1 register can be read back correctly with a read of the RCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as SSI0), the write causes
proper operation, but the value of that bit is not reflected in the RCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is disabled.
1 Enable and provide a clock to SSI module 3 in Run mode.
Value Description
0 SSI module 2 is disabled.
1 Enable and provide a clock to SSI module 2 in Run mode.
Value Description
0 SSI module 1 is disabled.
1 Enable and provide a clock to SSI module 1 in Run mode.
Value Description
0 SSI module 0 is disabled.
1 Enable and provide a clock to SSI module 0 in Run mode.
Important: This register should be used to control the clocking for the I2C modules. To support
legacy software, the RCGC1 register is available. A write to the RCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC1 register can be read back correctly with a read of the RCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as I2C0), the write causes
proper operation, but the value of that bit is not reflected in the RCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 3 is disabled.
1 Enable and provide a clock to I2C module 3 in Run mode.
Value Description
0 I2C module 2 is disabled.
1 Enable and provide a clock to I2C module 2 in Run mode.
Value Description
0 I2C module 1 is disabled.
1 Enable and provide a clock to I2C module 1 in Run mode.
Value Description
0 I2C module 0 is disabled.
1 Enable and provide a clock to I2C module 0 in Run mode.
Register 66: Universal Serial Bus Run Mode Clock Gating Control (RCGCUSB),
offset 0x628
The RCGCUSB register provides software the capability to enable and disable the USB module in
Run mode. When enabled, the module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the USB module. To support
legacy software, the RCGC2 register is available. A write to the USB0 bit in the RCGC2
register also writes the R0 bit in this register. If the USB0 bit is changed by writing to the
RCGC2 register, it can be read back correctly with a read of the RCGC2 register. If
software uses this register to control the clock for the USB module, the write causes
proper operation, but the USB0 bit in the RCGC2 register does not reflect the value of
the R0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 USB module is disabled.
1 Enable and provide a clock to the USB module in Run mode.
Register 67: Controller Area Network Run Mode Clock Gating Control
(RCGCCAN), offset 0x634
The RCGCCAN register provides software the capability to enable and disable the CAN modules
in Run mode. When enabled, a module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the CAN modules. To support
legacy software, the RCGC0 register is available. A write to the RCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC0 register can be read back correctly with a read of the RCGC0 register. If software
uses this register to write a legacy peripheral (such as CAN0), the write causes proper
operation, but the value of that bit is not reflected in the RCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is disabled.
1 Enable and provide a clock to CAN module 1 in Run mode.
Value Description
0 CAN module 0 is disabled.
1 Enable and provide a clock to CAN module 0 in Run mode.
Important: This register should be used to control the clocking for the ADC modules. To support
legacy software, the RCGC0 register is available. A write to the RCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC0 register can be read back correctly with a read of the RCGC0 register. If software
uses this register to write a legacy peripheral (such as ADC0), the write causes proper
operation, but the value of that bit is not reflected in the RCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is disabled.
1 Enable and provide a clock to ADC module 1 in Run mode.
Value Description
0 ADC module 0 is disabled.
1 Enable and provide a clock to ADC module 0 in Run mode.
Important: This register should be used to control the clocking for the analog comparator module.
To support legacy software, the RCGC1 register is available. Setting any of the COMPn
bits in the RCGC1 register also sets the R0 bit in this register. If any of the COMPn bits
are set by writing to the RCGC1 register, it can be read back correctly when reading
the RCGC1 register. If software uses this register to change the clocking for the analog
comparator module, the write causes proper operation, but the value R0 is not reflected
by the COMPn bits in the RCGC1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Analog comparator module is disabled.
1 Enable and provide a clock to the analog comparator module
in Run mode.
Register 70: Pulse Width Modulator Run Mode Clock Gating Control
(RCGCPWM), offset 0x640
The RCGCPWM register provides software the capability to enable and disable the PWM modules
in Run mode. When enabled, a module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the PWM modules. To support
legacy software, the RCGC0 register is available. A write to the PWM bit in the RCGC0
register also writes the R0 bit in this register. If the PWM bit is changed by writing to the
RCGC0 register, it can be read back correctly with a read of the RCGC0 register.
Software must use this register to support modules that are not present in the legacy
registers. If software uses this register to write to R0, the write causes proper operation,
but the value of that bit is not reflected in the PWM bit in the RCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is disabled.
1 Enable and provide a clock to PWM module 1 in Run mode.
Value Description
0 PWM module 0 is disabled.
1 Enable and provide a clock to PWM module 0 in Run mode.
Register 71: Quadrature Encoder Interface Run Mode Clock Gating Control
(RCGCQEI), offset 0x644
The RCGCQEI register provides software the capability to enable and disable the QEI modules in
Run mode. When enabled, a module is provided a clock and accesses to module registers are
allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding RCGCn bits.
Important: This register should be used to control the clocking for the QEI modules. To support
legacy software, the RCGC1 register is available. A write to the RCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
RCGC1 register can be read back correctly with a read of the RCGC1 register. If software
uses this register to write a legacy peripheral (such as QEI0), the write causes proper
operation, but the value of that bit is not reflected in the RCGC1 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is disabled.
1 Enable and provide a clock to QEI module 1 in Run mode.
Value Description
0 QEI module 0 is disabled.
1 Enable and provide a clock to QEI module 0 in Run mode.
Register 72: EEPROM Run Mode Clock Gating Control (RCGCEEPROM), offset
0x658
The RCGCEEPROM register provides software the capability to enable and disable the EEPROM
module in Run mode. When enabled, the module is provided a clock and accesses to module
registers are allowed. When disabled, the clock is disabled to save power and accesses to module
registers generate a bus fault.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 EEPROM module is disabled.
1 Enable and provide a clock to the EEPROM module in Run
mode.
Register 73: 32/64-Bit Wide General-Purpose Timer Run Mode Clock Gating
Control (RCGCWTIMER), offset 0x65C
The RCGCWTIMER register provides software the capability to enable and disable 3264-bit timer
modules in Run mode. When enabled, a module is provided a clock and accesses to module registers
are allowed. When disabled, the clock is disabled to save power and accesses to module registers
generate a bus fault. This register provides the same capability as the legacy Run Mode Clock
Gating Control Register n RCGCn registers specifically for the timer modules and has the same
bit polarity as the corresponding RCGCn bits.
32/64-Bit Wide General-Purpose Timer Run Mode Clock Gating Control (RCGCWTIMER)
Base 0x400F.E000
Offset 0x65C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 5 in Run mode.
Value Description
0 32/64-bit wide general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 4 in Run mode.
Value Description
0 32/64-bit wide general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 3 in Run mode.
Value Description
0 32/64-bit wide general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 2 in Run mode.
Value Description
0 32/64-bit wide general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 1 in Run mode.
Value Description
0 32/64-bit wide general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 0 in Run mode.
Register 74: Watchdog Timer Sleep Mode Clock Gating Control (SCGCWD),
offset 0x700
The SCGCWD register provides software the capability to enable and disable watchdog modules
in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the watchdog modules. To
support legacy software, the SCGC0 register is available. A write to the SCGC0 register
also writes the corresponding bit in this register. Any bits that are changed by writing
to the SCGC0 register can be read back correctly with a read of the SCGC0 register.
If software uses this register to write a legacy peripheral (such as Watchdog 0), the
write causes proper operation, but the value of that bit is not reflected in the SCGC0
register. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is disabled.
1 Enable and provide a clock to Watchdog module 1 in sleep
mode.
Value Description
0 Watchdog module 0 is disabled.
1 Enable and provide a clock to Watchdog module 0 in sleep
mode.
Register 75: 16/32-Bit General-Purpose Timer Sleep Mode Clock Gating Control
(SCGCTIMER), offset 0x704
The SCGCTIMER register provides software the capability to enable and disable 16/32-bit timer
modules in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is
disabled to save power. This register provides the same capability as the legacy Sleep Mode Clock
Gating Control Register n SCGCn registers specifically for the timer modules and has the same
bit polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the timer modules. To support
legacy software, the SCGC1 register is available. A write to the SCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC1 register can be read back correctly with a read of the SCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as Timer 0), the write
causes proper operation, but the value of that bit is not reflected in the SCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S5 S4 S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 5 in sleep mode.
Value Description
0 16/32-bit general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 4 in sleep mode.
Value Description
0 16/32-bit general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 3 in sleep mode.
Value Description
0 16/32-bit general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 2 in sleep mode.
Value Description
0 16/32-bit general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 1 in sleep mode.
Value Description
0 16/32-bit general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 0 in sleep mode.
Important: This register should be used to control the clocking for the GPIO modules. To support
legacy software, the SCGC2 register is available. A write to the SCGC2 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC2 register can be read back correctly with a read of the SCGC2 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as GPIO A), the write
causes proper operation, but the value of that bit is not reflected in the SCGC2 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S5 S4 S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port F is disabled.
1 Enable and provide a clock to GPIO Port F in sleep mode.
Value Description
0 GPIO Port E is disabled.
1 Enable and provide a clock to GPIO Port E in sleep mode.
Value Description
0 GPIO Port D is disabled.
1 Enable and provide a clock to GPIO Port D in sleep mode.
Value Description
0 GPIO Port C is disabled.
1 Enable and provide a clock to GPIO Port C in sleep mode.
Value Description
0 GPIO Port B is disabled.
1 Enable and provide a clock to GPIO Port B in sleep mode.
Value Description
0 GPIO Port A is disabled.
1 Enable and provide a clock to GPIO Port A in sleep mode.
Register 77: Micro Direct Memory Access Sleep Mode Clock Gating Control
(SCGCDMA), offset 0x70C
The SCGCDMA register provides software the capability to enable and disable the DMA module
in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the DMA module. To support
legacy software, the SCGC2 register is available. A write to the UDMA bit in the SCGC2
register also writes the S0 bit in this register. If the UDMA bit is changed by writing to the
SCGC2 register, it can be read back correctly with a read of the SCGC2 register. If
software uses this register to control the clock for the DMA module, the write causes
proper operation, but the UDMA bit in the SCGC2 register does not reflect the value of
the S0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
Micro Direct Memory Access Sleep Mode Clock Gating Control (SCGCDMA)
Base 0x400F.E000
Offset 0x70C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA module is disabled.
1 Enable and provide a clock to the DMA module in sleep mode.
Register 78: Hibernation Sleep Mode Clock Gating Control (SCGCHIB), offset
0x714
The SCGCHIB register provides software the capability to enable and disable the Hibernation module
in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the Hibernation module. To
support legacy software, the SCGC0 register is available. A write to the HIB bit in the
SCGC0 register also writes the S0 bit in this register. If the HIB bit is changed by writing
to the SCGC0 register, it can be read back correctly with a read of the SCGC0 register.
If software uses this register to control the clock for the Hibernation module, the write
causes proper operation, but the HIB bit in the SCGC0 register does not reflect the
value of the S0 bit. If software uses both legacy and peripheral-specific register accesses,
the peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Hibernation module is disabled.
1 Enable and provide a clock to the Hibernation module in sleep
mode.
Important: This register should be used to control the clocking for the UART modules. To support
legacy software, the SCGC1 register is available. A write to the SCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC1 register can be read back correctly with a read of the SCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as UART0), the write
causes proper operation, but the value of that bit is not reflected in the SCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S7 S6 S5 S4 S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is disabled.
1 Enable and provide a clock to UART module 7 in sleep mode.
Value Description
0 UART module 6 is disabled.
1 Enable and provide a clock to UART module 6 in sleep mode.
Value Description
0 UART module 5 is disabled.
1 Enable and provide a clock to UART module 5 in sleep mode.
Value Description
0 UART module 4 is disabled.
1 Enable and provide a clock to UART module 4 in sleep mode.
Value Description
0 UART module 3 is disabled.
1 Enable and provide a clock to UART module 3 in sleep mode.
Value Description
0 UART module 2 is disabled.
1 Enable and provide a clock to UART module 2 in sleep mode.
Value Description
0 UART module 1 is disabled.
1 Enable and provide a clock to UART module 1 in sleep mode.
Value Description
0 UART module 0 is disabled.
1 Enable and provide a clock to UART module 0 in sleep mode.
Register 80: Synchronous Serial Interface Sleep Mode Clock Gating Control
(SCGCSSI), offset 0x71C
The SCGCSSI register provides software the capability to enable and disable the SSI modules in
sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled to
save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the SSI modules. To support
legacy software, the SCGC1 register is available. A write to the SCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC1 register can be read back correctly with a read of the SCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as SSI0), the write causes
proper operation, but the value of that bit is not reflected in the SCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is disabled.
1 Enable and provide a clock to SSI module 3 in sleep mode.
Value Description
0 SSI module 2 is disabled.
1 Enable and provide a clock to SSI module 2 in sleep mode.
Value Description
0 SSI module 1 is disabled.
1 Enable and provide a clock to SSI module 1 in sleep mode.
Value Description
0 SSI module 0 is disabled.
1 Enable and provide a clock to SSI module 0 in sleep mode.
Important: This register should be used to control the clocking for the I2C modules. To support
legacy software, the SCGC1 register is available. A write to the SCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC1 register can be read back correctly with a read of the SCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as I2C0), the write causes
proper operation, but the value of that bit is not reflected in the SCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 3 is disabled.
1 Enable and provide a clock to I2C module 3 in sleep mode.
Value Description
0 I2C module 2 is disabled.
1 Enable and provide a clock to I2C module 2 in sleep mode.
Value Description
0 I2C module 1 is disabled.
1 Enable and provide a clock to I2C module 1 in sleep mode.
Value Description
0 I2C module 0 is disabled.
1 Enable and provide a clock to I2C module 0 in sleep mode.
Register 82: Universal Serial Bus Sleep Mode Clock Gating Control
(SCGCUSB), offset 0x728
The SCGCUSB register provides software the capability to enable and disable the USB module in
sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled to
save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the USB module. To support
legacy software, the SCGC2 register is available. A write to the USB0 bit in the SCGC2
register also writes the S0 bit in this register. If the USB0 bit is changed by writing to the
SCGC2 register, it can be read back correctly with a read of the SCGC2 register. If
software uses this register to control the clock for the USB module, the write causes
proper operation, but the USB0 bit in the SCGC2 register does not reflect the value of
the S0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 USB module is disabled.
1 Enable and provide a clock to the USB module in sleep mode.
Register 83: Controller Area Network Sleep Mode Clock Gating Control
(SCGCCAN), offset 0x734
The SCGCCAN register provides software the capability to enable and disable the CAN modules
in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the CAN modules. To support
legacy software, the SCGC0 register is available. A write to the SCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC0 register can be read back correctly with a read of the SCGC0 register. If software
uses this register to write a legacy peripheral (such as CAN0), the write causes proper
operation, but the value of that bit is not reflected in the SCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is disabled.
1 Enable and provide a clock to CAN module 1 in sleep mode.
Value Description
0 CAN module 0 is disabled.
1 Enable and provide a clock to CAN module 0 in sleep mode.
Important: This register should be used to control the clocking for the ADC modules. To support
legacy software, the SCGC0 register is available. A write to the SCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC0 register can be read back correctly with a read of the SCGC0 register. If software
uses this register to write a legacy peripheral (such as ADC0), the write causes proper
operation, but the value of that bit is not reflected in the SCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is disabled.
1 Enable and provide a clock to ADC module 1 in sleep mode.
Value Description
0 ADC module 0 is disabled.
1 Enable and provide a clock to ADC module 0 in sleep mode.
Important: This register should be used to control the clocking for the analog comparator module.
To support legacy software, the SCGC1 register is available. Setting any of the COMPn
bits in the SCGC1 register also sets the S0 bit in this register. If any of the COMPn bits
are set by writing to the SCGC1 register, it can be read back correctly when reading
the SCGC1 register. If software uses this register to change the clocking for the analog
comparator module, the write causes proper operation, but the value S0 is not reflected
by the COMPn bits in the SCGC1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Analog comparator module is disabled.
1 Enable and provide a clock to the analog comparator module
in sleep mode.
Register 86: Pulse Width Modulator Sleep Mode Clock Gating Control
(SCGCPWM), offset 0x740
The SCGCPWM register provides software the capability to enable and disable the PWM modules
in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the PWM modules. To support
legacy software, the SCGC0 register is available. A write to the PWM bit in the SCGC0
register also writes the S0 bit in this register. If the PWM bit is changed by writing to the
SCGC0 register, it can be read back correctly with a read of the SCGC0 register.
Software must use this register to support modules that are not present in the legacy
registers. If software uses this register to write to S0, the write causes proper operation,
but the value of that bit is not reflected in the PWM bit in the SCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is disabled.
1 Enable and provide a clock to PWM module 1 in sleep mode.
Value Description
0 PWM module 0 is disabled.
1 Enable and provide a clock to PWM module 0 in sleep mode.
Register 87: Quadrature Encoder Interface Sleep Mode Clock Gating Control
(SCGCQEI), offset 0x744
The SCGCQEI register provides software the capability to enable and disable the QEI modules in
sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled to
save power. This register provides the same capability as the legacy Sleep Mode Clock Gating
Control Register n SCGCn registers specifically for the watchdog modules and has the same bit
polarity as the corresponding SCGCn bits.
Important: This register should be used to control the clocking for the QEI modules. To support
legacy software, the SCGC1 register is available. A write to the SCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
SCGC1 register can be read back correctly with a read of the SCGC1 register. If software
uses this register to write a legacy peripheral (such as QEI0), the write causes proper
operation, but the value of that bit is not reflected in the SCGC1 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S1 S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is disabled.
1 Enable and provide a clock to QEI module 1 in sleep mode.
Value Description
0 QEI module 0 is disabled.
1 Enable and provide a clock to QEI module 0 in sleep mode.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 EEPROM module is disabled.
1 Enable and provide a clock to the EEPROM module in sleep
mode.
Register 89: 32/64-Bit Wide General-Purpose Timer Sleep Mode Clock Gating
Control (SCGCWTIMER), offset 0x75C
The SCGCWTIMER register provides software the capability to enable and disable 3264-bit timer
modules in sleep mode. When enabled, a module is provided a clock. When disabled, the clock is
disabled to save power. This register provides the same capability as the legacy Sleep Mode Clock
Gating Control Register n SCGCn registers specifically for the timer modules and has the same
bit polarity as the corresponding SCGCn bits.
32/64-Bit Wide General-Purpose Timer Sleep Mode Clock Gating Control (SCGCWTIMER)
Base 0x400F.E000
Offset 0x75C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S5 S4 S3 S2 S1 S0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 5 in sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 4 in sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 3 in sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 2 in sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 1 in sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 0 in sleep mode.
Important: This register should be used to control the clocking for the watchdog modules. To
support legacy software, the DCGC0 register is available. A write to the DCGC0 register
also writes the corresponding bit in this register. Any bits that are changed by writing
to the DCGC0 register can be read back correctly with a read of the DCGC0 register.
If software uses this register to write a legacy peripheral (such as Watchdog 0), the
write causes proper operation, but the value of that bit is not reflected in the DCGC0
register. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is disabled.
1 Enable and provide a clock to Watchdog module 1 in deep-sleep
mode.
Value Description
0 Watchdog module 0 is disabled.
1 Enable and provide a clock to Watchdog module 0 in deep-sleep
mode.
Important: This register should be used to control the clocking for the timer modules. To support
legacy software, the DCGC1 register is available. A write to the DCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC1 register can be read back correctly with a read of the DCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as Timer 0), the write
causes proper operation, but the value of that bit is not reflected in the DCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D5 D4 D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 5 in deep-sleep mode.
Value Description
0 16/32-bit general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 4 in deep-sleep mode.
Value Description
0 16/32-bit general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 3 in deep-sleep mode.
Value Description
0 16/32-bit general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 2 in deep-sleep mode.
Value Description
0 16/32-bit general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 1 in deep-sleep mode.
Value Description
0 16/32-bit general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 16/32-bit general-purpose timer
module 0 in deep-sleep mode.
Important: This register should be used to control the clocking for the GPIO modules. To support
legacy software, the DCGC2 register is available. A write to the DCGC2 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC2 register can be read back correctly with a read of the DCGC2 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as GPIO A), the write
causes proper operation, but the value of that bit is not reflected in the DCGC2 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D5 D4 D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port F is disabled.
1 Enable and provide a clock to GPIO Port F in deep-sleep mode.
Value Description
0 GPIO Port E is disabled.
1 Enable and provide a clock to GPIO Port E in deep-sleep mode.
Value Description
0 GPIO Port D is disabled.
1 Enable and provide a clock to GPIO Port D in deep-sleep mode.
Value Description
0 GPIO Port C is disabled.
1 Enable and provide a clock to GPIO Port C in deep-sleep mode.
Value Description
0 GPIO Port B is disabled.
1 Enable and provide a clock to GPIO Port B in deep-sleep mode.
Value Description
0 GPIO Port A is disabled.
1 Enable and provide a clock to GPIO Port A in deep-sleep mode.
Register 93: Micro Direct Memory Access Deep-Sleep Mode Clock Gating
Control (DCGCDMA), offset 0x80C
The DCGCDMA register provides software the capability to enable and disable the DMA module
in deep-sleep mode. When enabled, a module is provided a clock. When disabled, the clock is
disabled to save power. This register provides the same capability as the legacy Deep-Sleep Mode
Clock Gating Control Register n DCGCn registers specifically for the watchdog modules and has
the same bit polarity as the corresponding DCGCn bits.
Important: This register should be used to control the clocking for the DMA module. To support
legacy software, the DCGC2 register is available. A write to the UDMA bit in the DCGC2
register also writes the D0 bit in this register. If the UDMA bit is changed by writing to the
DCGC2 register, it can be read back correctly with a read of the DCGC2 register. If
software uses this register to control the clock for the DMA module, the write causes
proper operation, but the UDMA bit in the DCGC2 register does not reflect the value of
the D0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
Micro Direct Memory Access Deep-Sleep Mode Clock Gating Control (DCGCDMA)
Base 0x400F.E000
Offset 0x80C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA module is disabled.
1 Enable and provide a clock to the DMA module in deep-sleep
mode.
Important: This register should be used to control the clocking for the Hibernation module. To
support legacy software, the DCGC0 register is available. A write to the HIB bit in the
DCGC0 register also writes the D0 bit in this register. If the HIB bit is changed by writing
to the DCGC0 register, it can be read back correctly with a read of the DCGC0 register.
If software uses this register to control the clock for the Hibernation module, the write
causes proper operation, but the HIB bit in the DCGC0 register does not reflect the
value of the D0 bit. If software uses both legacy and peripheral-specific register accesses,
the peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Hibernation module is disabled.
1 Enable and provide a clock to the Hibernation module in
deep-sleep mode.
Important: This register should be used to control the clocking for the UART modules. To support
legacy software, the DCGC1 register is available. A write to the DCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC1 register can be read back correctly with a read of the DCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as UART0), the write
causes proper operation, but the value of that bit is not reflected in the DCGC1 register.
If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D7 D6 D5 D4 D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is disabled.
1 Enable and provide a clock to UART module 7 in deep-sleep
mode.
Value Description
0 UART module 6 is disabled.
1 Enable and provide a clock to UART module 6 in deep-sleep
mode.
Value Description
0 UART module 5 is disabled.
1 Enable and provide a clock to UART module 5 in deep-sleep
mode.
Value Description
0 UART module 4 is disabled.
1 Enable and provide a clock to UART module 4 in deep-sleep
mode.
Value Description
0 UART module 3 is disabled.
1 Enable and provide a clock to UART module 3 in deep-sleep
mode.
Value Description
0 UART module 2 is disabled.
1 Enable and provide a clock to UART module 2 in deep-sleep
mode.
Value Description
0 UART module 1 is disabled.
1 Enable and provide a clock to UART module 1 in deep-sleep
mode.
Value Description
0 UART module 0 is disabled.
1 Enable and provide a clock to UART module 0 in deep-sleep
mode.
Important: This register should be used to control the clocking for the SSI modules. To support
legacy software, the DCGC1 register is available. A write to the DCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC1 register can be read back correctly with a read of the DCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as SSI0), the write causes
proper operation, but the value of that bit is not reflected in the DCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is disabled.
1 Enable and provide a clock to SSI module 3 in deep-sleep mode.
Value Description
0 SSI module 2 is disabled.
1 Enable and provide a clock to SSI module 2 in deep-sleep mode.
Value Description
0 SSI module 1 is disabled.
1 Enable and provide a clock to SSI module 1 in deep-sleep mode.
Value Description
0 SSI module 0 is disabled.
1 Enable and provide a clock to SSI module 0 in deep-sleep mode.
Important: This register should be used to control the clocking for the I2C modules. To support
legacy software, the DCGC1 register is available. A write to the DCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC1 register can be read back correctly with a read of the DCGC1 register. Software
must use this register to support modules that are not present in the legacy registers.
If software uses this register to write a legacy peripheral (such as I2C0), the write causes
proper operation, but the value of that bit is not reflected in the DCGC1 register. If
software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 3 is disabled.
1 Enable and provide a clock to I2C module 3 in deep-sleep mode.
Value Description
0 I2C module 2 is disabled.
1 Enable and provide a clock to I2C module 2 in deep-sleep mode.
Value Description
0 I2C module 1 is disabled.
1 Enable and provide a clock to I2C module 1 in deep-sleep mode.
Value Description
0 I2C module 0 is disabled.
1 Enable and provide a clock to I2C module 0 in deep-sleep mode.
Register 98: Universal Serial Bus Deep-Sleep Mode Clock Gating Control
(DCGCUSB), offset 0x828
The DCGCUSB register provides software the capability to enable and disable the USB module in
deep-sleep mode. When enabled, a module is provided a clock. When disabled, the clock is disabled
to save power. This register provides the same capability as the legacy Deep-Sleep Mode Clock
Gating Control Register n DCGCn registers specifically for the watchdog modules and has the
same bit polarity as the corresponding DCGCn bits.
Important: This register should be used to control the clocking for the USB module. To support
legacy software, the DCGC2 register is available. A write to the USB0 bit in the DCGC2
register also writes the D0 bit in this register. If the USB0 bit is changed by writing to the
DCGC2 register, it can be read back correctly with a read of the DCGC2 register. If
software uses this register to control the clock for the USB module, the write causes
proper operation, but the USB0 bit in the DCGC2 register does not reflect the value of
the D0 bit. If software uses both legacy and peripheral-specific register accesses, the
peripheral-specific registers must be accessed by read-modify-write operations that
affect only peripherals that are not present in the legacy registers. In this manner, both
the peripheral-specific and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 USB module is disabled.
1 Enable and provide a clock to the USB module in deep-sleep
mode.
Register 99: Controller Area Network Deep-Sleep Mode Clock Gating Control
(DCGCCAN), offset 0x834
The DCGCCAN register provides software the capability to enable and disable the CAN modules
in deep-sleep mode. When enabled, a module is provided a clock. When disabled, the clock is
disabled to save power. This register provides the same capability as the legacy Deep-Sleep Mode
Clock Gating Control Register n DCGCn registers specifically for the watchdog modules and has
the same bit polarity as the corresponding DCGCn bits.
Important: This register should be used to control the clocking for the CAN modules. To support
legacy software, the DCGC0 register is available. A write to the DCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC0 register can be read back correctly with a read of the DCGC0 register. If software
uses this register to write a legacy peripheral (such as CAN0), the write causes proper
operation, but the value of that bit is not reflected in the DCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is disabled.
1 Enable and provide a clock to CAN module 1 in deep-sleep
mode.
Value Description
0 CAN module 0 is disabled.
1 Enable and provide a clock to CAN module 0 in deep-sleep
mode.
Important: This register should be used to control the clocking for the ADC modules. To support
legacy software, the DCGC0 register is available. A write to the DCGC0 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC0 register can be read back correctly with a read of the DCGC0 register. If software
uses this register to write a legacy peripheral (such as ADC0), the write causes proper
operation, but the value of that bit is not reflected in the DCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is disabled.
1 Enable and provide a clock to ADC module 1 in deep-sleep
mode.
Value Description
0 ADC module 0 is disabled.
1 Enable and provide a clock to ADC module 0 in deep-sleep
mode.
Important: This register should be used to control the clocking for the analog comparator module.
To support legacy software, the DCGC1 register is available. Setting any of the COMPn
bits in the DCGC1 register also sets the D0 bit in this register. If any of the COMPn bits
are set by writing to the DCGC1 register, it can be read back correctly when reading
the DCGC1 register. If software uses this register to change the clocking for the analog
comparator module, the write causes proper operation, but the value D0 is not reflected
by the COMPn bits in the DCGC1 register. If software uses both legacy and
peripheral-specific register accesses, the peripheral-specific registers must be accessed
by read-modify-write operations that affect only peripherals that are not present in the
legacy registers. In this manner, both the peripheral-specific and legacy registers have
coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Analog comparator module is disabled.
1 Enable and provide a clock to the analog comparator module
in deep-sleep mode.
Register 102: Pulse Width Modulator Deep-Sleep Mode Clock Gating Control
(DCGCPWM), offset 0x840
The DCGCPWM register provides software the capability to enable and disable the PWM modules
in deep-sleep mode. When enabled, a module is provided a clock. When disabled, the clock is
disabled to save power. This register provides the same capability as the legacy Deep-Sleep Mode
Clock Gating Control Register n DCGCn registers specifically for the watchdog modules and has
the same bit polarity as the corresponding DCGCn bits.
Important: This register should be used to control the clocking for the PWM modules. To support
legacy software, the DCGC0 register is available. A write to the PWM bit in the DCGC0
register also writes the D0 bit in this register. If the PWM bit is changed by writing to the
DCGC0 register, it can be read back correctly with a read of the DCGC0 register.
Software must use this register to support modules that are not present in the legacy
registers. If software uses this register to write to D0, the write causes proper operation,
but the value of that bit is not reflected in the PWM bit in the DCGC0 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is disabled.
1 Enable and provide a clock to PWM module 1 in deep-sleep
mode.
Value Description
0 PWM module 0 is disabled.
1 Enable and provide a clock to PWM module 0 in deep-sleep
mode.
Important: This register should be used to control the clocking for the QEI modules. To support
legacy software, the DCGC1 register is available. A write to the DCGC1 register also
writes the corresponding bit in this register. Any bits that are changed by writing to the
DCGC1 register can be read back correctly with a read of the DCGC1 register. If software
uses this register to write a legacy peripheral (such as QEI0), the write causes proper
operation, but the value of that bit is not reflected in the DCGC1 register. If software
uses both legacy and peripheral-specific register accesses, the peripheral-specific
registers must be accessed by read-modify-write operations that affect only peripherals
that are not present in the legacy registers. In this manner, both the peripheral-specific
and legacy registers have coherent information.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D1 D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is disabled.
1 Enable and provide a clock to QEI module 1 in deep-sleep
mode.
Value Description
0 QEI module 0 is disabled.
1 Enable and provide a clock to QEI module 0 in deep-sleep
mode.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 EEPROM module is disabled.
1 Enable and provide a clock to the EEPROM module in
deep-sleep mode.
32/64-Bit Wide General-Purpose Timer Deep-Sleep Mode Clock Gating Control (DCGCWTIMER)
Base 0x400F.E000
Offset 0x85C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved D5 D4 D3 D2 D1 D0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide general-purpose timer module 5 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 5 in deep-sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 4 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 4 in deep-sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 3 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 3 in deep-sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 2 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 2 in deep-sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 1 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 1 in deep-sleep mode.
Value Description
0 32/64-bit wide general-purpose timer module 0 is disabled.
1 Enable and provide a clock to 32/64-bit wide general-purpose
timer module 0 in deep-sleep mode.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 Watchdog module 1 is ready for access.
Value Description
0 Watchdog module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 Watchdog module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 16/32-bit timer module 5 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 5 is ready for access.
Value Description
0 16/32-bit timer module 4 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 4 is ready for access.
Value Description
0 16/32-bit timer module 3 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 3 is ready for access.
Value Description
0 16/32-bit timer module 2 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 2 is ready for access.
Value Description
0 16/32-bit timer module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 1 is ready for access.
Value Description
0 16/32-bit timer module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 16/32-bit timer module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 GPIO Port F is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port F is ready for access.
Value Description
0 GPIO Port E is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port E is ready for access.
Value Description
0 GPIO Port D is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port D is ready for access.
Value Description
0 GPIO Port C is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port C is ready for access.
Value Description
0 GPIO Port B is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port B is ready for access.
Value Description
0 GPIO Port A is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 GPIO Port A is ready for access.
Register 109: Micro Direct Memory Access Peripheral Ready (PRDMA), offset
0xA0C
The PRDMA register indicates whether the DMA module is ready to be accessed by software
following a change in status of power, Run mode clocking, or reset. A Run mode clocking change
is initiated if the corresponding RCGCDMA bit is changed. A reset change is initiated if the
corresponding SRDMA bit is changed from 0 to 1.
The PRDMA bit is cleared on any of the above events and is not set again until the module is
completely powered, enabled, and internally reset.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The DMA module is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 The DMA module is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Hibernation module is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 The Hibernation module is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R7 R6 R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 UART module 7 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 7 is ready for access.
Value Description
0 UART module 6 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 6 is ready for access.
Value Description
0 UART module 5 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 5 is ready for access.
Value Description
0 UART module 4 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 4 is ready for access.
Value Description
0 UART module 3 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 3 is ready for access.
Value Description
0 UART module 2 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 2 is ready for access.
Value Description
0 UART module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 1 is ready for access.
Value Description
0 UART module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 UART module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SSI module 3 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 SSI module 3 is ready for access.
Value Description
0 SSI module 2 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 SSI module 2 is ready for access.
Value Description
0 SSI module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 SSI module 1 is ready for access.
Value Description
0 SSI module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 SSI module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C module 3 is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 I2C module 3 is ready for access.
Value Description
0 I2C module 2 is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 I2C module 2 is ready for access.
Value Description
0 I2C module 1 is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 I2C module 1 is ready for access.
Value Description
0 I2C module 0 is not ready for access. It is unclocked, unpowered,
or in the process of completing a reset sequence.
1 I2C module 0 is ready for access.
Register 114: Universal Serial Bus Peripheral Ready (PRUSB), offset 0xA28
The PRUSB register indicates whether the USB module is ready to be accessed by software following
a change in Run mode clocking or reset. A Run mode clocking change is initiated if the corresponding
RCGCUSB bit is changed. A reset change is initiated if the corresponding SRUSB bit is changed
from 0 to 1.
The PRUSB bit is cleared on either of the above events and is not set again until the module is
completely powered, enabled, and internally reset.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The USB module is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 The USB module is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CAN module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 CAN module 1 is ready for access.
Value Description
0 CAN module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 CAN module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 ADC module 1 is ready for access.
Value Description
0 ADC module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 ADC module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The analog comparator module is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 The analog comparator module is ready for access.
Register 118: Pulse Width Modulator Peripheral Ready (PRPWM), offset 0xA40
The PRPWM register indicates whether the PWM modules are ready to be accessed by software
following a change in status of power, Run mode clocking, or reset. A Run mode clocking change
is initiated if the corresponding RCGCPWM bit is changed. A reset change is initiated if the
corresponding SRPWM bit is changed from 0 to 1.
The PRPWM bit is cleared on any of the above events and is not set again until the module is
completely powered, enabled, and internally reset.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 PWM module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 PWM module 1 is ready for access.
Value Description
0 PWM module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 PWM module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 QEI module 1 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 QEI module 1 is ready for access.
Value Description
0 QEI module 0 is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 QEI module 0 is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The EEPROM module is not ready for access. It is unclocked,
unpowered, or in the process of completing a reset sequence.
1 The EEPROM module is ready for access.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved R5 R4 R3 R2 R1 R0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 32/64-bit wide timer module 5 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 5 is ready for access.
Value Description
0 32/64-bit wide timer module 4 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 4 is ready for access.
Value Description
0 32/64-bit wide timer module 3 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 3 is ready for access.
Value Description
0 32/64-bit wide timer module 2 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 2 is ready for access.
Value Description
0 32/64-bit wide timer module 1 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 1 is ready for access.
Value Description
0 32/64-bit wide timer module 0 is not ready for access. It is
unclocked, unpowered, or in the process of completing a reset
sequence.
1 32/64-bit wide timer module 0 is ready for access.
Important: Register in this section are provided for legacy software support only; registers in
System Control Register Descriptions on page 237 should be used instead.
SRAMSZ
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
FLASHSZ
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1
Value Description
0x7 2 KB of SRAM
0xF 4 KB of SRAM
0x17 6 KB of SRAM
0x1F 8 KB of SRAM
0x2F 12 KB of SRAM
0x3F 16 KB of SRAM
0x4F 20 KB of SRAM
0x5F 24 KB of SRAM
0x7F 32 KB of SRAM
Value Description
0x3 8 KB of Flash
0x7 16 KB of Flash
0xF 32 KB of Flash
0x1F 64 KB of Flash
0x2F 96 KB of Flash
0x3F 128 KB of Flash
0x5F 192 KB of Flash
0x7F 256 KB of Flash
reserved WDT1 reserved CAN1 CAN0 reserved PWM1 PWM0 reserved ADC1 ADC0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MINSYSDIV MAXADC1SPD MAXADC0SPD MPU HIB TEMPSNS PLL WDT0 SWO SWD JTAG
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1
31:29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:22 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:18 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x1 Reserved
0x2 Specifies an 80-MHz CPU clock with a PLL divider of 2.5.
0x3 Specifies a 50-MHz CPU clock with a PLL divider of 4.
0x4 Specifies a 40-MHz CPU clock with a PLL divider of 5.
0x7 Specifies a 25-MHz clock with a PLL divider of 8.
0x9 Specifies a 20-MHz clock with a PLL divider of 10.
Value Description
0x3 1M samples/second
0x2 500K samples/second
0x1 250K samples/second
0x0 125K samples/second
Value Description
0x3 1M samples/second
0x2 500K samples/second
0x1 250K samples/second
0x0 125K samples/second
reserved EPI0 reserved I2S0 reserved COMP2 COMP1 COMP0 reserved TIMER3 TIMER2 TIMER1 TIMER0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
I2C1HS I2C1 I2C0HS I2C0 reserved QEI1 QEI0 reserved SSI1 SSI0 reserved UART2 UART1 UART0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1
31 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:20 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
32KHZ reserved CCP5 CCP4 CCP3 CCP2 CCP1 CCP0 ADC0AIN7 ADC0AIN6 ADC0AIN5 ADC0AIN4 ADC0AIN3 ADC0AIN2 ADC0AIN1 ADC0AIN0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PWMFAULT C2O C2PLUS C2MINUS C1O C1PLUS C1MINUS C0O C0PLUS C0MINUS PWM5 PWM4 PWM3 PWM2 PWM1 PWM0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1
30 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Note: The C2O bit in the ACMPPP register provides this information.
Note: The C1O bit in the ACMPPP register provides this information.
Note: The C0O bit in the ACMPPP register provides this information.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CCP7 CCP6 UDMA ROM reserved GPIOJ GPIOH GPIOG GPIOF GPIOE GPIOD GPIOC GPIOB GPIOA
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1
31 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:25 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:19 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
17:16 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:9 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
31:28 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:22 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1
31:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
sysValue Description
0x0 NA
USB0 is not present.
0x1 DEVICE
USB0 is Device Only.
0x2 HOST
USB0 is Device or Host.
0x3 OTG
USB0 is OTG.
Important: This register is provided for legacy software support only. The DMACHANS bit field in
the DMA Status (DMASTAT) register indicates the number of DMA channels.
reserved DMACH30 DMACH29 DMACH28 DMACH27 DMACH26 DMACH25 DMACH24 DMACH23 DMACH22 DMACH21 DMACH20 DMACH19 DMACH18 DMACH17 DMACH16
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DMACH15 DMACH14 DMACH13 DMACH12 DMACH11 DMACH10 DMACH9 DMACH8 DMACH7 DMACH6 DMACH5 DMACH4 DMACH3 DMACH2 DMACH1 DMACH0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
ADC1AIN15 ADC1AIN14 ADC1AIN13 ADC1AIN12 ADC1AIN11 ADC1AIN10 ADC1AIN9 ADC1AIN8 ADC1AIN7 ADC1AIN6 ADC1AIN5 ADC1AIN4 ADC1AIN3 ADC1AIN2 ADC1AIN1 ADC1AIN0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADC0AIN15 ADC0AIN14 ADC0AIN13 ADC0AIN12 ADC0AIN11 ADC0AIN10 ADC0AIN9 ADC0AIN8 ADC0AIN7 ADC0AIN6 ADC0AIN5 ADC0AIN4 ADC0AIN3 ADC0AIN2 ADC0AIN1 ADC0AIN0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1
reserved WDT1 reserved CAN1 CAN0 reserved PWM0 reserved ADC1 ADC0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:21 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:18 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
2:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved I2C1 reserved I2C0 reserved QEI1 QEI0 reserved SSI1 SSI0 reserved UART2 UART1 UART0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:20 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved USB0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 134: Run Mode Clock Gating Control Register 0 (RCGC0), offset
0x100
This register controls the clock gating logic in normal Run mode. Each bit controls a clock enable
for a given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC0 is the clock configuration register for
running operation, SCGC0 for Sleep operation, and DCGC0 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes. Note that there must be a delay of 3 system clocks after a module clock is enabled before
any registers in that module are accessed.
reserved WDT1 reserved CAN1 CAN0 reserved PWM0 reserved ADC1 ADC0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
31:29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:21 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:18 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 125K samples/second
0x1 250K samples/second
0x2 500K samples/second
0x3 1M samples/second
Value Description
0x0 125K samples/second
0x1 250K samples/second
0x2 500K samples/second
0x3 1M samples/second
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
2:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 135: Run Mode Clock Gating Control Register 1 (RCGC1), offset
0x104
This register controls the clock gating logic in normal Run mode. Each bit controls a clock enable
for a given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC1 is the clock configuration register for
running operation, SCGC1 for Sleep operation, and DCGC1 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes. Note that there must be a delay of 3 system clocks after a module clock is enabled before
any registers in that module are accessed.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved I2C1 reserved I2C0 reserved QEI1 QEI0 reserved SSI1 SSI0 reserved UART2 UART1 UART0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:20 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 136: Run Mode Clock Gating Control Register 2 (RCGC2), offset
0x108
This register controls the clock gating logic in normal Run mode. Each bit controls a clock enable
for a given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC2 is the clock configuration register for
running operation, SCGC2 for Sleep operation, and DCGC2 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes. Note that there must be a delay of 3 system clocks after a module clock is enabled before
any registers in that module are accessed.
reserved USB0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 137: Sleep Mode Clock Gating Control Register 0 (SCGC0), offset
0x110
This register controls the clock gating logic in Sleep mode. Each bit controls a clock enable for a
given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC0 is the clock configuration register for
running operation, SCGC0 for Sleep operation, and DCGC0 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes.
reserved WDT1 reserved CAN1 CAN0 reserved PWM0 reserved ADC1 ADC0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
31:29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:21 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:18 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
2:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 138: Sleep Mode Clock Gating Control Register 1 (SCGC1), offset
0x114
This register controls the clock gating logic in Sleep mode. Each bit controls a clock enable for a
given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC1 is the clock configuration register for
running operation, SCGC1 for Sleep operation, and DCGC1 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved I2C1 reserved I2C0 reserved QEI1 QEI0 reserved SSI1 SSI0 reserved UART2 UART1 UART0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:20 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 139: Sleep Mode Clock Gating Control Register 2 (SCGC2), offset
0x118
This register controls the clock gating logic in Sleep mode. Each bit controls a clock enable for a
given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC2 is the clock configuration register for
running operation, SCGC2 for Sleep operation, and DCGC2 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes.
reserved USB0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 140: Deep Sleep Mode Clock Gating Control Register 0 (DCGC0),
offset 0x120
This register controls the clock gating logic in Deep-Sleep mode. Each bit controls a clock enable
for a given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC0 is the clock configuration register for
running operation, SCGC0 for Sleep operation, and DCGC0 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes.
reserved WDT1 reserved CAN1 CAN0 reserved PWM0 reserved ADC1 ADC0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
31:29 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
27:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:21 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:18 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
2:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved I2C1 reserved I2C0 reserved QEI1 QEI0 reserved SSI1 SSI0 reserved UART2 UART1 UART0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:26 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:20 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 142: Deep Sleep Mode Clock Gating Control Register 2 (DCGC2),
offset 0x128
This register controls the clock gating logic in Deep-Sleep mode. Each bit controls a clock enable
for a given interface, function, or module. If set, the module receives a clock and functions. Otherwise,
the module is unclocked and disabled (saving power). If the module is unclocked, reads or writes
to the module generate a bus fault. The reset state of these bits is 0 (unclocked) unless otherwise
noted, so that all functional modules are disabled. It is the responsibility of software to enable the
ports necessary for the application. Note that these registers may contain more bits than there are
interfaces, functions, or modules to control. This configuration is implemented to assure reasonable
code compatibility with other family and future parts. RCGC2 is the clock configuration register for
running operation, SCGC2 for Sleep operation, and DCGC2 for Deep-Sleep operation. Setting the
ACG bit in the Run-Mode Clock Configuration (RCC) register specifies that the system uses sleep
modes.
reserved USB0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
12:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
31:24 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved FWB
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt
1 A floating-point inexact exception has occurred.
Value Description
0 No interrupt
1 A floating-point overflow exception has occurred.
Value Description
0 No interrupt
1 A floating-point underflow exception has occurred.
Value Description
0 No interrupt
1 A floating-point invalid operation exception has occurred.
Value Description
0 No interrupt
1 A floating-point divide by 0 exception has occurred.
Value Description
0 No interrupt
1 A floating-point input denormal exception has occurred.
reserved
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RW 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The FPIXCRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPISCRIS bit in the SYSEXCRIS register is set.
Value Description
0 The FPOFCIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPOFCRIS bit in the SYSEXCRIS register is set.
Value Description
0 The FPUFCRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPUFCRIS bit in the SYSEXCRIS register is set.
Value Description
0 The FPIOCRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPIOCRIS bit in the SYSEXCRIS register is set.
Value Description
0 The FPDZCRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPDZCRIS bit in the SYSEXCRIS register is set.
Value Description
0 The FPIDCRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
FPIDCRIS bit in the SYSEXCRIS register is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an inexact
exception.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an overflow
exception.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an underflow
exception.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an invalid operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a divide by 0
exception.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an input denormal
exception.
reserved
Type W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C W1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved W1C 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7 Hibernation Module
The Hibernation Module manages removal and restoration of power to provide a means for reducing
system power consumption. When the processor and peripherals are idle, power can be completely
removed with only the Hibernation module remaining powered. Power can be restored based on
an external signal or at a certain time using the built-in Real-Time Clock (RTC). The Hibernation
module can be independently supplied from an external battery or an auxiliary power supply.
The Hibernation module has the following features:
32-bit real-time seconds counter (RTC) with 1/32,768 second resolution and a 15-bit sub-seconds
counter
32-bit RTC seconds match register and a 15-bit sub seconds match for timed wake-up and
interrupt generation with 1/32,768 second resolution
RTC predivider trim for making fine adjustments to the clock rate
RTC operational and hibernation memory valid as long as VDD or VBAT is valid
Low-battery detection, signaling, and interrupt generation, with optional wake on low battery
RTC match
External wake
Low battery
HIBCTL.RTCEN
WAKE
LOWBAT
HIBCTL.VBATSEL HIBCTL.RTCWEN
HIBCTL.BATCHK HIBCTL.PINWEN
HIBCTL.VABORT
HIBCTL.HIBREQ
HIBCTL.BATWKEN
The first mechanism uses internal switches to control power to the Cortex-M4F as well as to
most analog and digital functions while retaining I/O pin power (VDD3ON mode).
The second mechanism controls the power to the microcontroller with a control signal (HIB) that
signals an external voltage regulator to turn on or off.
The Hibernation module power source is determined dynamically. The supply voltage of the
Hibernation module is the larger of the main voltage source (VDD) or the battery/auxilliary voltage
source (VBAT). The Hibernation module also has an independent clock source to maintain a real-time
clock (RTC) when the system clock is powered down. Hibernate mode can be entered through one
of two ways:
The user initiates hibernation by setting the HIBREQ bit in the Hibernation Control (HIBCTL)
register
Once in hibernation, the module signals an external voltage regulator to turn the power back on
when an external pin (WAKE) is asserted or when the internal RTC reaches a certain value. The
Hibernation module can also detect when the battery voltage is low and optionally prevent hibernation
or wake from hibernation when the battery voltage falls below a certain threshold.
When waking from hibernation, the HIB signal is deasserted. The return of VDD causes a POR to
be executed. The time from when the WAKE signal is asserted to when code begins execution is
equal to the wake-up time (tWAKE_TO_HIB) plus the power-on reset time (TPOR).
Back-to-back reads from Hibernation module registers have no timing restrictions. Reads are
performed at the full peripheral clock rate.
Figure 7-2. Using a Crystal as the Hibernation Clock Source with a Single Battery Source
Regulator Tiva Microcontroller
or Switch
Input
IN OUT VDD
Voltage
EN
XOSC0
X1
XOSC1
C1 C2
GNDX
HIB RBAT
WAKE VBAT
Open drain 3V
GND CBAT
external wake Battery
up circuit RPU
Note: Some devices may not supply the GNDX signal. If GNDX is absent, the crystal load capacitors can
be tied to GND externally. See Signal Tables on page 1329 for pins specific to your device.
C1,2 = Capacitor value derived from crystal vendor load capacitance specifications.
RBAT = 51 5%
See Hibernation Clock Source Specifications on page 1375 for specific parameter values.
Figure 7-3. Using a Dedicated Oscillator as the Hibernation Clock Source with VDD3ON Mode
Tiva Microcontroller
Regulator
Input
IN OUT VDD
Voltage
Clock
Source XOSC0
(fEXT_OSC)
N.C. XOSC1
GNDX
HIB RBAT
WAKE VBAT
Open drain 3V
GND CBAT
Battery
external wake
RPU
up circuit
Note: Some devices may not supply the GNDX, WAKE or HIB signals. See Signal Tables on page 1329
for pins specific to your device.
RBAT = 51 5%
Using a single battery source, where the battery provides both VDD and VBAT, as shown in Figure
7-2 on page 496.
Using the VDD3ON mode, where VDD continues to be powered in hibernation, allowing the GPIO
pins to retain their states, as shown in Figure 7-3 on page 497. In this mode, VDDC is powered off
internally. The GPIO retention will be released when power is reapplied and the GPIOs will be
initialized to their default values.
Using separate sources for VDD and VBAT. In this mode, additional circuitry is required for system
start-up without a battery or with a depleted battery.
Using a regulator to provide both VDD and VBAT with a switch enabled by HIB to remove VDD
during hibernation as shown in Figure 7-4 on page 498.
XOSC0
X1
XOSC1
C1 C2
GNDX
HIB
WAKE VBAT
Open drain
GND
external wake
up circuit RPU
Note: Some devices may not supply a GNDX signal. See Signal Tables on page 1329 for pins specific to
your device.
Adding external capacitance to the VBAT supply reduces the accuracy of the low-battery measurement
and should be avoided if possible. The diagrams referenced in this section only show the connection
to the Hibernation pins and not to the full system.
If the application does not require the use of the Hibernation module, refer to Connections for
Unused Signals on page 1356. In this situation, the HIB bit in the Run Mode Clock Gating Control
Register 0 (RCGC0) and the Hibernation Run Mode Clock Gating Control (RCGCHIB) registers
must be cleared, disabling the system clock to the Hibernation module and Hibernation module
registers are not accessible.
The Hibernation module can be independently powered by a battery or an auxiliary power source
using the VBAT pin. The module can monitor the voltage level of the battery and detect when the
voltage drops below VLOWBAT. The voltage threshold can be between 1.9 V and 2.5 V and is
configured using the VBATSEL field in the HIBCTL register. The module can also be configured so
that it does not go into Hibernate mode if the battery voltage drops below this threshold. In addition,
battery voltage is monitored while in hibernation, and the microcontroller can be configured to wake
from hibernation if the battery voltage goes below the threshold using the BATWKEN bit in the HIBCTL
register.
The Hibernation module is designed to detect a low-battery condition and set the LOWBAT bit of the
Hibernation Raw Interrupt Status (HIBRIS) register when this occurs. If the VABORT bit in the
HIBCTL register is also set, then the module is prevented from entering Hibernate mode when a
low-battery is detected. The module can also be configured to generate an interrupt for the low-battery
condition (see Interrupts and Status on page 502).
Note that the Hibernation module draws power from whichever source (VBAT or VDD) has the higher
voltage. Therefore, it is important to design the circuit to ensure that VDD is higher than VBAT under
nominal conditions or else the Hibernation module draws power from the battery even when VDD is
available.
avoided by clearing the RTCAL0 bit in the HIBRIS register by writing a 1 to the corresponding
bit in the HIBIC register before setting the HIBREQ bit. Another example would be to disable
the RTC and re-enable the RTC by clearing and setting the RTCEN bit in the HIBCTL register.
RTCCLK
RTCSSC 0x7FFD 0x7FFE 0x7FFF 0x7FFD 0x7FFE 0x7FFF 0x0 0x7FFE 0x7FFF 0x0 0x1
In the case of a trim value below 0x7FFF, the RTCSSC value is advanced from 0x7FFF to the trim
value while the RTCC value is incremented from 0x0 to 0x1. If the match value is within that range,
the match interrupt is not triggered. For example, as shown in Figure 7-6 on page 500, if the match
interrupt was configured with RTCM0=0x1 and RTCSSM=0x2,an interrupt would never be triggered.
RTCCLK
The Hibernation module controls power to the microcontroller through the use of the HIB pin which
is intended to be connected to the enable signal of the external regulator(s) providing 3.3 V to the
microcontroller and other circuits. When the HIB signal is asserted by the Hibernation module, the
external regulator is turned off and no longer powers the microcontroller and any parts of the system
that are powered by the regulator. The Hibernation module remains powered from the VBAT supply
until a Wake event. Power to the microcontroller is restored by deasserting the HIB signal, which
causes the external regulator to turn power back on to the chip.
In the VDD3ON mode, the regulator should maintain 3.3 V power to the microcontroller during
Hibernate. GPIO retention is disabled when the RETCLR bit is cleared in the HIBCTL register.
By setting the RTCWEN bit in the HIBCTL register a wake from hibernate can occur when the value
of the HIBRTCC register matches the value of the HIBRTCM0 register and the value of the RTCSSC
field matches the RTCSSM field in the HIBRTCSS register.
To allow a wake from Hibernate on a low battery event, the BATWKEN bit in the HIBCTL register
must be set. In this configuration, the battery voltage is checked every 512 seconds while in
hibernation. If the voltage is below the level specified by the VBATSEL field, the LOWBAT interrupt
is set in the HIBRIS register.
Upon external wake-up, external reset, or RTC match, the Hibernation module delays coming out
of hibernation until VDD is above the minimum specified voltage, see Table 24-5 on page 1360.
When the Hibernation module wakes, the microcontroller performs a normal power-on reset. The
normal power-on reset does not reset the Hibernation module, but does reset the rest of the
microcontroller. Software can detect that the power-on was due to a wake from hibernation by
examining the raw interrupt status register (see Interrupts and Status on page 502) and by looking
for state data in the battery-backed memory (see Battery-Backed Memory on page 501).
RTC match
Write complete/capable
All of the interrupts are ORed together before being sent to the interrupt controller, so the Hibernate
module can only generate a single interrupt request to the controller at any given time. The software
interrupt handler can service multiple interrupt events by reading the Hibernation Masked Interrupt
Status (HIBMIS) register. Software can also read the status of the Hibernation module at any time
by reading the HIBRIS register which shows all of the pending events. This register can be used
after waking from hibernation to see if a wake condition was caused by one of the events above or
by a power loss.
The WAKE pin can generate interrupts in Run, Sleep and Deep Sleep Mode. The events that can
trigger an interrupt are configured by setting the appropriate bits in the Hibernation Interrupt Mask
(HIBIM) register. Pending interrupts can be cleared by writing the corresponding bit in the Hibernation
Interrupt Clear (HIBIC) register.
7.4.1 Initialization
The Hibernation module comes out of reset with the system clock enabled to the module, but if the
system clock to the module has been disabled, then it must be re-enabled, even if the RTC feature
is not used. See page 343.
If a 32.768-kHz crystal is used as the Hibernation module clock source, perform the following steps:
2. Write 0x40 to the HIBCTL register at offset 0x10 to enable the oscillator input.
3. Wait until the WC interrupt in the HIBMIS register has been triggered before performing any other
operations with the Hibernation module.
If a 32.768-kHz single-ended oscillator is used as the Hibernation module clock source, then perform
the following steps:
2. Write 0x0001.0040 to the HIBCTL register at offset 0x10 to enable the oscillator input and
bypass the on-chip oscillator.
3. Wait until the WC interrupt in the HIBMIS register has been triggered before performing any other
operations with the Hibernation module.
The above steps are only necessary when the entire system is initialized for the first time. If the
microcontroller has been in hibernation, then the Hibernation module has already been powered
up and the above steps are not necessary. The software can detect that the Hibernation module
and clock are already powered by examining the CLK32EN bit of the HIBCTL register.
Table 7-2 on page 503 illustrates how the clocks function with various bit setting both in normal
operation and in hibernation.
1. Write 0x0000.0040 to the HIBCTL register at offset 0x010 to enable 32.768-kHz Hibernation
oscillator.
2. Write the required RTC match value to the HIBRTCM0 register at offset 0x004 and the RTCSSM
field in the HIBRTCSS register at offset 0x028.
3. Write the required RTC load value to the HIBRTCLD register at offset 0x00C.
4. Set the required RTC match interrupt mask in the RTCALT0 in the HIBIM register at offset 0x014.
5. Write 0x0000.0041 to the HIBCTL register at offset 0x010 to enable the RTC to begin counting.
1. Write 0x0000.0040 to the HIBCTL register at offset 0x010 to enable 32.768-kHz Hibernation
oscillator.
2. Write the required RTC match value to the HIBRTCM0 register at offset 0x004 and the RTCSSM
field in the HIBRTCSS register at offset 0x028.
3. Write the required RTC load value to the HIBRTCLD register at offset 0x00C. This write causes
the 15-bit sub seconds counter to be cleared.
4. Write any data to be retained during hibernation to the HIBDATA register at offsets 0x030-0x06F.
5. Set the RTC Match Wake-Up and start the hibernation sequence by writing 0x0000.004B to the
HIBCTL register at offset 0x010.
1. Write 0x0000.0040 to the HIBCTL register at offset 0x010 to enable 32.768-kHz Hibernation
oscillator.
2. Write any data to be retained during hibernation to the HIBDATA register at offsets 0x030-0x06F.
3. Enable the external wake and start the hibernation sequence by writing 0x0000.0052 to the
HIBCTL register at offset 0x010.
2. Write the required RTC match value to the HIBRTCM0 register at offset 0x004 and the RTCSSM
field in the HIBRTCSS register at offset 0x028.
3. Write the required RTC load value to the HIBRTCLD register at offset 0x00C. This write causes
the 15-bit sub seconds counter to be cleared.
4. Write any data to be retained during hibernation to the HIBDATA register at offsets 0x030-0x06F.
5. Set the RTC Match/External Wake-Up and start the hibernation sequence by writing 0x0000.005B
to the HIBCTL register at offset 0x010.
Important: The Hibernation module registers are reset under two conditions:
1. Any type of system reset (if the RTCEN and the PINWEN bits in the HIBCTL register
are clear).
2. A cold POR occurs when both the VDD and VBAT supplies are removed.
0x030-
HIBDATA RW - Hibernation Data 523
0x06F
RTCC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RTCC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
RTCM0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RTCM0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
RTCLD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RTCLD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VBATSEL reserved BATCHK BATWKEN VDD3ON VABORT CLK32EN reserved PINWEN RTCWEN reserved HIBREQ RTCEN
Type RO RW RW RO RO RW RW RW RW RW RO RW RW RO RW RW
Reset 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The interface is processing a prior write and is busy. Any write
operation that is attempted while WRC is 0 results in
undetermined behavior.
1 The interface is ready to accept a write.
Software must poll this bit between write requests and defer writes until
WRC=1 to ensure proper operation. An interrupt can be configured to
indicate the WRC has completed.
The bit name WRC means "Write Complete," which is the normal use of
the bit (between write accesses). However, because the bit is set
out-of-reset, the name can also mean "Write Capable" which simply
indicates that the interface may be written to by software. This difference
may be exploited by software at reset time to detect which method of
programming is appropriate: 0 = software delay loops required; 1 = WRC
paced available.
30:18 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Low drive strength is enabled, 12 pF.
1 High drive strength is enabled, 24 pF.
Value Description
0 The internal 32.768-kHz Hibernation oscillator is enabled. This
bit should be cleared when using an external 32.768-kHz crystal.
1 The internal 32.768-kHz Hibernation oscillator is disabled and
powered down. This bit should be set when using a single-ended
oscillator attached to XOSC0.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 1.9 Volts
0x1 2.1 Volts (default)
0x2 2.3 Volts
0x3 2.5 Volts
12:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, indicates that the low-battery comparator cycle is
not active.
Writing a 0 has no effect.
1 When read, indicates the low-battery comparator cycle has not
completed.
Setting this bit initiates a low-battery comparator cycle. If the
battery voltage is below the level specified by VBATSEL field,
the LOWBAT interrupt bit in the HIBRIS register is set. A
hibernation request is held off if a battery check is in progress.
Value Description
0 The battery voltage level is not automatically checked. Low
battery voltage does not cause the microcontroller to wake from
hibernation.
1 When this bit is set, the battery voltage level is checked every
512 seconds while in hibernation.
If the voltage is below the level specified by VBATSEL field, the
microcontroller wakes from hibernation and the LOWBAT interrupt
bit in the HIBRIS register is set.
Value Description
0 The internal switches are not used. The HIB signal should be
used to control an external switch or regulator.
1 The internal switches control the power to the on-chip modules
(VDD3ON mode).
Regardless of the status of the VDD3ON bit, the HIB signal is asserted
during Hibernate mode. Thus, when VDD3ON is set, the HIB signal
should not be connected to the 3.3V regulator, and the 3.3V power
source should remain connected. When this bit is set while in hibernation,
all pins are held in the state they were in prior to entering hibernation.
For example, inputs remain inputs; outputs driven high remain driven
high, and so on.
Value Description
0 The microcontroller goes into hibernation regardless of the
voltage level of the battery.
1 When this bit is set, the battery voltage level is checked
before entering hibernation. If VBAT is less than the voltage
specified by VBATSEL, the microcontroller does not go into
hibernation.
Value Description
0 The Hibernation module clock source is disabled.
1 The Hibernation module clock source is enabled.
5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The status of the WAKE pin has no effect on hibernation.
1 An assertion of the WAKE pin takes the microcontroller
out of hibernation.
Note: The external I/O wake pad interrupt is set if the WAKE pin is
asserted in Run, Sleep, or Deep Sleep mode regardless of
whether the PINWEN bit is 0x0 or 0x1. The interrupt may be
forwarded to the processor by setting the EXTW bit in the
HIBIM register.
Value Description
0 An RTC match event has no effect on hibernation.
1 An RTC match event (the value the HIBRTCC register
matches the value of the HIBRTCM0 register and the value
of the RTCSSC field matches the RTCSSM field in the
HIBRTCSS register) takes the microcontroller out of
hibernation.
2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No hibernation request.
1 Set this bit to initiate hibernation.
Value Description
0 The Hibernation module RTC is disabled.
1 The Hibernation module RTC is enabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RW RW RW RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The WC interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the WC bit in
the HIBRIS register is set.
Value Description
0 The EXTW interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the EXTW bit
in the HIBRIS register is set.
Value Description
0 The LOWBAT interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the LOWBAT
bit in the HIBRIS register is set.
1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The RTCALT0 interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the RTCALT0
bit in the HIBRIS register is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The WRC bit in the HIBCTL has not been set.
1 The WRC bit in the HIBCTL has been set.
Value Description
0 The WAKE pin has not been asserted.
1 The WAKE pin has been asserted.
This bit is cleared by writing a 1 to the EXTW bit in the HIBIC register.
Note: The EXTW bit is set if the WAKE pin is asserted in any mode
of operation (Run, Sleep, Deep Sleep) regardless of whether
the PINWEN bit is set in the HIBCTL register.
Value Description
0 The battery voltage has not dropped below VLOWBAT.
1 The battery voltage dropped below VLOWBAT.
This bit is cleared by writing a 1 to the LOWBAT bit in the HIBIC register.
1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No match
1 The value of the HIBRTCC register matches the value in the
HIBRTCM0 register and the value of the RTCSSC field matches
the RTCSSM field in the HIBRTCSS register.
This bit is cleared by writing a 1 to the RTCALT0 bit in the HIBIC register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The WRC bit has not been set or the interrupt is masked.
1 An unmasked interrupt was signaled due to the WRC bit being
set.
Value Description
0 An external wake-up interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a WAKE pin
assertion.
This bit is cleared by writing a 1 to the EXTW bit in the HIBIC register.
Value Description
0 A low-battery voltage interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a low-battery voltage
condition.
This bit is cleared by writing a 1 to the LOWBAT bit in the HIBIC register.
1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An RTC match interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an RTC match.
This bit is cleared by writing a 1 to the RTCALT0 bit in the HIBIC register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:5 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Note: The timer interrupt source cannot be cleared if the RTC value
and the HIBRTCM0 register / RTCMSS field values are equal.
The match interrupt takes priority over the interrupt clear.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TRIM
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved RTCSSM
Type RO RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RTCSSC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
RTD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RTD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
8 Internal Memory
The TM4C123GH6PM microcontroller comes with 32 KB of bit-banded SRAM, internal ROM, 256
KB of Flash memory, and 2KB of EEPROM. The Flash memory controller provides a user-friendly
interface, making Flash memory programming a simple task. Flash memory is organized in 1-KB
independently erasable blocks and memory protection can be applied to the Flash memory on a
2-KB block basis. The EEPROM module provides a well-defined register interface to support accesses
to the EEPROM with both a random access style of read and write as well as a rolling or sequential
access scheme. A password model allows the application to lock one or more EEPROM blocks to
control access on 16-word boundaries.
ROM Control
RMCTL
ROM Array
ROMSWMAP
Flash Control
FMA
Icode Bus
Cortex-M4F FMD
FMC
Dcode Bus
FCRIS Flash Array
FCIM
FCMISC
FSIZE
System
Bus
SSIZE
Flash Write Buffer
FMC2
FWBVAL
FWBn
32 words
Bridge
FlashFMPRE
Protection
FMPPE
FMPREn
FMPPEn
User Registers
BOOTCFG
SRAM Array
USER_REG0
USER_REG1
USER_REG2
USER_REG3
Figure 8-2 on page 525 illustrates the internal EEPROM block and control logic. The EEPROM block
is connected to the AHB bus.
8.2.1 SRAM
The internal SRAM of the TM4C123GH6PM device is located at address 0x2000.0000 of the device
memory map. To reduce the number of time consuming read-modify-write (RMW) operations, ARM
provides bit-banding technology in the processor. With a bit-band-enabled processor, certain regions
in the memory map (SRAM and peripheral space) can use address aliases to access individual bits
in a single, atomic operation. The bit-band base is located at address 0x2200.0000.
The bit-band alias is calculated by using the formula:
bit-band alias = bit-band base + (byte offset * 32) + (bit number * 4)
For example, if bit 3 at address 0x2000.1000 is to be modified, the bit-band alias is calculated as:
0x2200.0000 + (0x1000 * 32) + (3 * 4) = 0x2202.000C
With the alias address calculated, an instruction performing a read/write to address 0x2202.000C
allows direct access to only bit 3 of the byte at address 0x2000.1000.
For details about bit-banding, see Bit-Banding on page 97.
Note: The SRAM is implemented using two 32-bit wide SRAM banks (separate SRAM arrays).
The banks are partitioned such that one bank contains all even words (the even bank) and
the other contains all odd words (the odd bank). A write access that is followed immediately
by a read access to the same bank incurs a stall of a single clock cycle. However, a write
to one bank followed by a read of the other bank can occur in successive clock cycles
without incurring any delay.
8.2.2 ROM
The internal ROM of the TM4C123GH6PM device is located at address 0x0100.0000 of the device
memory map. Detailed information on the ROM contents can be found in the Tiva C Series
TM4C123x ROM Users Guide (literature number SPMU367).
The ROM contains the following components:
TivaWare Peripheral Driver Library (DriverLib) release for product-specific peripherals and
interfaces
The boot loader is used as an initial program loader (when the Flash memory is empty) as well as
an application-initiated firmware upgrade mechanism (by calling back to the boot loader). The
Peripheral Driver Library APIs in ROM can be called by applications, reducing Flash memory
requirements and freeing the Flash memory to be used for other purposes (such as additional
features in the application). Advance Encryption Standard (AES) is a publicly defined encryption
standard used by the U.S. Government and Cyclic Redundancy Check (CRC) is a technique to
validate if a block of data has the same contents as when previously checked.
1. The BOOTCFG register is read. If the EN bit is clear, the ROM Boot Loader is executed.
2. In the ROM Boot Loader, the status of the specified GPIO pin is compared with the specified
polarity. If the status matches the specified polarity, the ROM is mapped to address 0x0000.0000
and execution continues out of the ROM Boot Loader.
3. If the EN bit is set or the status doesn't match the specified polarity, the data at address
0x0000.0004 is read, and if the data at this address is 0xFFFF.FFFF, the ROM is mapped to
address 0x0000.0000 and execution continues out of the ROM Boot Loader.
4. If there is data at address 0x0000.0004 that is not 0xFFFF.FFFF, the stack pointer (SP) is loaded
from Flash memory at address 0x0000.0000 and the program counter (PC) is loaded from
address 0x0000.0004. The user application begins executing.
The boot loader uses a simple packet interface to provide synchronous communication with the
device. The speed of the boot loader is determined by the internal oscillator (PIOSC) frequency as
it does not enable the PLL. The following serial interfaces can be used:
UART0
SSI0
I2C0
USB
The data format and communication protocol are identical for the UART0, SSI0, and I2C0 interfaces.
Note: The Flash-memory-resident version of the boot loader also supports CAN.
See the TivaWare Boot Loader for C Series User's Guide (literature number SPMU301) for
information on the boot loader software. The USB boot loader uses the standard Device Firmware
Upgrade USB device class.
Host or On-The-Go (OTG) applications on Tiva C Series microcontroller-based boards (for more
information, see the TivaWare USB Library for C Series User's Guide (literature number
SPMU297)).
Flash Memory Protection Program Enable (FMPPEn): If a bit is set, the corresponding block
may be programmed (written) or erased. If a bit is cleared, the corresponding block may not be
changed.
Flash Memory Protection Read Enable (FMPREn): If a bit is set, the corresponding block may
be executed or read by software or debuggers. If a bit is cleared, the corresponding block may
only be executed, and contents of the memory block are prohibited from being read as data.
A Flash memory access that attempts to read a read-protected block (FMPREn bit is set) is prohibited
and generates a bus fault. A Flash memory access that attempts to program or erase a
program-protected block (FMPPEn bit is set) is prohibited and can optionally generate an interrupt
(by setting the AMASK bit in the Flash Controller Interrupt Mask (FCIM) register) to alert software
developers of poorly behaving software during the development and debug phases.
The factory settings for the FMPREn and FMPPEn registers are a value of 1 for all implemented
banks. These settings create a policy of open access and programmability. The register bits may
be changed by clearing the specific register bit. The changes are effective immediately, but are not
permanent until the register is committed (saved), at which point the bit change is permanent. If a
bit is changed from a 1 to a 0 and not committed, it may be restored by executing a power-on reset
sequence. The changes are committed using the Flash Memory Control (FMC) register. Details
on programming these bits are discussed in Non-Volatile Register Programming on page 532.
1. Use a compiler that allows literal data to be collected into a separate section that is put into one
or more read-enabled flash blocks. Note that the LDR instruction may use a PC-relative
address-in which case the literal pool cannot be located outside the span of the offset-or the
software may reserve a register to point to the base address of the literal pool and the LDR
offset is relative to the beginning of the pool.
2. Use a compiler that generates literal data from arithmetic instruction immediate data and
subsequent computation.
3. Use method 1 or 2, but in assembly language, if the compiler does not support either method.
8.2.3.6 Interrupts
The Flash memory controller can generate interrupts when the following conditions are observed:
Access Interrupt - signals when a program or erase action has been attempted on a 2-kB block
of memory that is protected by its corresponding FMPPEn bit.
The interrupt events that can trigger a controller-level interrupt are defined in the Flash Controller
Masked Interrupt Status (FCMIS) register (see page 549) by setting the corresponding MASK bits.
If interrupts are not used, the raw interrupt status is always visible via the Flash Controller Raw
Interrupt Status (FCRIS) register (see page 546).
Interrupts are always cleared (for both the FCMIS and FCRIS registers) by writing a 1 to the
corresponding bit in the Flash Controller Masked Interrupt Status and Clear (FCMISC) register
(see page 551).
A write can only change bits from 1 to 0. If the write attempts to change a 0 to a 1, the
write fails and no bits are changed.
A flash operation can be started before entering the Sleep or Deep-Sleep mode (using
the wait for interrupt instruction, WFI). It can also be completed while in Sleep or
Deep-Sleep. If the Flash program/erase event comes in succession to EEPROM access,
the Flash event gets completed after waking from Sleep/Deep-Sleep and is started after
the wake-up.
3. Write the Flash memory write key and the WRITE bit to the FMC register. Depending on the
value of the KEY bit in the BOOTCFG register, the value 0xA442 or 0x71D5 must be written
into the WRKEY field for a Flash memory write to occur.
2. Write the Flash memory write key and the ERASE bit to the FMC register. Depending on the
value of the KEY bit in the BOOTCFG register, the value 0xA442 or 0x71D5 must be written
into the WRKEY field for a Flash memory write to occur.
3. Poll the FMC register until the ERASE bit is cleared or, alternatively, enable the programming
interrupt using the PMASK bit in the FCIM register.
1. Write the Flash memory write key and the MERASE bit to the FMC register. Depending on the
value of the KEY bit in the BOOTCFG register, the value 0xA442 or 0x71D5 must be written
into the WRKEY field for a Flash memory write to occur.
2. Poll the FMC register until the MERASE bit is cleared or, alternatively, enable the programming
interrupt using the PMASK bit in the FCIM register.
2. Write the target address to the FMA register. This must be a 32-word aligned address (that is,
bits [6:0] in FMA must be 0s).
3. Write the Flash memory write key and the WRBUF bit to the FMC2 register. Depending on the
value of the KEY bit in the BOOTCFG register, the value 0xA442 or 0x71D5 must be written
into the WRKEY field for a Flash memory write to occur.
4. Poll the FMC2 register until the WRBUF bit is cleared or wait for the PMIS interrupt to be signaled.
For all registers except the BOOTCFG register, write the data to the register address provided
in the register description. For the BOOTCFG register, write the data to the FMD register.
The registers can be read to verify their contents. To verify what is to be stored in the BOOTCFG
register, read the FMD register. Reading the BOOTCFG register returns the previously committed
value or the default value if the register has never been committed.
The new values are effectively immediately for all registers except BOOTCFG, as the new value
for the register is not stored in the register until it has been committed.
Prior to committing the register value, a power-on reset restores the last committed value or the
default value if the register has never been committed.
Write to the FMA register the value shown in Table 8-2 on page 533.
Write the Flash memory write key and set the COMT bit in the FMC register. These values must
be written to the FMC register at the same time.
Committing a non-volatile register has the same timing as a write to regular Flash memory,
defined by TPROG64, as shown in Table 24-27 on page 1384. Software can poll the COMT bit in the
FMC register to determine when the operation is complete, or an interrupt can be enabled by
setting the PMASK bit in the FCIM register.
When committing the BOOTCFG register, the INVDRIS bit in the FCRIS register is set if a bit
that has already been committed as a 0 is attempted to be committed as a 1.
Once the value has been committed, a power-on reset has no effect on the register contents.
Changes to the BOOTCFG register are effective after the next power-on reset.
Once the NW bit has been changed to 0 and committed, further changes to the BOOTCFG register
are not allowed.
Important: After being committed, these registers can only be restored to their factory default values
by performing the sequence described in Recovering a "Locked"
Microcontroller on page 205. The mass erase of the main Flash memory array caused
by the sequence is performed prior to restoring these registers.
8.2.4 EEPROM
The TM4C123GH6PM microcontroller includes an EEPROM with the following features:
Lock protection option for the whole peripheral as well as per block using 32-bit to 96-bit unlock
codes (application selectable)
Endurance of 500K writes (when writing at fixed offset in every alternate page in circular fashion)
to 15M operations (when cycling through two pages ) per each 2-page block.
Important: The configuration of the system clock must not be changed while an EEPROM operation
is in process. Software must wait until the WORKING bit in the EEPROM Done Status
(EEDONE) register is clear before making any changes to the system clock.
Blocks
There are 32 blocks of 16 words each in the EEPROM. Bytes and half-words can be read, and
these accesses do not have to occur on a word boundary. The entire word is read and any unneeded
data is simply ignored. They are writable only on a word basis. To write a byte, it is necessary to
read the word value, modify the appropriate byte, and write the word back.
Each block is addressable as an offset within the EEPROM, using a block select register. Each
word is offset addressable within the selected block.
The current block is selected by the EEPROM Current Block (EEBLOCK) register. The current
offset is selected and checked for validity by the EEPROM Current Offset (EEOFFSET) register.
The application may write the EEOFFSET register any time, and it is also automatically incremented
when the EEPROM Read-Write with Increment (EERDWRINC) register is accessed. However,
the EERDWRINC register does not increment the block number, but instead wraps within the block.
Blocks are individually protectable. Attempts to read from a block for which the application does not
have permission return 0xFFFF.FFFF. Attempts to write into a block for which the application does
not have permission results in an error in the EEDONE register.
Timing Considerations
After enabling or resetting the EEPROM module, software must wait until the WORKING bit in the
EEDONE register is clear before accessing any EEPROM registers.
In the event that there are Flash memory writes or erases and EEPROM writes active, it is possible
for the EEPROM process to be interrupted by the Flash memory write/erase and then continue after
the Flash memory write is completed. This action may change the amount of time that the EEPROM
operation takes.
EEPROM operations must be completed before entering Sleep or Deep-Sleep mode. Ensure the
EEPROM operations have completed by checking the EEPROM Done Status (EEDONE) register
before issuing a WFI instruction to enter Sleep or Deep-Sleep.
Reads of words within a block are at direct speed, which means that wait states are automatically
generated if the system clock is faster than the speed of the EEPROM. The read access time is
specified in Table 24-28 on page 1384.
Writing the EEOFFSET register also does not incur any penalties.
Writing the EEBLOCK register is not delayed, but any attempt to access data within that block is
delayed by 4 clocks after writing EEBLOCK. This time is used to load block specific information.
Writes to words within a block are delayed by a variable amount of time. The application may use
an interrupt to be notified when the write is done, or alternatively poll for the done status in the
EEDONE register. The variability ranges from the write timing of the EEPROM to the erase timing
of EEPROM, where the erase timing is less than the write timing of most external EEPROMs.
Without password: Readable and writable at any time. This mode is the default when there is
no password.
With password: Readable, but only writable when unlocked by the password. This mode is the
default when there is a password.
Additionally, access protection may be applied based on the processor mode. This configuration
allows for supervisor-only access or supervisor and user access, which is the default. Supervisor-only
access mode also prevents access by the DMA and Debugger.
Additionally, the master block may be used to control access protection for the protection mechanism
itself. If access control for block 0 is for supervisor only, then the whole module may only be accessed
in supervisor mode. In addition, the protection level for block 0 sets the minimum protection level
for the entire EEPROM. For example, if the PROT field in the EEPROT register is configured to 0x1
for block 0, then block 1 could be configured with the PROT field to be 0x1, 0x2, or 0x3, but not 0x0.
Note that for blocks 1 to 31, they are inaccessible for read or write if block 0 has a password and it
is not unlocked. If block 0 has a master password, then the strictest protection defined for block 0
or an individual block is implemented on the remaining blocks.
Hidden Blocks
Hiding provides a temporary form of protection. Every block except block 0 can be hidden, which
prevents all accesses until the next reset.
This mechanism can allow a boot or initialization routine to access some data which is then made
inaccessible to all further accesses. Because boot and initialization routines control the capabilities
of the application, hidden blocks provide a powerful isolation of the data when debug is disabled.
A typical use model would be to have the initialization code store passwords, keys, and/or hashes
to use for verification of the rest of the application. Once performed, the block is then hidden and
made inaccessible until the next reset which then re-enters the initialization code.
Interrupt Control
The EEPROM module allows for an interrupt when a write completes to eliminate the need for
polling. The interrupt can be used to drive an application ISR which can then write more words or
verify completion. The interrupt mechanism is used any time the EEDONE register goes from working
to done, whether because of an error or the successful completion of a program or erase operation.
This interrupt mechanism works for data writes, writes to password and protection registers, forced
erase by the EEPROM Support Control and Status (EESUPP) register, and mass erase using
the EEPROM Debug Mass Erase (EEDGBME) register. The EEPROM interrupt is signaled to the
core using the Flash memory interrupt vector. Software can determine that the source of the interrupt
was the EEPROM by examining bit 2 of the Flash Controller Masked Interrupt Status and Clear
(FCMISC) register.
Theory of Operation
The EEPROM operates using a traditional Flash bank model which implements EEPROM-type
cells, but uses sector erase. Additionally, words are replicated in the pages to allow 500K+ erase
cycles when needed, which means that each word has a latest version. As a result, a write creates
a new version of the word in a new location, making the previous value obsolete.
Each sector contains two blocks. Each block contains locations for the active copy plus six redundant
copies. Passwords, protection bits, and control data are all stored in the pages.
When a page runs out of room to store the latest version of a word, a copy buffer is used. The copy
buffer copies the latest words of each block. The original page is then erased. Finally, the copy
buffer contents are copied back to the page. This mechanism ensures that data cannot be lost due
to power down, even during an operation. The EEPROM mechanism properly tracks all state
information to provide complete safety and protection. Although it should not normally be possible,
errors during programming can occur in certain circumstances, for example, the voltage rail dropping
during programming. In these cases, the EESUPP register can be used to finish an operation as
described in the section called Error During Programming on page 537.
If a normal write fails such that the control word is written but the data fails to write, the safe
course of action is to retry the operation once the system is otherwise stable, for example, when
the voltage is stabilized. After the retry, the control word and write data are advanced to the next
location.
If a password or protection write fails, the safe course of action is to retry the operation once the
system is otherwise stable. In the event that multi-word passwords may be written outside of a
manufacturing or bring-up mode, care must be taken to ensure all words are written in immediate
succession. If not, then partial password unlock would need to be supported to recover.
If the word write requires the block to be written to the copy buffer, then it is possible to fail or
lose power during the subsequent operations. A control word mechanism is used to track what
step the EEPROM was in if a failure occurs. If not completed, the EESUPP register indicates
the partial completion, and the EESUPP START bit can be written to allow it to continue to
completion.
If a copy buffer erase fails or power is lost while erasing, the EESUPP register indicates it is not
complete and allows it to be restarted
After a reset and prior to writing any data to the EEPROM, software must read the EESUPP register
and check for the presence of any error condition which may indicate that a write or erase was in
progress when the system was reset due to a voltage drop. If either the PRETRY or ERETRY bits are
set, the peripheral should be reset by setting and then clearing the R0 bit in the EEPROM Software
Reset (SREEPROM) register and waiting for the WORKING bit in the EEDONE register to clear
before again checking the EESUPP register for error indicators. This procedure should allow the
EEPROM to recover from the write or erase error. In very isolated cases, the EESUPP register may
continue to register an error after this operation, in which case the reset should be repeated. After
recovery, the application should rewrite the data which was being programmed when the initial
failure occurred.
Watchdog reset
The WORKING bit of the EEDONE register can be checked before the reset is asserted to see if an
EEPROM program or erase operation is occurring. Soft resets may occur when using a debugger
and should be avoided during an EEPROM operation. A reset such as the Watchdog reset can be
mapped to an external reset using a GPIO, or Hibernate can be entered, if time is not a concern.
Endurance
Endurance is per meta-block which is 2 blocks. Endurance is measured in two ways:
2. To the microcontroller, it is the number of erases that can be performed on the meta-block.
Because of the second measure, the number of writes depends on how the writes are performed.
For example:
One word can be written more than 500K times, but, these writes impact the meta-block that the
word is within. As a result, writing one word 500K times, then trying to write a nearby word 500K
times is not assured to work. To ensure success, the words should be written more in parallel.
All words can be written in a sweep with a total of more than 500K sweeps which updates all
words more than 500K times.
Different words can be written such that any or all words can be written more than 500K times
when write counts per word stay about the same. For example, offset 0 could be written 3 times,
then offset 1 could be written 2 times, then offset 2 is written 4 times, then offset 1 is written
twice, then offset 0 is written again. As a result, all 3 offsets would have 4 writes at the end of
the sequence. This kind of balancing within 7 writes maximizes the endurance of different words
within the same meta-block.
2. Poll the WORKING bit in the EEPROM Done Status (EEDONE) register until it is clear, indicating
that the EEPROM has completed its power-on initialization. When WORKING=0, continue.
3. Read the PRETRY and ERETRY bits in the EEPROM Support Control and Status (EESUPP)
register. If either of the bits are set, return an error, else continue.
4. Reset the EEPROM module using the EEPROM Software Reset (SREEPROM) register at
offset 0x558 in the System Control register space.
6. Poll the WORKING bit in the EEPROM Done Status (EEDONE) register to determine when it is
clear. When WORKING=0, continue.
7. Read the PRETRY and ERETRY bits in the EESUPP register. If either of the bits are set, return
an error, else the EEPROM initialization is complete and software may use the peripheral as
normal.
Important: Failure to perform these initialization steps after a reset may lead to incorrect operation
or permanent data loss if the EEPROM is later written.
If the PRETRY or ERETRY bits are set in the EESUPP register, the EEPROM was unable
to recover its state. If power is stable when this occurs, this indicates a fatal error and
is likely an indication that the EEPROM memory has exceeded its specified lifetime
write/erase specification. If the supply voltage is unstable when this return code is
observed, retrying the operation once the voltage is stabilized may clear the error.
The EEPROM initialization function code is named EEPROMinit( ) in TivaWare, which can be
downloaded from http://www.ti.com/tivaware.
0x014 FCMISC RW1C 0x0000.0000 Flash Controller Masked Interrupt Status and Clear 551
0x100 -
FWBn RW 0x0000.0000 Flash Write Buffer n 556
0x17C
reserved OFFSET
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
OFFSET
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:18 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
WRKEY
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:4 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A write of 0 has no effect on the state of this bit.
When read, a 0 indicates that the previous commit access is
complete.
1 Set this bit to commit (write) the register value to a
Flash-memory-resident register.
When read, a 1 indicates that the previous commit access is
not complete.
Value Description
0 A write of 0 has no effect on the state of this bit.
When read, a 0 indicates that the previous mass erase operation
is complete.
1 Set this bit to erase the Flash main memory.
When read, a 1 indicates that the previous mass erase operation
is not complete.
Value Description
0 A write of 0 has no effect on the state of this bit.
When read, a 0 indicates that the previous page erase operation
is complete.
1 Set this bit to erase the Flash memory page specified by the
contents of the FMA register.
When read, a 1 indicates that the previous page erase operation
is not complete.
Value Description
0 A write of 0 has no effect on the state of this bit.
When read, a 0 indicates that the previous write update
operation is complete.
1 Set this bit to write the data stored in the FMD register into the
Flash memory location specified by the contents of the FMA
register.
When read, a 1 indicates that the write update operation is not
complete.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PROGRIS reserved ERRIS INVDRIS VOLTRIS reserved ERIS PRIS ARIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 An interrupt is pending because the verify of a PROGRAM
operation failed. If this error occurs when using the Flash write
buffer, software must inspect the affected words to determine
where the error occurred.
12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 An interrupt is pending because the verify of an ERASE
operation failed. If this error occurs when using the Flash write
buffer, software must inspect the affected words to determine
where the error occurred.
Value Description
0 An interrupt has not occurred.
1 An interrupt is pending because a bit that was previously
programmed as a 0 is now being requested to be programmed
as a 1.
Value Description
0 An interrupt has not occurred.
1 An interrupt is pending because the regulated voltage of the
pump went out of spec during the Flash operation and the
operation was terminated.
8:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An EEPROM interrupt has not occurred.
1 An EEPROM interrupt has occurred.
This bit is cleared by writing a 1 to the EMISC bit in the FCMISC register.
Value Description
0 The programming or erase cycle has not completed.
1 The programming or erase cycle has completed.
This status is sent to the interrupt controller when the PMASK bit in the
FCIM register is set.
This bit is cleared by writing a 1 to the PMISC bit in the FCMISC register.
Value Description
0 No access has tried to improperly program or erase the Flash
memory.
1 A program or erase action was attempted on a block of Flash
memory that contradicts the protection policy for that block as
set in the FMPPEn registers.
This status is sent to the interrupt controller when the AMASK bit in the
FCIM register is set.
This bit is cleared by writing a 1 to the AMISC bit in the FCMISC register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PROGMASK reserved ERMASK INVDMASK VOLTMASK reserved EMASK PMASK AMASK
Type RO RO RW RO RW RW RW RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PROGRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the PROGRIS
bit is set.
12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The ERRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the ERRIS
bit is set.
Value Description
0 The INVDRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the INVDRIS
bit is set.
Value Description
0 The VOLTRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the VOLTRIS
bit is set.
8:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The ERIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the ERIS bit
is set.
Value Description
0 The PRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the PRIS bit
is set.
Value Description
0 The ARIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the ARIS bit
is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PROGMISC reserved ERMISC INVDMISC VOLTMISC reserved EMISC PMISC AMISC
31:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that an interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled.
Writing a 1 to this bit clears PROGMISC and also the PROGRIS
bit in the FCRIS register (see page 546).
12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that an interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled.
Writing a 1 to this bit clears ERMISC and also the ERRIS bit in
the FCRIS register (see page 546).
Value Description
0 When read, a 0 indicates that an interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled.
Writing a 1 to this bit clears INVDMISC and also the INVDRIS
bit in the FCRIS register (see page 546).
Value Description
0 When read, a 0 indicates that an interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled.
Writing a 1 to this bit clears VOLTMISC and also the VOLTRIS
bit in the FCRIS register (see page 546).
8:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 When read, a 0 indicates that an interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled.
Writing a 1 to this bit clears EMISC and also the ERIS bit in the
FCRIS register (see page 546).
Value Description
0 When read, a 0 indicates that a programming cycle complete
interrupt has not occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because a programming cycle completed.
Writing a 1 to this bit clears PMISC and also the PRIS bit in the
FCRIS register (see page 546).
Value Description
0 When read, a 0 indicates that no improper accesses have
occurred.
A write of 0 has no effect on the state of this bit.
1 When read, a 1 indicates that an unmasked interrupt was
signaled because a program or erase action was attempted on
a block of Flash memory that contradicts the protection policy
for that block as set in the FMPPEn registers.
Writing a 1 to this bit clears AMISC and also the ARIS bit in the
FCRIS register (see page 546).
WRKEY
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved WRBUF
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:1 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A write of 0 has no effect on the state of this bit.
When read, a 0 indicates that the previous buffered Flash
memory write access is complete.
1 Set this bit to write the data stored in the FWBn registers to the
location specified by the contents of the FMA register.
When read, a 1 indicates that the previous buffered Flash
memory write access is not complete.
FWB[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
FWB[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The corresponding FWBn register has no new data to be written.
1 The corresponding FWBn register has been updated since the
last buffer write operation and is ready to be written to Flash
memory.
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Important: This register should be used to determine the size of the Flash memory that is
implemented on this microcontroller. However, to support legacy software, the DC0
register is available. A read of the DC0 register correctly identifies legacy memory sizes.
Software must use the FSIZE register for memory sizes that are not listed in the DC0
register description.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SIZE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1
31:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x007F 256 KB of Flash
Important: This register should be used to determine the size of the SRAM that is implemented
on this microcontroller. However, to support legacy software, the DC0 register is
available. A read of the DC0 register correctly identifies legacy memory sizes. Software
must use the SSIZE register for memory sizes that are not listed in the DC0 register
description.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SIZE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1
31:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x007F 32 KB of SRAM
Important: This register should be used to determine the presence of third-party software in the
on-chip ROM on this microcontroller. However, to support legacy software, the
NVMSTAT register is available. A read of the TPSW bit in the NVMSTAT register correctly
identifies the presence of legacy third-party software. Software should use the
ROMSWMAP register for software that is not on legacy devices.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SAFERTOS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 SafeRTOS is not in the on-chip ROM.
1 SafeRTOS is in the on-chip ROM.
reserved BLKCNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WORDCNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
31:27 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
BLOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x00000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved OFFSET
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
VALUE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
VALUE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
VALUE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
VALUE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No error
1 An attempt to access the EEPROM was made while a write was
in progress.
Value Description
0 No error
1 An attempt was made to write without permission. This error
can result because the block is locked, the write violates the
programmed access protection, or when an attempt is made to
write a password when the password has already been written.
Value Description
0 The EEPROM is not copying.
1 A write is in progress and is waiting for the EEPROM to copy
to or from the copy buffer.
Value Description
0 The EEPROM is not erasing.
1 A write is in progress and the original block is being erased after
being copied.
1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The EEPROM is not working.
1 The EEPROM is performing the requested operation.
Register 19: EEPROM Support Control and Status (EESUPP), offset 0x01C
The EESUPP register indicates if internal operations are required because an internal copy buffer
must be erased or a programming failure has occurred and the operation must be completed. These
conditions are explained below as well as in more detail in the section called Manual Copy Buffer
Erase on page 537 and the section called Error During Programming on page 537.
The EREQ bit is set if the internal copy buffer must be erased the next time it is used because it
is full. To avoid the delay of waiting for the copy buffer to be erased on the next write, it can be
erased manually using this register by setting the START bit.
If either PRETRY or ERETRY is set indicating that an operation must be completed, setting the
START bit causes the operation to be performed again.
The PRETRY and ERETRY bits are cleared automatically after the failed operation has been
successfully completed.
These bits are not changed by reset, so any condition that occurred before a reset is still indicated
after a reset.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 - - - 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Programming has not failed.
1 Programming from a copy in either direction failed to complete
and must be restarted by setting the START bit.
Value Description
0 Erasing has not failed.
1 Erasing failed to complete and must be restarted by setting the
START bit. If the failed erase is due to the erase of a main buffer,
the copy will be performed after the erase completes
successfully.
Value Description
0 The copy buffer has available space.
1 An erase of the copy buffer is required.
UNLOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
UNLOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
Value Description
0 The EEPROM is locked.
1 The EEPROM is unlocked.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Both user and supervisor code may access this block of the
EEPROM.
1 Only supervisor code may access this block of the EEPROM.
DMA and Debug are also prevented from accessing the
EEPROM.
If this bit is set for block 0, then the whole EEPROM may only be
accessed by supervisor code.
Value Description
0x0 This setting is the default. If there is no password, the block is
not protected and is readable and writable.
If there is a password, the block is readable, but only writable
when unlocked.
0x1 If there is a password, the block is readable or writable only
when unlocked.
This value has no meaning when there is no password.
0x2 If there is no password, the block is readable, not writable.
If there is a password, the block is readable only when unlocked,
but is not writable under any conditions.
0x3 Reserved
PASS
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PASS
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved INT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt is generated.
1 An interrupt is generated when the EEDONE register transitions
from 1 to 0 or an error occurs. The EEDONE register provides
status after a write to an offset location as well as a write to the
password and protection bits.
Hn
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Hn reserved
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The corresponding block is not hidden.
1 The block number that corresponds to the bit number is hidden.
A hidden block cannot be accessed, and the OFFSET value in
the EEBLOCK register cannot be set to that block number. If
an attempt is made to configure the OFFSET field to a hidden
block, the EEBLOCK register is cleared.
Any attempt to clear a bit in this register that is set is ignored.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
KEY
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:1 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
0 ME RW 0 Mass Erase
Value Description
0 No action.
1 When written as a 1, the EEPROM is mass erased. This bit
continues to read as 1 until the EEPROM is fully erased.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SIZE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1
31:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
1. The BOOTCFG register is read. If the EN bit is clear, the ROM Boot Loader is executed.
2. In the ROM Boot Loader, the status of the specified GPIO pin is compared with the specified
polarity. If the status matches the specified polarity, the ROM is mapped to address 0x0000.0000
and execution continues out of the ROM Boot Loader.
3. If the EN bit is set or the status doesn't match the specified polarity, the data at address
0x0000.0004 is read, and if the data at this address is 0xFFFF.FFFF, the ROM is mapped to
address 0x0000.0000 and execution continues out of the ROM Boot Loader.
4. If there is data at address 0x0000.0004 that is not 0xFFFF.FFFF, the stack pointer (SP) is loaded
from Flash memory at address 0x0000.0000 and the program counter (PC) is loaded from
address 0x0000.0004. The user application begins executing.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved BA
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Flash memory is at address 0x0.
1 The microcontroller's ROM appears at address 0x0.
Register 30: Flash Memory Protection Read Enable 0 (FMPRE0), offset 0x130
and 0x200
Register 31: Flash Memory Protection Read Enable 1 (FMPRE1), offset 0x204
Register 32: Flash Memory Protection Read Enable 2 (FMPRE2), offset 0x208
Register 33: Flash Memory Protection Read Enable 3 (FMPRE3), offset 0x20C
Note: The FMPRE0 register is aliased for backwards compatibility.
Note: Offset is relative to System Control base address of 0x400F.E000.
This register stores the read-only protection bits for each 2-KB flash block (FMPPEn stores the
execute-only bits).
This register is loaded during the power-on reset sequence. The factory settings for the FMPREn
and FMPPEn registers are a value of 1 for all implemented 2-KB blocks. This achieves a policy of
open access and programmability. The register bits may be changed by writing the specific register
bit. However, this register is RW0; the user can only change the protection bit from a 1 to a 0 (and
may NOT change a 0 to a 1). The changes are not permanent until the register is committed (saved),
at which point the bit change is permanent. If a bit is changed from a 1 to a 0 and not committed, it
may be restored by executing a power-on reset sequence. The reset value shown only applies to
power-on reset; any other type of reset does not affect this register. Once committed, the only way
to restore the factory default value of this register is to perform the sequence detailed in Recovering
a "Locked" Microcontroller on page 205.
Each FMPREn register controls a 64-k block of Flash. For additional information, see Flash Memory
Protection on page 528.
FMPRE0: 0 to 64 KB
FMPRE1: 65 to 128 KB
FMPRE2: 129 to 192 KB
FMPRE3: 193 to 256 KB
READ_ENABLE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
READ_ENABLE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
FMPPE0: 0 to 64 KB
FMPPE1: 65 to 128 KB
FMPPE2: 129 to 192 KB
FMPPE3: 193 to 256 KB
PROG_ENABLE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PROG_ENABLE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1. The BOOTCFG register is read. If the EN bit is clear, the ROM Boot Loader is executed.
2. In the ROM Boot Loader, the status of the specified GPIO pin is compared with the specified
polarity. If the status matches the specified polarity, the ROM is mapped to address 0x0000.0000
and execution continues out of the ROM Boot Loader.
3. If the EN bit is set or the status doesn't match the specified polarity, the data at address
0x0000.0004 is read, and if the data at this address is 0xFFFF.FFFF, the ROM is mapped to
address 0x0000.0000 and execution continues out of the ROM Boot Loader.
4. If there is data at address 0x0000.0004 that is not 0xFFFF.FFFF, the stack pointer (SP) is loaded
from Flash memory at address 0x0000.0000 and the program counter (PC) is loaded from
address 0x0000.0004. The user application begins executing.
The DBG0 bit is cleared by the factory and the DBG1 bit is set, which enables external debuggers.
Clearing the DBG1 bit disables any external debugger access to the device, starting with the next
power-up cycle of the device. The NW bit indicates that bits in the register can be changed from 1
to 0.
By committing the register values using the COMT bit in the FMC register, the register contents
become non-volatile and are therefore retained following power cycling. Prior to being committed,
bits can only be changed from 1 to 0. The reset value shown only applies to power-on reset when
the register is not yet committed; any other type of reset does not affect this register. Once committed,
the register retains its value through power-on reset. Once committed, the only way to restore the
factory default value of this register is to perform the sequence detailed in Recovering a "Locked"
Microcontroller on page 205.
NW reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
31 NW RO 1 Not Written
When set, this bit indicates that the values in this register can be changed
from 1 to 0. When clear, this bit specifies that the contents of this register
cannot be changed.
30:16 reserved RO 0xFFFF Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Port A
0x1 Port B
0x2 Port C
0x3 Port D
0x4 Port E
0x5 Port F
0x6 Port G
0x7 Port H
Value Description
0x0 Pin 0
0x1 Pin 1
0x2 Pin 2
0x3 Pin 3
0x4 Pin 4
0x5 Pin 5
0x6 Pin 6
0x7 Pin 7
7:5 reserved RO 0x7 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The value 0x71D5 is used as the WRKEY in the FMC/FMC2
register. Writes to the FMC/FMC2 register with a 0xA442 key
are ignored.
1 0xA442 is used as the WRKEY in the FMC/FMC2 register. Writes
to theFMC/FMC2 register with a 0x71D5 key are ignored.
3:2 reserved RO 0x3 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Scatter-gather for a programmable list of up to 256 arbitrary transfers initiated from a single
request
One channel each for receive and transmit path for bidirectional modules
Design optimizations for improved bus access performance between DMA controller and the
processor core
RAM striping
Source and destination address increment size of byte, half-word, word, or no increment
request
DMASTAT
Peripheral DMASRCENDP
DMACFG
done DMADSTENDP
DMA Channel 0 DMACTLBASE
DMACHCTL
DMAALTBASE
DMAWAITSTAT
request DMASWREQ
Peripheral DMAUSEBURSTSET
DMA Channel N-1 done DMAUSEBURSTCLR DMASRCENDP
DMAREQMASKSET DMADSTENDP
DMAREQMASKCLR DMACHCTRL
DMAENASET
Nested DMAENACLR
Vectored General request DMAALTSET
IRQ
Interrupt Peripheral N DMAALTCLR Transfer Buffers
done
Controller Registers DMAPRIOSET Used by DMA
(NVIC) DMAPRIOCLR
DMAERRCLR
DMACHASGN
DMACHIS
ARM DMACHMAPn
Cortex-M4F
Each channel also has a configurable arbitration size. The arbitration size is the number of items
that are transferred in a burst before the DMA controller re-arbitrates for channel priority. Using
the arbitration size, it is possible to control exactly how many items are transferred to or from a
peripheral each time it makes a DMA service request.
9.2.2 Priority
The DMA controller assigns priority to each channel based on the channel number and the priority
level bit for the channel. Channel number 0 has the highest priority and as the channel number
increases, the priority of a channel decreases. Each channel has a priority level bit to provide two
levels of priority: default priority and high priority. If the priority level bit is set, then that channel has
higher priority than all other channels at default priority. If multiple channels are set for high priority,
then the channel number is used to determine relative priority among all the high priority channels.
The priority bit for a channel can be set using the DMA Channel Priority Set (DMAPRIOSET)
register and cleared with the DMA Channel Priority Clear (DMAPRIOCLR) register.
is ready to transfer one item, while a burst request means that the peripheral is ready to transfer
multiple items.
The DMA controller responds differently depending on whether the peripheral is making a single
request or a burst request. If both are asserted, and the DMA channel has been set up for a burst
transfer, then the burst request takes precedence. See Table 9-2 on page 589, which shows how
each peripheral supports the two request types.
half of the table, and all the alternate structures are in the second half of the table. The primary entry
is used for simple transfer modes where transfers can be reconfigured and restarted after each
transfer is complete. In this case, the alternate control structures are not used and therefore only
the first half of the table must be allocated in memory; the second half of the control table is not
necessary, and that memory can be used for something else. If a more complex transfer mode is
used such as ping-pong or scatter-gather, then the alternate control structure is also used and
memory space should be allocated for the entire table.
Any unused memory in the control table may be used by the application. This includes the control
structures for any channels that are unused by the application as well as the unused control word
for each channel.
Table 9-4 shows an individual control structure entry in the control table. Each entry is aligned on
a 16-byte boundary. The entry contains four long words: the source end pointer, the destination end
pointer, the control word, and an unused entry. The end pointers point to the ending address of the
transfer and are inclusive. If the source or destination is non-incrementing (as for a peripheral
register), then the pointer should point to the transfer address.
Useburst flag
Transfer mode
The control word and each field are described in detail in DMA Channel Control
Structure on page 608. The DMA controller updates the transfer size and transfer mode fields as
the transfer is performed. At the end of a transfer, the transfer size indicates 0, and the transfer
mode indicates "stopped." Because the control word is modified by the DMA controller, it must be
reconfigured before each new transfer. The source and destination end pointers are not modified,
so they can be left unchanged if the source or destination addresses remain the same.
Prior to starting a transfer, a DMA channel must be enabled by setting the appropriate bit in the
DMA Channel Enable Set (DMAENASET) register. A channel can be disabled by setting the
channel bit in the DMA Channel Enable Clear (DMAENACLR) register. At the end of a complete
DMA transfer, the controller automatically disables the channel.
9.2.6.4 Ping-Pong
Ping-Pong mode is used to support a continuous data flow to or from a peripheral. To use Ping-Pong
mode, both the primary and alternate data structures must be implemented. Both structures are set
up by the processor for data transfer between memory and a peripheral. The transfer is started
using the primary control structure. When the transfer using the primary control structure is complete,
the DMA controller reads the alternate control structure for that channel to continue the transfer.
Each time this happens, an interrupt is generated, and the processor can reload the control structure
for the just-completed transfer. Data flow can continue indefinitely this way, using the primary and
alternate control structures to switch back and forth between buffers as the data flows to or from
the peripheral.
Refer to Figure 9-2 on page 592 for an example showing operation in Ping-Pong mode.
Pe
ri ph
era
l /D
M AI
nte
rru
pt
Pe
rip
he
ral
/D
Time
MAI
nte
rru
pt
SOURCE
transfers using BUFFER A
Primary Structure DEST BUFFER A
CONTROL
Process data in BUFFER B
Unused Reload alternate structure
transfer continues using alternate
Pe
rip
h era
l/
DM
AI
nte
rru
pt
a gather DMA operation could be used to selectively read the payload of several stored packets
of a communication protocol and store them together in sequence in a memory buffer.
In Memory Scatter-Gather mode, the primary control structure is used to program the alternate
control structure from a table in memory. The table is set up by the processor software and contains
a list of control structures, each containing the source and destination end pointers, and the control
word for a specific transfer. The mode of each control word must be set to Scatter-Gather mode.
Each entry in the table is copied in turn to the alternate structure where it is then executed. The
DMA controller alternates between using the primary control structure to copy the next transfer
instruction from the list and then executing the new transfer instruction. The end of the list is marked
by programming the control word for the last entry to use Auto transfer mode. Once the last transfer
is performed using Auto mode, the DMA controller stops. A completion interrupt is generated only
after the last transfer. It is possible to loop the list by having the last entry copy the primary control
structure to point back to the beginning of the list (or to a new list). It is also possible to trigger a set
of other channels to perform a transfer, either directly, by programming a write to the software trigger
for another channel, or indirectly, by causing a peripheral action that results in a DMA request.
By programming the DMA controller using this method, a set of up to 256 arbitrary transfers can
be performed based on a single DMA request.
Refer to Figure 9-3 on page 594 and Figure 9-4 on page 595, which show an example of operation
in Memory Scatter-Gather mode. This example shows a gather operation, where data in three
separate buffers in memory is copied together into one buffer. Figure 9-3 on page 594 shows how
the application sets up a DMA task list in memory that is used by the controller to perform three
sets of copy operations from different locations in memory. The primary control structure for the
channel that is used for the operation is configured to copy from the task list to the alternate control
structure.
Figure 9-4 on page 595 shows the sequence as the DMA controller performs the three sets of copy
operations. First, using the primary control structure, the DMA controller loads the alternate control
structure with task A. It then performs the copy operation specified by task A, copying the data from
the source buffer A to the destination buffer. Next, the DMA controller again uses the primary
control structure to load task B into the alternate control structure, and then performs the B operation
with the alternate control structure. The process is repeated for task C.
4 (DEST A)
16 (DEST B)
1 (DEST C)
NOTES:
1. Application has a need to copy data items from three separate locations in memory into one combined buffer.
2. Application sets up DMA task list in memory, which contains the pointers and control configuration for three
DMA copy tasks.
3. Application sets up the channel primary control structure to copy each task configuration, one at a time, to the
alternate control structure, where it is executed by the DMA controller.
4. The SRC and DST pointers in the task list must point to the last location in the corresponding buffer.
SRC A
SRC SRC B
PRI
COPIED
DST
TASK A SRC C
SRC
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task A configuration to the channels DMA controller copies data from the source buffer A to
alternate control structure. the destination buffer.
SRC A
SRC SRC B
PRI
DST
TASK A SRC C
SRC COPIED
TASK B ALT
COPIED DST
TASK C DEST A
DEST B
DEST C
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task B configuration to the channels DMA controller copies data from the source buffer B to
alternate control structure. the destination buffer.
SRC A
SRC SRC B
PRI
DST
TASK A SRC
SRC C
TASK B ALT
DST
TASK C DEST A COPIED
COPIED
DEST B
DEST C
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task C configuration to the channels DMA controller copies data from the source buffer C to
alternate control structure. the destination buffer.
Peripheral Data
Register
DEST
NOTES:
1. Application has a need to copy data items from three separate locations in memory into a peripheral data
register.
2. Application sets up DMA task list in memory, which contains the pointers and control configuration for three
DMA copy tasks.
3. Application sets up the channel primary control structure to copy each task configuration, one at a time, to the
alternate control structure, where it is executed by the DMA controller.
SRC A
SRC SRC B
PRI
COPIED
DST
TASK A SRC C
SRC
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task A configuration to the channels DMA controller copies data from the source buffer A to
alternate control structure. the peripheral data register.
SRC A
SRC SRC B
PRI
DST
TASK A SRC C
SRC COPIED
TASK B ALT
COPIED DST
TASK C Peripheral
Data
Register
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task B configuration to the channels DMA controller copies data from the source buffer B to
alternate control structure. the peripheral data register.
SRC A
SRC SRC B
PRI
DST
TASK A SRC
SRC C
TASK B ALT
DST
TASK C COPIED
COPIED Peripheral
Data
Register
Using the channels primary control structure, the DMA Then, using the channels alternate control structure, the
controller copies task C configuration to the channels DMA controller copies data from the source buffer C to
alternate control structure. the peripheral data register.
1. Enable the DMA clock using the RCGCDMA register (see page 342).
2. Enable the DMA controller by setting the MASTEREN bit of the DMA Configuration (DMACFG)
register.
3. Program the location of the channel control table by writing the base address of the table to the
DMA Channel Control Base Pointer (DMACTLBASE) register. The base address must be
aligned on a 1024-byte boundary.
1. Program bit 30 of the DMA Channel Priority Set (DMAPRIOSET) or DMA Channel Priority
Clear (DMAPRIOCLR) registers to set the channel to High priority or Default priority.
2. Set bit 30 of the DMA Channel Primary Alternate Clear (DMAALTCLR) register to select the
primary channel control structure for this transfer.
3. Set bit 30 of the DMA Channel Useburst Clear (DMAUSEBURSTCLR) register to allow the
DMA controller to respond to single and burst requests.
4. Set bit 30 of the DMA Channel Request Mask Clear (DMAREQMASKCLR) register to allow
the DMA controller to recognize requests for this channel.
1. Program the source end pointer at offset 0x1E0 to the address of the source buffer + 0x3FC.
2. Program the destination end pointer at offset 0x1E4 to the address of the destination buffer +
0x3FC.
The control word at offset 0x1E8 must be programmed according to Table 9-8.
Table 9-8. Channel Control Word Configuration for Memory Transfer Example
Field in DMACHCTL Bits Value Description
DSTINC 31:30 2 32-bit destination address increment
DSTSIZE 29:28 2 32-bit destination data size
SRCINC 27:26 2 32-bit source address increment
SRCSIZE 25:24 2 32-bit source data size
reserved 23:18 0 Reserved
ARBSIZE 17:14 3 Arbitrates after 8 transfers
XFERSIZE 13:4 255 Transfer 256 items
NXTUSEBURST 3 0 N/A for this transfer type
XFERMODE 2:0 2 Use Auto-request transfer mode
1. Enable the channel by setting bit 30 of the DMA Channel Enable Set (DMAENASET) register.
2. Issue a transfer request by setting bit 30 of the DMA Channel Software Request (DMASWREQ)
register.
The DMA transfer begins. If the interrupt is enabled, then the processor is notified by interrupt
when the transfer is complete. If needed, the status can be checked by reading bit 30 of the
DMAENASET register. This bit is automatically cleared when the transfer is complete. The status
can also be checked by reading the XFERMODE field of the channel control word at offset 0x1E8.
This field is automatically cleared at the end of the transfer.
1. Configure bit 7 of the DMA Channel Priority Set (DMAPRIOSET) or DMA Channel Priority
Clear (DMAPRIOCLR) registers to set the channel to High priority or Default priority.
2. Set bit 7 of the DMA Channel Primary Alternate Clear (DMAALTCLR) register to select the
primary channel control structure for this transfer.
3. Set bit 7 of the DMA Channel Useburst Clear (DMAUSEBURSTCLR) register to allow the
DMA controller to respond to single and burst requests.
4. Set bit 7 of the DMA Channel Request Mask Clear (DMAREQMASKCLR) register to allow
the DMA controller to recognize requests for this channel.
1. Program the source end pointer at offset 0x070 to the address of the source buffer + 0x3F.
2. Program the destination end pointer at offset 0x074 to the address of the peripheral's transmit
FIFO register.
The control word at offset 0x078 must be programmed according to Table 9-10.
Table 9-10. Channel Control Word Configuration for Peripheral Transmit Example
Field in DMACHCTL Bits Value Description
DSTINC 31:30 3 Destination address does not increment
DSTSIZE 29:28 0 8-bit destination data size
SRCINC 27:26 0 8-bit source address increment
SRCSIZE 25:24 0 8-bit source data size
reserved 23:18 0 Reserved
ARBSIZE 17:14 2 Arbitrates after 4 transfers
XFERSIZE 13:4 63 Transfer 64 items
NXTUSEBURST 3 0 N/A for this transfer type
XFERMODE 2:0 1 Use Basic transfer mode
Note: In this example, it is not important if the peripheral makes a single request or a burst request.
Because the peripheral has a FIFO that triggers at a level of 4, the arbitration size is set to
4. If the peripheral does make a burst request, then 4 bytes are transferred, which is what
the FIFO can accommodate. If the peripheral makes a single request (if there is any space
in the FIFO), then one byte is transferred at a time. If it is important to the application that
transfers only be made in bursts, then the Channel Useburst SET[7] bit should be set in
the DMA Channel Useburst Set (DMAUSEBURSTSET) register.
1. Enable the channel by setting bit 7 of the DMA Channel Enable Set (DMAENASET) register.
The DMA controller is now configured for transfer on channel 7. The controller makes transfers to
the peripheral whenever the peripheral asserts a DMA request. The transfers continue until the
entire buffer of 64 bytes has been transferred. When that happens, the DMA controller disables
the channel and sets the XFERMODE field of the channel control word to 0 (Stopped). The status of
the transfer can be checked by reading bit 7 of the DMA Channel Enable Set (DMAENASET)
register. This bit is automatically cleared when the transfer is complete. The status can also be
checked by reading the XFERMODE field of the channel control word at offset 0x078. This field is
automatically cleared at the end of the transfer.
If peripheral interrupts are enabled, then the peripheral interrupt handler receives an interrupt when
the entire transfer is complete.
1. Configure bit 8 of the DMA Channel Priority Set (DMAPRIOSET) or DMA Channel Priority
Clear (DMAPRIOCLR) registers to set the channel to High priority or Default priority.
2. Set bit 8 of the DMA Channel Primary Alternate Clear (DMAALTCLR) register to select the
primary channel control structure for this transfer.
3. Set bit 8 of the DMA Channel Useburst Clear (DMAUSEBURSTCLR) register to allow the
DMA controller to respond to single and burst requests.
4. Set bit 8 of the DMA Channel Request Mask Clear (DMAREQMASKCLR) register to allow
the DMA controller to recognize requests for this channel.
Table 9-11. Primary and Alternate Channel Control Structure Offsets for Channel 8
Offset Description
Control Table Base + 0x080 Channel 8 Primary Source End Pointer
Control Table Base + 0x084 Channel 8 Primary Destination End Pointer
Control Table Base + 0x088 Channel 8 Primary Control Word
Control Table Base + 0x280 Channel 8 Alternate Source End Pointer
Control Table Base + 0x284 Channel 8 Alternate Destination End Pointer
Control Table Base + 0x288 Channel 8 Alternate Control Word
1. Program the primary source end pointer at offset 0x080 to the address of the peripheral's receive
buffer.
2. Program the primary destination end pointer at offset 0x084 to the address of ping-pong buffer
A + 0x3F.
3. Program the alternate source end pointer at offset 0x280 to the address of the peripheral's
receive buffer.
4. Program the alternate destination end pointer at offset 0x284 to the address of ping-pong buffer
B + 0x3F.
The primary control word at offset 0x088 and the alternate control word at offset 0x288 are initially
programmed the same way.
1. Program the primary channel control word at offset 0x088 according to Table 9-12.
2. Program the alternate channel control word at offset 0x288 according to Table 9-12.
Table 9-12. Channel Control Word Configuration for Peripheral Ping-Pong Receive Example
Field in DMACHCTL Bits Value Description
DSTINC 31:30 0 8-bit destination address increment
DSTSIZE 29:28 0 8-bit destination data size
SRCINC 27:26 3 Source address does not increment
SRCSIZE 25:24 0 8-bit source data size
reserved 23:18 0 Reserved
ARBSIZE 17:14 3 Arbitrates after 8 transfers
XFERSIZE 13:4 63 Transfer 64 items
NXTUSEBURST 3 0 N/A for this transfer type
XFERMODE 2:0 3 Use Ping-Pong transfer mode
Note: In this example, it is not important if the peripheral makes a single request or a burst request.
Because the peripheral has a FIFO that triggers at a level of 8, the arbitration size is set to
8. If the peripheral does make a burst request, then 8 bytes are transferred, which is what
the FIFO can accommodate. If the peripheral makes a single request (if there is any data
in the FIFO), then one byte is transferred at a time. If it is important to the application that
transfers only be made in bursts, then the Channel Useburst SET[8] bit should be set in
the DMA Channel Useburst Set (DMAUSEBURSTSET) register.
1. Enable the channel by setting bit 8 of the DMA Channel Enable Set (DMAENASET) register.
1. Read the primary channel control word at offset 0x088 and check the XFERMODE field. If the
field is 0, this means buffer A is complete. If buffer A is complete, then:
a. Process the newly received data in buffer A or signal the buffer processing code that buffer
A has data available.
b. Reprogram the primary channel control word at offset 0x88 according to Table
9-12 on page 605.
2. Read the alternate channel control word at offset 0x288 and check the XFERMODE field. If the
field is 0, this means buffer B is complete. If buffer B is complete, then:
a. Process the newly received data in buffer B or signal the buffer processing code that buffer
B has data available.
b. Reprogram the alternate channel control word at offset 0x288 according to Table
9-12 on page 605.
be a delay of 3 system clocks after the DMA module clock is enabled before any DMA module
registers are accessed.
DMA Channel Control Structure (Offset from Channel Control Table Base)
0x00C DMAALTBASE RO 0x0000.0200 DMA Alternate Channel Control Base Pointer 620
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
Type RW RW RW RW RW RW RW RW RO RO RO RO RO RO RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
NXTUSEBURST
ARBSIZE XFERSIZE XFERMODE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
Value Description
0x0 Byte
Increment by 8-bit locations
0x1 Half-word
Increment by 16-bit locations
0x2 Word
Increment by 32-bit locations
0x3 No increment
Address remains set to the value of the Destination Address
End Pointer (DMADSTENDP) for the channel
Value Description
0x0 Byte
8-bit data size
0x1 Half-word
16-bit data size
0x2 Word
32-bit data size
0x3 Reserved
Value Description
0x0 Byte
Increment by 8-bit locations
0x1 Half-word
Increment by 16-bit locations
0x2 Word
Increment by 32-bit locations
0x3 No increment
Address remains set to the value of the Source Address End
Pointer (DMASRCENDP) for the channel
Value Description
0x0 Byte
8-bit data size.
0x1 Half-word
16-bit data size.
0x2 Word
32-bit data size.
0x3 Reserved
23:18 reserved RO - Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 1 Transfer
Arbitrates after each DMA transfer
0x1 2 Transfers
0x2 4 Transfers
0x3 8 Transfers
0x4 16 Transfers
0x5 32 Transfers
0x6 64 Transfers
0x7 128 Transfers
0x8 256 Transfers
0x9 512 Transfers
0xA-0xF 1024 Transfers
In this configuration, no arbitration occurs during the DMA
transfer because the maximum transfer size is 1024.
Value Description
0x0 Stop
0x1 Basic
0x2 Auto-Request
0x3 Ping-Pong
0x4 Memory Scatter-Gather
0x5 Alternate Memory Scatter-Gather
0x6 Peripheral Scatter-Gather
0x7 Alternate Peripheral Scatter-Gather
Stop
Channel is stopped or configuration data is invalid. No more transfers can occur.
Basic
For each trigger (whether from a peripheral or a software request), the DMA controller performs
the number of transfers specified by the ARBSIZE field.
Auto-Request
The initial request (software- or peripheral-initiated) is sufficient to complete the entire transfer
of XFERSIZE items without any further requests.
Ping-Pong
This mode uses both the primary and alternate control structures for this channel. When the
number of transfers specified by the XFERSIZE field have completed for the current control
structure (primary or alternate), the DMA controller switches to the other one. These switches
continue until one of the control structures is not set to ping-pong mode. At that point, the DMA
controller stops. An interrupt is generated on completion of the transfers configured by each
control structure. See Ping-Pong on page 591.
Memory Scatter-Gather
When using this mode, the primary control structure for the channel is configured to allow a list
of operations (tasks) to be performed. The source address pointer specifies the start of a table
of tasks to be copied to the alternate control structure for this channel. The XFERMODE field for
the alternate control structure should be configured to 0x5 (Alternate memory scatter-gather)
to perform the task. When the task completes, the DMA switches back to the primary channel
control structure, which then copies the next task to the alternate control structure. This process
continues until the table of tasks is empty. The last task must have an XFERMODE value other
than 0x5. Note that for continuous operation, the last task can update the primary channel control
structure back to the start of the list or to another list. See Memory Scatter-Gather on page 592.
Peripheral Scatter-Gather
This value must be used in the primary channel control data structure when the DMA controller
operates in Peripheral Scatter-Gather mode. In this mode, the DMA controller operates exactly
the same as in Memory Scatter-Gather mode, except that instead of performing the number of
transfers specified by the XFERSIZE field in the alternate control structure at one time, the
DMA controller only performs the number of transfers specified by the ARBSIZE field per
trigger; see Basic mode for details. See Peripheral Scatter-Gather on page 596.
reserved DMACHANS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:21 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Idle
0x1 Reading channel controller data.
0x2 Reading source end pointer.
0x3 Reading destination end pointer.
0x4 Reading source data.
0x5 Writing destination data.
0x6 Waiting for DMA request to clear.
0x7 Writing channel controller data.
0x8 Stalled
0x9 Done
0xA-0xF Undefined
3:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The DMA controller is disabled.
1 The DMA controller is enabled.
reserved
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved MASTEN
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
31:1 reserved WO - Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables the DMA controller.
1 Enables DMA controller.
ADDR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR reserved
Type RW RW RW RW RW RW RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
ADDR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ADDR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
WAITREQ[n]
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WAITREQ[n]
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0
Value Description
0 The corresponding channel is not waiting on a request.
1 The corresponding channel is waiting on a request.
SWREQ[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SWREQ[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No request generated.
1 Generate a software request for the corresponding channel.
These bits are automatically cleared when the software request has
been completed.
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 DMA channel [n] responds to single or burst requests.
1 DMA channel [n] responds only to burst requests.
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No effect.
1 Setting a bit clears the corresponding SET[n] bit in the
DMAUSEBURSTSET register meaning that DMA channel [n]
responds to single and burst requests.
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The peripheral associated with channel [n] is enabled to request
DMA transfers.
1 The peripheral associated with channel [n] is not able to request
DMA transfers. Channel [n] may be used for software-initiated
transfers.
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No effect.
1 Setting a bit clears the corresponding SET[n] bit in the
DMAREQMASKSET register meaning that the peripheral
associated with channel [n] is enabled to request DMA
transfers.
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 DMA Channel [n] is disabled.
1 DMA Channel [n] is enabled.
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No effect.
1 Setting a bit clears the corresponding SET[n] bit in the
DMAENASET register meaning that channel [n] is disabled for
DMA transfers.
Register 16: DMA Channel Primary Alternate Set (DMAALTSET), offset 0x030
Each bit of the DMAALTSET register represents the corresponding DMA channel. Setting a bit
configures the DMA channel to use the alternate control data structure. Reading the register returns
the status of which control data structure is in use for the corresponding DMA channel.
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 DMA channel [n] is using the primary control structure.
1 DMA channel [n] is using the alternate control structure.
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No effect.
1 Setting a bit clears the corresponding SET[n] bit in the
DMAALTSET register meaning that channel [n] is using the
primary control structure.
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SET[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 DMA channel [n] is using the default priority level.
1 DMA channel [n] is using a high priority level.
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CLR[n]
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
Value Description
0 No effect.
1 Setting a bit clears the corresponding SET[n] bit in the
DMAPRIOSET register meaning that channel [n] is using the
default priority level.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ERRCLR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No bus error is pending.
1 A bus error is pending.
CHASGN[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CHASGN[n]
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
Value Description
0 Use the primary channel assignment.
1 Use the secondary channel assignment.
CHIS[n]
Type RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CHIS[n]
Type RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The corresponding DMA channel has not caused an interrupt.
1 The corresponding DMA channel caused an interrupt.
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID4
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1
31:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1
31:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Highly flexible pin muxing allows use as GPIO or one of several peripheral functions
Fast toggle capable of a change every clock cycle for ports on AHB, every two clock cycles for
ports on APB
Bit masking in both read and write operations through address lines
2-mA, 4-mA, and 8-mA pad drive for digital communication; up to four pads can sink 18-mA
for high-current applications
register to the numeric encoding shown in the table below. Analog signals in the table below are
also 5-V tolerant and are configured by clearing the DEN bit in the GPIO Digital Enable (GPIODEN)
register. The AINx analog signals have internal circuitry to protect them from voltages over VDD (up
to the maximum specified in Table 24-1 on page 1358), but analog performance specifications are
only guaranteed if the input signal swing at the I/O pad is kept inside the range 0 V < VIN < VDD.
Note that each pin must be programmed individually; no type of grouping is implied by the columns
in the table. Table entries that are shaded gray are the default values for the corresponding GPIO
pin.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
PA2 19 - - SSI0Clk - - - - - - - - -
PA3 20 - - SSI0Fss - - - - - - - - -
PA4 21 - - SSI0Rx - - - - - - - - -
PA5 22 - - SSI0Tx - - - - - - - - -
PE2 7 AIN1 - - - - - - - - - - -
PE3 6 AIN0 - - - - - - - - - - -
a. The digital signals that are shaded gray are the power-on default values for the corresponding GPIO pin. Encodings 10-13 are not used
on this device.
Mode
Commit Control
Port
Control GPIOAFSEL
Control
GPIOLOCK GPIOADCCTL
GPIOPCTL GPIOCR GPIODMACTL
Periph 1
Alternate Output Enable
Periph n
Digital Package I/O Pin
Pad Output I/O
MUX
GPIODATA Enable
GPIO Output Enable
GPIODIR
Pad
Interrupt
Control
Control
GPIODR2R
Interrupt GPIOIS GPIODR4R
GPIOIBE GPIODR8R
GPIOIEV GPIOSLR
GPIOIM GPIOPUR
GPIORIS GPIOPDR
GPIOMIS GPIOODR
GPIOICR GPIODEN
GPIOSI GPIOAMSEL
Identification Registers
Mode
Commit Control
Port
Control GPIOAFSEL
Control
GPIOLOCK GPIOADCCTL
GPIOPCTL GPIOCR GPIODMACTL
DEMUX
Pad Input
Alternate Output
MUX
Periph 1
Alternate Output Enable
Periph n
Analog/Digital Package I/O Pin
MUX
Pad Output I/O Pad
Data GPIO Input
Control
GPIO Output
GPIODATA
MUX
Pad Output Enable
GPIO Output Enable
GPIODIR
Interrupt Pad
Control Control
GPIOIS GPIODR2R
GPIOIBE GPIODR4R
Interrupt
GPIOIEV GPIODR8R
GPIOIM GPIOSLR
GPIORIS GPIOPUR
GPIOMIS GPIOPDR
GPIOICR GPIOODR
GPIOSI GPIODEN
GPIOAMSEL
Analog Circuitry
Identification Registers
ADC
GPIOPeriphID0 GPIOPeriphID4 GPIOPCellID0 Isolation
(for GPIO pins that
GPIOPeriphID1 GPIOPeriphID5 GPIOPCellID1 connect to the ADC Circuit
GPIOPeriphID2 GPIOPeriphID6 GPIOPCellID2 input MUX)
Caution It is possible to create a software sequence that prevents the debugger from connecting to
the TM4C123GH6PM microcontroller. If the program code loaded into flash immediately changes the
JTAG pins to their GPIO functionality, the debugger may not have enough time to connect and halt
the controller before the JTAG pin functionality switches. As a result, the debugger may be locked out
of the part. This issue can be avoided with a software routine that restores JTAG functionality based
on an external or software trigger. In the case that the software routine is not implemented and the
device is locked out of the part, this issue can be solved by using the TM4C123GH6PM Flash Programmer
"Unlock" feature. Please refer to LMFLASHPROGRAMMER on the TI web for more information.
direction bit is set, the GPIO is configured as an output, and the corresponding data register bit is
driven out on the GPIO port.
ADDR[9:2] 9 8 7 6 5 4 3 2 1 0
0x098 0 0 1 0 0 1 1 0 0 0
0xEB 1 1 1 0 1 0 1 1
GPIODATA u u 1 u u 0 1 u
7 6 5 4 3 2 1 0
During a read, if the address bit associated with the data bit is set, the value is read. If the address
bit associated with the data bit is cleared, the data bit is read as a zero, regardless of its actual
value. For example, reading address GPIODATA + 0x0C4 yields as shown in Figure 10-4. This
example shows how to read GPIODATA bits 5, 4, and 0.
GPIODATA 1 0 1 1 1 1 1 0
Returned Value 0 0 1 1 0 0 0 0
7 6 5 4 3 2 1 0
further interrupts. For a level-sensitive interrupt, the external source must hold the level constant
for the interrupt to be recognized by the controller.
Three registers define the edge or sense that causes interrupts:
Interrupts are enabled/disabled via the GPIO Interrupt Mask (GPIOIM) register (see page 667).
When an interrupt condition occurs, the state of the interrupt signal can be viewed in two locations:
the GPIO Raw Interrupt Status (GPIORIS) and GPIO Masked Interrupt Status (GPIOMIS) registers
(see page 668 and page 669). As the name implies, the GPIOMIS register only shows interrupt
conditions that are allowed to be passed to the interrupt controller. The GPIORIS register indicates
that a GPIO pin meets the conditions for an interrupt, but has not necessarily been sent to the
interrupt controller.
For a GPIO level-detect interrupt, the interrupt signal generating the interrupt must be held until
serviced. Once the input signal deasserts from the interrupt generating logical sense, the
corresponding RIS bit in the GPIORIS register clears. For a GPIO edge-detect interrupt, the RIS
bit in the GPIORIS register is cleared by writing a 1 to the corresponding bit in the GPIO Interrupt
Clear (GPIOICR) register (see page 670). The corresponding GPIOMIS bit reflects the masked value
of the RIS bit.
When programming the interrupt control registers (GPIOIS, GPIOIBE, or GPIOIEV), the interrupts
should be masked (GPIOIM cleared). Writing any value to an interrupt control register can generate
a spurious interrupt if the corresponding bits are enabled.
Select (GPIOAFSEL) register (see page 671), the pin state is controlled by its alternate function
(that is, the peripheral).
Further pin muxing options are provided through the GPIO Port Control (GPIOPCTL) register which
selects one of several peripheral functions for each GPIO. For information on the configuration
options, refer to Table 23-5 on page 1351.
Note: If any pin is to be used as an ADC input, the appropriate bit in the GPIOAMSEL register
must be set to disable the analog isolation circuit.
10.2.6 Identification
The identification registers configured at reset allow software to detect and identify the module as
a GPIO block. The identification registers include the GPIOPeriphID0-GPIOPeriphID7 registers as
well as the GPIOPCellID0-GPIOPCellID3 registers.
1. Enable the clock to the port by setting the appropriate bits in the RCGCGPIO register (see
page 340). In addition, the SCGCGPIO and DCGCGPIO registers can be programmed in the
same manner to enable clocking in Sleep and Deep-Sleep modes.
2. Set the direction of the GPIO port pins by programming the GPIODIR register. A write of a 1
indicates output and a write of a 0 indicates input.
3. Configure the GPIOAFSEL register to program each bit as a GPIO or alternate pin. If an alternate
pin is chosen for a bit, then the PMCx field must be programmed in the GPIOPCTL register for
the specific peripheral required. There are also two registers, GPIOADCCTL and GPIODMACTL,
which can be used to program a GPIO pin as a ADC or DMA trigger, respectively.
4. Set the drive strength for each of the pins through the GPIODR2R, GPIODR4R, and GPIODR8R
registers.
5. Program each pad in the port to have either pull-up, pull-down, or open drain functionality through
the GPIOPUR, GPIOPDR, GPIOODR register. Slew rate may also be programmed, if needed,
through the GPIOSLR register.
6. To enable GPIO pins as digital I/Os, set the appropriate DEN bit in the GPIODEN register. To
enable GPIO pins to their analog function (if available), set the GPIOAMSEL bit in the
GPIOAMSEL register.
7. Program the GPIOIS, GPIOIBE, GPIOEV, and GPIOIM registers to configure the type, event,
and mask of the interrupts for each port.
Note: To prevent false interrupts, the following steps should be taken when re-configuring
GPIO edge and interrupt sense registers:
a. Mask the corresponding port by clearing the IME field in the GPIOIM register.
b. Configure the IS field in the GPIOIS register and the IBE field in the GPIOIBE
register.
d. Unmask the port by setting the IME field in the GPIOIM register.
8. Optionally, software can lock the configurations of the NMI and JTAG/SWD pins on the GPIO
port pins, by setting the LOCK bits in the GPIOLOCK register.
When the internal POR signal is asserted and until otherwise configured, all GPIO pins are configured
to be undriven (tristate): GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0, and GPIOPUR=0, except for
the pins shown in Table 10-1 on page 650. Table 10-3 on page 657 shows all possible configurations
of the GPIO pads and the control register settings required to achieve them. Table 10-4 on page 658
shows how a rising edge interrupt is configured for pin 2 of a GPIO port.
Important: The GPIO registers in this chapter are duplicated in each GPIO block; however,
depending on the block, all eight bits may not be connected to a GPIO pad. In those
cases, writing to unconnected bits has no effect, and reading unconnected bits returns
no meaningful data. See Signal Description on page 649 for the GPIOs included on
this device.
The offset listed is a hexadecimal increment to the register's address, relative to that GPIO port's
base address:
Note that each GPIO module clock must be enabled before the registers can be programmed (see
page 340). There must be a delay of 3 system clocks after the GPIO module clock is enabled before
any GPIO module registers are accessed.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
The default register type for the GPIOCR register is RO for all GPIO pins with the exception of the
NMI pin and the four JTAG/SWD pins (see Signal Tables on page 1329 for pin numbers). These six
pins are the only GPIOs that are protected by the GPIOCR register. Because of this, the register
type for the corresponding GPIO Ports is RW.
The default reset value for the GPIOCR register is 0x0000.00FF for all GPIO pins, with the exception
of the NMI and JTAG/SWD pins (see Signal Tables on page 1329 for pin numbers). To ensure that
the JTAG and NMI pins are not accidentally programmed as GPIO pins, these pins default to
non-committable. Because of this, the default reset value of GPIOCR changes for the corresponding
ports.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DATA
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DIR
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Corresponding pin is an input.
1 Corresponding pins is an output.
1. Mask the corresponding port by clearing the IME field in the GPIOIM register.
2. Configure the IS field in the GPIOIS register and the IBE field in the GPIOIBE register.
4. Unmask the port by setting the IME field in the GPIOIM register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved IS
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The edge on the corresponding pin is detected (edge-sensitive).
1 The level on the corresponding pin is detected (level-sensitive).
1. Mask the corresponding port by clearing the IME field in the GPIOIM register.
2. Configure the IS field in the GPIOIS register and the IBE field in the GPIOIBE register.
4. Unmask the port by setting the IME field in the GPIOIM register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved IBE
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Interrupt generation is controlled by the GPIO Interrupt Event
(GPIOIEV) register (see page 666).
1 Both edges on the corresponding pin trigger an interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved IEV
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A falling edge or a Low level on the corresponding pin triggers
an interrupt.
1 A rising edge or a High level on the corresponding pin triggers
an interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved IME
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The interrupt from the corresponding pin is masked.
1 The interrupt from the corresponding pin is sent to the interrupt
controller.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt condition has not occurred on the corresponding
pin.
1 An interrupt condition has occurred on the corresponding pin.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved MIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt condition on the corresponding pin is masked or
has not occurred.
1 An interrupt condition on the corresponding pin has triggered
an interrupt to the interrupt controller.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved IC
31:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding interrupt is unaffected.
1 The corresponding interrupt is cleared.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
Caution It is possible to create a software sequence that prevents the debugger from connecting to
the TM4C123GH6PM microcontroller. If the program code loaded into flash immediately changes the
JTAG pins to their GPIO functionality, the debugger may not have enough time to connect and halt
the controller before the JTAG pin functionality switches. As a result, the debugger may be locked out
of the part. This issue can be avoided with a software routine that restores JTAG functionality based
on an external or software trigger. In the case that the software routine is not implemented and the
device is locked out of the part, this issue can be solved by using the TM4C123GH6PM Flash Programmer
"Unlock" feature. Please refer to LMFLASHPROGRAMMER on the TI web for more information.
The GPIO commit control registers provide a layer of protection against accidental programming of
critical hardware peripherals. Protection is provided for the GPIO pins that can be used as the four
JTAG/SWD pins and the NMI pin (see Signal Tables on page 1329 for pin numbers). Writes to
protected bits of the GPIO Alternate Function Select (GPIOAFSEL) register (see page 671), GPIO
Pull Up Select (GPIOPUR) register (see page 677), GPIO Pull-Down Select (GPIOPDR) register
(see page 679), and GPIO Digital Enable (GPIODEN) register (see page 682) are not committed to
storage unless the GPIO Lock (GPIOLOCK) register (see page 684) has been unlocked and the
appropriate bits of the GPIO Commit (GPIOCR) register (see page 685) have been set.
When using the I2C module, in addition to setting the GPIOAFSEL register bits for the I2C clock
and data pins, the data pins should be set to open drain using the GPIO Open Drain Select
(GPIOODR) register (see examples in Initialization and Configuration on page 656).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved AFSEL
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 - - - - - - - -
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The associated pin functions as a GPIO and is controlled by
the GPIO registers.
1 The associated pin functions as a peripheral signal and is
controlled by the alternate hardware function.
The reset value for this register is 0x0000.0000 for GPIO ports
that are not listed in Table 10-1 on page 650.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DRV2
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The drive for the corresponding GPIO pin is controlled by the
GPIODR4R or GPIODR8R register.
1 The corresponding GPIO pin has 2-mA drive.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DRV4
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The drive for the corresponding GPIO pin is controlled by the
GPIODR2R or GPIODR8R register.
1 The corresponding GPIO pin has 4-mA drive.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DRV8
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The drive for the corresponding GPIO pin is controlled by the
GPIODR2R or GPIODR4R register.
1 The corresponding GPIO pin has 8-mA drive.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ODE
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding pin is not configured as open drain.
1 The corresponding pin is configured as open drain.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
Note: The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware peripherals. Protection is provided for the GPIO pins that
can be used as the four JTAG/SWD pins and the NMI pin (see Signal Tables on page 1329
for pin numbers). Writes to protected bits of the GPIO Alternate Function Select
(GPIOAFSEL) register (see page 671), GPIO Pull Up Select (GPIOPUR) register (see
page 677), GPIO Pull-Down Select (GPIOPDR) register (see page 679), and GPIO Digital
Enable (GPIODEN) register (see page 682) are not committed to storage unless the GPIO
Lock (GPIOLOCK) register (see page 684) has been unlocked and the appropriate bits of
the GPIO Commit (GPIOCR) register (see page 685) have been set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PUE
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 - - - - - - - -
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding pin's weak pull-up resistor is disabled.
1 The corresponding pin's weak pull-up resistor is enabled.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
Note: The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware peripherals. Protection is provided for the GPIO pins that
can be used as the four JTAG/SWD pins and the NMI pin (see Signal Tables on page 1329
for pin numbers). Writes to protected bits of the GPIO Alternate Function Select
(GPIOAFSEL) register (see page 671), GPIO Pull Up Select (GPIOPUR) register (see
page 677), GPIO Pull-Down Select (GPIOPDR) register (see page 679), and GPIO Digital
Enable (GPIODEN) register (see page 682) are not committed to storage unless the GPIO
Lock (GPIOLOCK) register (see page 684) has been unlocked and the appropriate bits of
the GPIO Commit (GPIOCR) register (see page 685) have been set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PDE
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding pin's weak pull-down resistor is disabled.
1 The corresponding pin's weak pull-down resistor is enabled.
Register 17: GPIO Slew Rate Control Select (GPIOSLR), offset 0x518
The GPIOSLR register is the slew rate control register. Slew rate control is only available when
using the 8-mA drive strength option. The selection of drive strength is done through the GPIO 8-mA
Drive Select (GPIODR8R) register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SRL
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:0 SRL RW 0x00 Slew Rate Limit Enable (8-mA drive only)
Value Description
0 Slew rate control is disabled for the corresponding pin.
1 Slew rate control is enabled for the corresponding pin.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
Note: The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware peripherals. Protection is provided for the GPIO pins that
can be used as the four JTAG/SWD pins and the NMI pin (see Signal Tables on page 1329
for pin numbers). Writes to protected bits of the GPIO Alternate Function Select
(GPIOAFSEL) register (see page 671), GPIO Pull Up Select (GPIOPUR) register (see
page 677), GPIO Pull-Down Select (GPIOPDR) register (see page 679), and GPIO Digital
Enable (GPIODEN) register (see page 682) are not committed to storage unless the GPIO
Lock (GPIOLOCK) register (see page 684) has been unlocked and the appropriate bits of
the GPIO Commit (GPIOCR) register (see page 685) have been set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DEN
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 - - - - - - - -
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The digital functions for the corresponding pin are disabled.
1 The digital functions for the corresponding pin are enabled.
The reset value for this register is 0x0000.0000 for GPIO ports
that are not listed in Table 10-1 on page 650.
LOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
LOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Value Description
0x1 The GPIOCR register is locked and may not be modified.
0x0 The GPIOCR register is unlocked and may be modified.
Important: This register is designed to prevent accidental programming of the registers that control
connectivity to the NMI and JTAG/SWD debug hardware. By initializing the bits of the
GPIOCR register to 0 for the NMI and JTAG/SWD pins (see Signal Tables on page 1329
for pin numbers), the NMI and JTAG/SWD debug port can only be converted to GPIOs
through a deliberate set of writes to the GPIOLOCK, GPIOCR, and the corresponding
registers.
Because this protection is currently only implemented on the NMI and JTAG/SWD pins
(see Signal Tables on page 1329 for pin numbers), all of the other bits in the GPIOCR
registers cannot be written with 0x0. These bits are hardwired to 0x1, ensuring that it
is always possible to commit new values to the GPIOAFSEL, GPIOPUR, GPIOPDR,
or GPIODEN register bits of these other pins.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CR
Type RO RO RO RO RO RO RO RO - - - - - - - -
Reset 0 0 0 0 0 0 0 0 - - - - - - - -
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding GPIOAFSEL, GPIOPUR, GPIOPDR, or
GPIODEN bits cannot be written.
1 The corresponding GPIOAFSEL, GPIOPUR, GPIOPDR, or
GPIODEN bits can be written.
Note: The default register type for the GPIOCR register is RO for
all GPIO pins with the exception of the NMI pin and the four
JTAG/SWD pins (see Signal Tables on page 1329 for pin
numbers). These six pins are the only GPIOs that are
protected by the GPIOCR register. Because of this, the
register type for the corresponding GPIO Ports is RW.
The GPIOAMSEL register controls isolation circuits to the analog side of a unified I/O pad. Because
the GPIOs may be driven by a 5-V source and affect analog operation, analog circuitry requires
isolation from the pins when they are not used in their analog function.
Each bit of this register controls the isolation circuitry for the corresponding GPIO signal. For
information on which GPIO pins can be used for ADC functions, refer to Table 23-5 on page 1351.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved GPIOAMSEL
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The analog function of the pin is disabled, the isolation is
enabled, and the pin is capable of digital functions as specified
by the other GPIO configuration registers.
1 The analog function of the pin is enabled, the isolation is
disabled, and the pin is capable of analog functions.
Note: This register and bits are only valid for GPIO signals that
share analog function through a unified I/O pad.
The reset state of this register is 0 for all signals.
Important: The table below shows special consideration GPIO pins. Most GPIO pins are configured
as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0, GPIOPDR=0,
GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be programed to a
non-GPIO function or may have special commit controls out of reset. In addition, a
Power-On-Reset (POR) or asserting RST returns these GPIO to their original special
consideration state.
The GPIO commit control registers provide a layer of protection against accidental
programming of critical hardware signals including the GPIO pins that can function as
JTAG/SWD signals and the NMI signal. The commit control process must be followed
for these pins, even if they are programmed as alternate functions other than JTAG/SWD
or NMI; see Commit Control on page 656.
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset - - - - - - - - - - - - - - - -
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ADCEN
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding pin is not used to trigger the ADC.
1 The corresponding pin is used to trigger the ADC.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DMAEN
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding pin is not used to trigger the DMA.
1 The corresponding pin is used to trigger the DMA.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID4
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID5
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID6
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID7
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11 General-Purpose Timers
Programmable timers can be used to count or time external events that drive the Timer input pins.
The TM4C123GH6PM General-Purpose Timer Module (GPTM) contains six 16/32-bit GPTM blocks
and six 32/64-bit Wide GPTM blocks. Each 16/32-bit GPTM block provides two 16-bit timers/counters
(referred to as Timer A and Timer B) that can be configured to operate independently as timers or
event counters, or concatenated to operate as one 32-bit timer or one 32-bit Real-Time Clock (RTC).
Each 32/64-bit Wide GPTM block provides 32-bit timers for Timer A and Timer B that can be
concatenated to operate as a 64-bit timer. Timers can also be used to trigger DMA transfers.
In addition, timers can be used to trigger analog-to-digital conversions (ADC) when a time-out occurs
in periodic and one-shot modes. The ADC trigger signals from all of the general-purpose timers are
ORed together before reaching the ADC module, so only one timer should be used to trigger ADC
events.
The GPT Module is one timing resource available on the Tiva C Series microcontrollers. Other
timer resources include the System Timer (SysTick) (see 123) and the PWM timer in the PWM
modules (see PWM Timer on page 1234).
The General-Purpose Timer Module (GPTM) contains six 16/32-bit GPTM blocks and six 32/64-bit
Wide GPTM blocks with the following functional options:
32-bit Real-Time Clock (RTC) when using an external 32.768-KHz clock as the input
16-bit PWM mode with an 8-bit prescaler and software-programmable output inversion of the
PWM signal
64-bit Real-Time Clock (RTC) when using an external 32.768-KHz clock as the input
32-bit PWM mode with a 16-bit prescaler and software-programmable output inversion of the
PWM signal
Count up or down
Daisy chaining of timer modules to allow a single timer to initiate multiple timing events
Timer synchronization allows selected timers to start counting on the same clock cycle
User-enabled stalling when the microcontroller asserts CPU Halt flag during debug (excluding
RTC mode)
Ability to determine the elapsed time between the assertion of the timer interrupt and entry into
the interrupt service routine
GPTMTBMATCHR TB Comparator
GPTMTBPR
Timer B
Free-Running GPTMTBPMR
Value GPTMTBPS
Software configures the GPTM using the GPTM Configuration (GPTMCFG) register (see page 727),
the GPTM Timer A Mode (GPTMTAMR) register (see page 729), and the GPTM Timer B Mode
(GPTMTBMR) register (see page 733). When in one of the concatenated modes, Timer A and Timer
B can only operate in one mode. However, when configured in an individual mode, Timer A and
Timer B can be independently configured in any combination of the individual modes.
Load Registers:
Shadow Registers:
Table 11-4. Counter Values When the Timer is Enabled in Periodic or One-Shot Modes
Register Count Down Mode Count Up Mode
GPTMTnR GPTMTnILR 0x0
GPTMTnV GPTMTnILR in concatenated mode; GPTMTnPR in 0x0
combination with GPTMTnILR in individual mode
GPTMTnPS GPTMTnPR in individual mode; not available in 0x0 in individual mode; not available in
concatenated mode concatenated mode
GPTMTnPV GPTMTnPR in individual mode; not available in 0x0 in individual mode; not available in
concatenated mode concatenated mode
When the timer is counting down and it reaches the timeout event (0x0), the timer reloads its start
value from the GPTMTnILR and the GPTMTnPR registers on the next cycle. When the timer is
counting up and it reaches the timeout event (the value in the GPTMTnILR and the optional
GPTMTnPR registers), the timer reloads with 0x0. If configured to be a one-shot timer, the timer
stops counting and clears the TnEN bit in the GPTMCTL register. If configured as a periodic timer,
the timer starts counting again on the next cycle.
In periodic, snap-shot mode (TnMR field is 0x2 and the TnSNAPS bit is set in the GPTMTnMR
register), the value of the timer at the time-out event is loaded into the GPTMTnR register and the
value of the prescaler is loaded into the GPTMTnPS register. The free-running counter value is
shown in the GPTMTnV register and the free-running prescaler value is shown in the GPTMTnPV
register. In this manner, software can determine the time elapsed from the interrupt assertion to the
ISR entry by examining the snapshot values and the current value of the free-running timer. Snapshot
mode is not available when the timer is configured in one-shot mode.
In addition to reloading the count value, the GPTM can generate interrupts, CCP outputs and triggers
when it reaches the time-out event. The GPTM sets the TnTORIS bit in the GPTM Raw Interrupt
Status (GPTMRIS) register (see page 748), and holds it until it is cleared by writing the GPTM
Interrupt Clear (GPTMICR) register (see page 754). If the time-out interrupt is enabled in the GPTM
Interrupt Mask (GPTMIMR) register (see page 745), the GPTM also sets the TnTOMIS bit in the
GPTM Masked Interrupt Status (GPTMMIS) register (see page 751).
By setting the TnMIE bit in the GPTMTnMR register, an interrupt condition can also be generated
when the Timer value equals the value loaded into the GPTM Timer n Match (GPTMTnMATCHR)
and GPTM Timer n Prescale Match (GPTMTnPMR) registers. This interrupt has the same status,
masking, and clearing functions as the time-out interrupt, but uses the match interrupt bits instead
(for example, the raw interrupt status is monitored via TnMRIS bit in the GPTM Raw Interrupt Status
(GPTMRIS) register). Note that the interrupt status bits are not updated by the hardware unless the
TnMIE bit in the GPTMTnMR register is set, which is different than the behavior for the time-out
interrupt. The ADC trigger is enabled by setting the TnOTE bit in GPTMCTL. If the ADC trigger is
enabled, only a one-shot or periodic time-out event can produce an ADC trigger assertion. The
DMA trigger is enabled by configuring and enabling the appropriate DMA channel. See Channel
Configuration on page 589.
If software updates the GPTMTnILR or the GPTMTnPR register while the counter is counting down,
the counter loads the new value on the next clock cycle and continues counting from the new value
if the TnILD bit in the GPTMTnMR register is clear. If the TnILD bit is set, the counter loads the
new value after the next timeout. If software updates the GPTMTnILR or the GPTMTnPR register
while the counter is counting up, the timeout event is changed on the next cycle to the new value.
If software updates the GPTM Timer n Value (GPTMTnV) register while the counter is counting up
or down, the counter loads the new value on the next clock cycle and continues counting from the
new value. If software updates the GPTMTnMATCHR or the GPTMTnPMR registers, the new values
are reflected on the next clock cycle if the TnMRSU bit in the GPTMTnMR register is clear. If the
TnMRSU bit is set, the new value will not take effect until the next timeout.
When using a 32/64-bit wide timer block in a 64-bit mode, certain registers must be accessed in the
manner described in Accessing Concatenated 32/64-Bit Wide GPTM Register Values on page 720.
If the TnSTALL bit in the GPTMCTL register is set and the RTCEN bit is not set in the GPTMCTL
register, the timer freezes counting while the processor is halted by the debugger. The timer resumes
counting when the processor resumes execution. If the RTCEN bit is set, it prevents the TnSTALL
bit from freezing the count when the processor is halted by the debugger.
The following table shows a variety of configurations for a 16-bit free-running timer while using the
prescaler. All values assume an 80-MHz clock with Tc=12.5 ns (clock period). The prescaler can
only be used when a 16/32-bit timer is configured in 16-bit mode and when a 32/64-bit timer is
configured in 32-bit mode.
The following table shows a variety of configurations for a 32-bit free-running timer using the prescaler
while configured in 32/64-bit mode. All values assume an 80-MHz clock with Tc=12.5 ns (clock
period).
Table 11-6. 32-Bit Timer (configured in 32/64-bit mode) With Prescaler Configurations
a
Prescale (16-bit value) # of Timer Clocks (Tc) Max Time Units
0x0000 1 53.687 s
0x0001 2 107.374 s
0x0002 3 214.748 s
------------ -- -- --
0xFFFD 65534 0.879 106 s
0xFFFE 65535 1.759 106 s
0xFFFF 65536 3.518 106 s
a. Tc is the clock period.
Table 11-7. Counter Values When the Timer is Enabled in RTC Mode
Register Count Down Mode Count Up Mode
GPTMTnR Not available 0x1
GPTMTnV Not available 0x1
GPTMTnPS Not available Not available
GPTMTnPV Not available Not available
The input clock on a CCP0 input is required to be 32.768 KHz in RTC mode. The clock signal is
then divided down to a 1-Hz rate and is passed along to the input of the counter.
When software writes the TAEN bit in the GPTMCTL register, the counter starts counting up from
its preloaded value of 0x1. When the current count value matches the preloaded value in the
GPTMTnMATCHR registers, the GPTM asserts the RTCRIS bit in GPTMRIS and continues counting
until either a hardware reset, or it is disabled by software (clearing the TAEN bit). When the timer
value reaches the terminal count, the timer rolls over and continues counting up from 0x0. If the
RTC interrupt is enabled in GPTMIMR, the GPTM also sets the RTCMIS bit in GPTMMIS and
generates a controller interrupt. The status flags are cleared by writing the RTCCINT bit in GPTMICR.
In this mode, the GPTMTnR and GPTMTnV registers always have the same value.
When using a 32/64-bit wide timer block in a RTC mode, certain registers must be accessed in the
manner described in Accessing Concatenated 32/64-Bit Wide GPTM Register Values on page 720.
The value of the RTC predivider can be read in the GPTM RTC Predivide (GPTMRTCPD) register.
To ensure that the RTC value is coherent, software should follow the process detailed in Figure
11-2 on page 712.
Read Timer B = B1
Read Timer A = A1
Read Predivider
Read Timer A = A2
Does no
A1=A2?
yes
Read Timer B = B2
Does no
B1=B2?
yes
Done
In addition to generating interrupts, the RTC can generate a DMA trigger. The DMA trigger is
enabled by configuring and enabling the appropriate DMA channel. See Channel
Configuration on page 589.
than the value of GPTMTnPMR and GPTMTnMATCHR. Table 11-8 on page 713 shows the values
that are loaded into the timer registers when the timer is enabled.
Table 11-8. Counter Values When the Timer is Enabled in Input Edge-Count Mode
Register Count Down Mode Count Up Mode
GPTMTnR GPTMTnPR in combination with GPTMTnILR 0x0
GPTMTnV GPTMTnPR in combination with GPTMTnILR 0x0
GPTMTnPS GPTMTnPR 0x0
GPTMTnPV GPTMTnPR 0x0
When software writes the TnEN bit in the GPTM Control (GPTMCTL) register, the timer is enabled
for event capture. Each input event on the CCP pin decrements or increments the counter by 1 until
the event count matches GPTMTnMATCHR and GPTMTnPMR. When the counts match, the GPTM
asserts the CnMRIS bit in the GPTM Raw Interrupt Status (GPTMRIS) register, and holds it until
it is cleared by writing the GPTM Interrupt Clear (GPTMICR) register. If the capture mode match
interrupt is enabled in the GPTM Interrupt Mask (GPTMIMR) register, the GPTM also sets the
CnMMIS bit in the GPTM Masked Interrupt Status (GPTMMIS) register. In this mode, the GPTMTnR
and GPTMTnPS registers hold the count of the input events while the GPTMTnV and GPTMTnPV
registers hold the free-running timer value and the free-running prescaler value.In up count mode,
the current count of input events is held in both the GPTMTnR and GPTMTnV registers.
In addition to generating interrupts, a DMA trigger can be generated. The DMA trigger is enabled
by configuring and enabling the appropriate DMA channel. See Channel Configuration on page 589.
After the match value is reached in down-count mode, the counter is then reloaded using the value
in GPTMTnILR and GPTMTnPR registers, and stopped because the GPTM automatically clears
the TnEN bit in the GPTMCTL register. Once the event count has been reached, all further events
are ignored until TnEN is re-enabled by software. In up-count mode, the timer is reloaded with 0x0
and continues counting.
Figure 11-3 on page 714 shows how Input Edge-Count mode works. In this case, the timer start
value is set to GPTMTnILR =0x000A and the match value is set to GPTMTnMATCHR =0x0006 so
that four edge events are counted. The counter is configured to detect both edges of the input signal.
Note that the last two edges are not counted because the timer automatically clears the TnEN bit
after the current count matches the value in the GPTMTnMATCHR register.
0x000A
0x0009
0x0008
0x0007
0x0006
Input Signal
Table 11-9. Counter Values When the Timer is Enabled in Input Event-Count Mode
Register Count Down Mode Count Up Mode
TnR GPTMTnILR 0x0
TnV GPTMTnILR 0x0
TnPS GPTMTnPR 0x0
TnPV GPTMTnPR 0x0
When software writes the TnEN bit in the GPTMCTL register, the timer is enabled for event capture.
When the selected input event is detected, the current timer counter value is captured in the
GPTMTnR and GPTMTnPS register and is available to be read by the microcontroller. The GPTM
then asserts the CnERIS bit in the GPTM Raw Interrupt Status (GPTMRIS) register, and holds it
until it is cleared by writing the GPTM Interrupt Clear (GPTMICR) register. If the capture mode
event interrupt is enabled in the GPTM Interrupt Mask (GPTMIMR) register, the GPTM also sets
the CnEMIS bit in the GPTM Masked Interrupt Status (GPTMMIS) register. In this mode, the
GPTMTnR and GPTMTnPS registers hold the time at which the selected input event occurred while
the GPTMTnV and GPTMTnPV registers hold the free-running timer value and the free-running
prescaler value. These registers can be read to determine the time that elapsed between the interrupt
assertion and the entry into the ISR.
In addition to generating interrupts, a DMA trigger can be generated. The DMA trigger is enabled
by configuring the appropriate DMA channel. See Channel Configuration on page 589.
After an event has been captured, the timer does not stop counting. It continues to count until the
TnEN bit is cleared. When the timer reaches the timeout value, it is reloaded with 0x0 in up-count
mode and the value from the GPTMTnILR and GPTMTnPR registers in down-count mode.
Figure 11-4 on page 715 shows how input edge timing mode works. In the diagram, it is assumed
that the start value of the timer is the default value of 0xFFFF, and the timer is configured to capture
rising edge events.
Each time a rising edge event is detected, the current count value is loaded into the GPTMTnR and
GPTMTnPS registers, and is held there until another rising edge is detected (at which point the new
count value is loaded into the GPTMTnR and GPTMTnPS registers).
Count
0xFFFF GPTMTnR=X GPTMTnR=Y GPTMTnR=Z
Y
Time
Input Signal
Note: When operating in Edge-time mode, the counter uses a modulo 224 count if prescaler is
enabled or 216, if not. If there is a possibility the edge could take longer than the count, then
another timer configured in periodic-timer mode can be implemented to ensure detection
of the missed edge. The periodic timer should be configured in such a way that:
The periodic timer cycles at the same rate as the edge-time timer
The periodic timer interrupt has a higher interrupt priority than the edge-time timeout
interrupt.
If the periodic timer interrupt service routine is entered, software must check if an
edge-time interrupt is pending and if it is, the value of the counter must be subtracted
by 1 before being used to calculate the snapshot time of the event.
Table 11-10. Counter Values When the Timer is Enabled in PWM Mode
Register Count Down Mode Count Up Mode
GPTMTnR GPTMTnILR Not available
GPTMTnV GPTMTnILR Not available
GPTMTnPS GPTMTnPR Not available
GPTMTnPV GPTMTnPR Not available
When software writes the TnEN bit in the GPTMCTL register, the counter begins counting down
until it reaches the 0x0 state. Alternatively, if the TnWOT bit is set in the GPTMTnMR register, once
the TnEN bit is set, the timer waits for a trigger to begin counting (see Wait-for-Trigger
Mode on page 718). On the next counter cycle in periodic mode, the counter reloads its start value
from the GPTMTnILR and GPTMTnPR registers and continues counting until disabled by software
clearing the TnEN bit in the GPTMCTL register. The timer is capable of generating interrupts based
on three types of events: rising edge, falling edge, or both. The event is configured by the TnEVENT
field of the GPTMCTL register, and the interrupt is enabled by setting the TnPWMIE bit in the
GPTMTnMR register. When the event occurs, the CnERIS bit is set in the GPTM Raw Interrupt
Status (GPTMRIS) register, and holds it until it is cleared by writing the GPTM Interrupt Clear
(GPTMICR) register . If the capture mode event interrupt is enabled in the GPTM Interrupt Mask
(GPTMIMR) register , the GPTM also sets the CnEMIS bit in the GPTM Masked Interrupt Status
(GPTMMIS) register. Note that the interrupt status bits are not updated unless the TnPWMIE bit is
set.
In this mode, the GPTMTnR and GPTMTnV registers always have the same value, as do the
GPTMPnPS and the GPTMTnPV registers.
The output PWM signal asserts when the counter is at the value of the GPTMTnILR and GPTMTnPR
registers (its start state), and is deasserted when the counter value equals the value in the
GPTMTnMATCHR and GPTMTnPMR registers. Software has the capability of inverting the output
PWM signal by setting the TnPWML bit in the GPTMCTL register.
Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if
a positive-edge interrupt trigger has been set and the PWM inversion generates a positive
edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative
edge of the PWM signal.
Figure 11-5 on page 717 shows how to generate an output PWM with a 1-ms period and a 66% duty
cycle assuming a 50-MHz input clock and TnPWML =0 (duty cycle would be 33% for the TnPWML
=1 configuration). For this example, the start value is GPTMTnILR=0xC350 and the match value is
GPTMTnMATCHR=0x411A.
0xC350
0x411A
Time
TnEN set
TnPWML = 0
Output
Signal
TnPWML = 1
When synchronizing the timers using the GPTMSYNC register, the timer must be properly configured
to avoid glitches on the CCP outputs. Both the TnPLO and the TnMRSU bits must be set in the
GPTMTnMR register. Figure 11-6 on page 717 shows how the CCP output operates when the TnPLO
and TnMRSU bits are set and the GPTMTnMATCHR value is greater than the GPTMTnILR value.
GPTMnILR GPTMnMATCHR
CounterValue
CCP
CCP set if GPTMnMATCHR GPTMnILR
Figure 11-7 on page 718 shows how the CCP output operates when the PLO and MRSU bits are set
and the GPTMTnMATCHR value is the same as the GPTMTnILR value. In this situation, if the PLO
bit is 0, the CCP signal goes high when the GPTMTnILR value is loaded and the match would be
essentially ignored.
GPTMnILR GPTMnMATCHR
CounterValue
CCP
CCP not set if GPTMnMATCHR = GPTMnILR
Figure 11-8 on page 718 shows how the CCP output operates when the PLO and MRSU bits are set
and the GPTMTnILR is greater than the GPTMTnMATCHR value.
GPTMnMATCHR == 0
GP Timer N+1
1 0 GPTMTnMR.TnWOT
GP Timer N
1 0 GPTMTnMR.TnWOT
GPTM Timer A Interval Load (GPTMTAILR) register [15:0], see page 756
GPTM Timer B Interval Load (GPTMTBILR) register [15:0], see page 757
In the 32-bit modes, the GPTM translates a 32-bit write access to GPTMTAILR into a write access
to both GPTMTAILR and GPTMTBILR. The resulting word ordering for such a write operation is:
GPTMTBILR[15:0]:GPTMTAILR[15:0]
GPTMTBR[15:0]:GPTMTAR[15:0]
GPTMTBV[15:0]:GPTMTAV[15:0]
4. Compare the Timer B or prescaler values from the first and second reads. If they are the same,
the timer value is coherent. If they are not the same, repeat steps 1-4 once more so that they
are the same.
high = timer_high;
low = timer_low;
high = timer_high;
low = timer_low;
The registers that must be read in this manner are shown below:
64-bit reads
48-bit reads
Similarly, write accesses must also be performed by writing the upper bits prior to writing the lower
bits as follows:
The registers that must be written in this manner are shown below:
64-bit writes
48-bit writes
When writing a 64-bit value, If there are two consecutive writes to any of the registers listed above
under the "64-bit writes" heading, whether the register is in Timer A or Timer B, or if a register Timer
A is written prior to writing the corresponding register in Timer B, then an error is reported using the
WUERIS bit in the GPTMRIS register. This error can be promoted to interrupt if it is not masked.
Note that this error is not reported for the prescaler registers because use of the prescaler is optional.
As a result, programmers must take care to follow the protocol outlined above.
1. Ensure the timer is disabled (the TnEN bit in the GPTMCTL register is cleared) before making
any changes.
3. Configure the TnMR field in the GPTM Timer n Mode Register (GPTMTnMR):
4. Optionally configure the TnSNAPS, TnWOT, TnMTE, and TnCDIR bits in the GPTMTnMR register
to select whether to capture the value of the free-running timer at time-out, use an external
trigger to start counting, configure an additional trigger or interrupt, and count up or down.
5. Load the start value into the GPTM Timer n Interval Load Register (GPTMTnILR).
6. If interrupts are required, set the appropriate bits in the GPTM Interrupt Mask Register
(GPTMIMR).
7. Set the TnEN bit in the GPTMCTL register to enable the timer and start counting.
8. Poll the GPTMRIS register or wait for the interrupt to be generated (if enabled). In both cases,
the status flags are cleared by writing a 1 to the appropriate bit of the GPTM Interrupt Clear
Register (GPTMICR).
If the TnMIE bit in the GPTMTnMR register is set, the RTCRIS bit in the GPTMRIS register is set,
and the timer continues counting. In One-Shot mode, the timer stops counting after the time-out
event. To re-enable the timer, repeat the sequence. A timer configured in Periodic mode reloads
the timer and continues counting after the time-out event.
1. Ensure the timer is disabled (the TAEN bit is cleared) before making any changes.
2. If the timer has been operating in a different mode prior to this, clear any residual set bits in the
GPTM Timer n Mode (GPTMTnMR) register before reconfiguring.
4. Write the match value to the GPTM Timer n Match Register (GPTMTnMATCHR).
5. Set/clear the RTCEN and TnSTALL bit in the GPTM Control Register (GPTMCTL) as needed.
6. If interrupts are required, set the RTCIM bit in the GPTM Interrupt Mask Register (GPTMIMR).
7. Set the TAEN bit in the GPTMCTL register to enable the timer and start counting.
When the timer count equals the value in the GPTMTnMATCHR register, the GPTM asserts the
RTCRIS bit in the GPTMRIS register and continues counting until Timer A is disabled or a hardware
reset. The interrupt is cleared by writing the RTCCINT bit in the GPTMICR register. Note that if the
GPTMTnILR register is loaded with a new value, the timer begins counting at this new value and
continues until it reaches 0xFFFF.FFFF, at which point it rolls over.
1. Ensure the timer is disabled (the TnEN bit is cleared) before making any changes.
3. In the GPTM Timer Mode (GPTMTnMR) register, write the TnCMR field to 0x0 and the TnMR
field to 0x3.
4. Configure the type of event(s) that the timer captures by writing the TnEVENT field of the GPTM
Control (GPTMCTL) register.
In up-count mode, the timer counts from 0x0 to the value in the GPTMTnMATCHR and
GPTMTnPMR registers. Note that when executing an up-count, the value of the GPTMTnPR
and GPTMTnILR must be greater than the value of GPTMTnPMR and GPTMTnMATCHR.
6. If interrupts are required, set the CnMIM bit in the GPTM Interrupt Mask (GPTMIMR) register.
7. Set the TnEN bit in the GPTMCTL register to enable the timer and begin waiting for edge events.
8. Poll the CnMRIS bit in the GPTMRIS register or wait for the interrupt to be generated (if enabled).
In both cases, the status flags are cleared by writing a 1 to the CnMCINT bit of the GPTM
Interrupt Clear (GPTMICR) register.
When counting down in Input Edge-Count Mode, the timer stops after the programmed number of
edge events has been detected. To re-enable the timer, ensure that the TnEN bit is cleared and
repeat steps 4 through 8.
1. Ensure the timer is disabled (the TnEN bit is cleared) before making any changes.
3. In the GPTM Timer Mode (GPTMTnMR) register, write the TnCMR field to 0x1 and the TnMR
field to 0x3 and select a count direction by programming the TnCDIR bit.
4. Configure the type of event that the timer captures by writing the TnEVENT field of the GPTM
Control (GPTMCTL) register.
5. If a prescaler is to be used, write the prescale value to the GPTM Timer n Prescale Register
(GPTMTnPR).
6. Load the timer start value into the GPTM Timer n Interval Load (GPTMTnILR) register.
7. If interrupts are required, set the CnEIM bit in the GPTM Interrupt Mask (GPTMIMR) register.
8. Set the TnEN bit in the GPTM Control (GPTMCTL) register to enable the timer and start counting.
9. Poll the CnERIS bit in the GPTMRIS register or wait for the interrupt to be generated (if enabled).
In both cases, the status flags are cleared by writing a 1 to the CnECINT bit of the GPTM
Interrupt Clear (GPTMICR) register. The time at which the event happened can be obtained
by reading the GPTM Timer n (GPTMTnR) register.
In Input Edge Timing mode, the timer continues running after an edge event has been detected,
but the timer interval can be changed at any time by writing the GPTMTnILR register and clearing
the TnILD bit in the GPTMTnMR register. The change takes effect at the next cycle after the write.
1. Ensure the timer is disabled (the TnEN bit is cleared) before making any changes.
3. In the GPTM Timer Mode (GPTMTnMR) register, set the TnAMS bit to 0x1, the TnCMR bit to
0x0, and the TnMR field to 0x2.
4. Configure the output state of the PWM signal (whether or not it is inverted) in the TnPWML field
of the GPTM Control (GPTMCTL) register.
5. If a prescaler is to be used, write the prescale value to the GPTM Timer n Prescale Register
(GPTMTnPR).
6. If PWM interrupts are used, configure the interrupt condition in the TnEVENT field in the
GPTMCTL register and enable the interrupts by setting the TnPWMIE bit in the GPTMTnMR
register. Note that edge detect interrupt behavior is reversed when the PWM output is inverted
(see page 737).
7. Load the timer start value into the GPTM Timer n Interval Load (GPTMTnILR) register.
8. Load the GPTM Timer n Match (GPTMTnMATCHR) register with the match value.
9. Set the TnEN bit in the GPTM Control (GPTMCTL) register to enable the timer and begin
generation of the output PWM signal.
In PWM Time mode, the timer continues running after the PWM signal has been generated. The
PWM period can be adjusted at any time by writing the GPTMTnILR register, and the change takes
effect at the next cycle after the write.
The SIZE field in the GPTM Peripheral Properties (GPTMPP) register identifies whether a module
has a 16/32-bit or 32/64-bit wide timer.
Note that the GP Timer module clock must be enabled before the registers can be programmed
(see page 338 or page 357). There must be a delay of 3 system clocks after the Timer module clock
is enabled before any Timer module registers are accessed.
Important: Bits in this register should only be changed when the TAEN and TBEN bits in the
GPTMCTL register are cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved GPTMCFG
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 For a 16/32-bit timer, this value selects the 32-bit timer
configuration.
For a 32/64-bit wide timer, this value selects the 64-bit timer
configuration.
0x1 For a 16/32-bit timer, this value selects the 32-bit real-time
clock (RTC) counter configuration.
For a 32/64-bit wide timer, this value selects the 64-bit
real-time clock (RTC) counter configuration.
0x2-0x3 Reserved
0x4 For a 16/32-bit timer, this value selects the 16-bit timer
configuration.
For a 32/64-bit wide timer, this value selects the 32-bit timer
configuration.
The function is controlled by bits 1:0 of GPTMTAMR and
GPTMTBMR.
0x5-0x7 Reserved
Important: Bits in this register should only be changed when the TAEN bit in the GPTMCTL register
is cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TAPLO TAMRSU TAPWMIE TAILD TASNAPS TAWOT TAMIE TACDIR TAAMS TACMR TAMR
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Legacy operation with CCP pin driven Low when the
GPTMTAILR is reloaded after the timer reaches 0.
1 CCP is driven High when the GPTMTAILR is reloaded after the
timer reaches 0.
Value Description
0 Update the GPTMTAMATCHR register and the GPTMTAPR
register, if used, on the next cycle.
1 Update the GPTMTAMATCHR register and the GPTMTAPR
register, if used, on the next timeout.
Value Description
0 Capture event interrupt is disabled.
1 Capture event interrupt is enabled.
Value Description
0 Update the GPTMTAR and GPTMTAV registers with the value
in the GPTMTAILR register on the next cycle. Also update the
GPTMTAPS and GPTMTAPV registers with the value in the
GPTMTAPR register on the next cycle.
1 Update the GPTMTAR and GPTMTAV registers with the value
in the GPTMTAILR register on the next timeout. Also update
the GPTMTAPS and GPTMTAPV registers with the value in
the GPTMTAPR register on the next timeout.
Note the state of this bit has no effect when counting up.
The bit descriptions above apply if the timer is enabled and running. If
the timer is disabled (TAEN is clear) when this bit is set, GPTMTAR,
GPTMTAV and GPTMTAPs, and GPTMTAPV are updated when the
timer is enabled. If the timer is stalled (TASTALL is set), GPTMTAR and
GPTMTAPS are updated according to the configuration of this bit.
Value Description
0 Snap-shot mode is disabled.
1 If Timer A is configured in the periodic mode, the actual
free-running, capture or snapshot value of Timer A is loaded at
the time-out event/capture or snapshot event into the GPTM
Timer A (GPTMTAR) register. If the timer prescaler is used,
the prescaler snapshot is loaded into the GPTM Timer A
(GPTMTAPR).
Value Description
0 Timer A begins counting as soon as it is enabled.
1 If Timer A is enabled (TAEN is set in the GPTMCTL register),
Timer A does not begin counting until it receives a trigger from
the timer in the previous position in the daisy chain, see Figure
11-9 on page 719. This function is valid for one-shot, periodic,
and PWM modes.
Value Description
0 The match interrupt is disabled for match events.
Value Description
0 The timer counts down.
1 The timer counts up. When counting up, the timer starts from a
value of 0x0.
When in PWM or RTC mode, the status of this bit is ignored. PWM mode
always counts down and RTC mode always counts up.
Value Description
0 Capture or compare mode is enabled.
1 PWM mode is enabled.
Note: To enable PWM mode, you must also clear the TACMR
bit and configure the TAMR field to 0x1 or 0x2.
Value Description
0 Edge-Count mode
1 Edge-Time mode
Value Description
0x0 Reserved
0x1 One-Shot Timer mode
0x2 Periodic Timer mode
0x3 Capture mode
The Timer mode is based on the timer configuration defined by bits 2:0
in the GPTMCFG register.
Important: Bits in this register should only be changed when the TBEN bit in the GPTMCTL register
is cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBPLO TBMRSU TBPWMIE TBILD TBSNAPS TBWOT TBMIE TBCDIR TBAMS TBCMR TBMR
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Legacy operation with CCP pin driven Low when the
GPTMTAILR is reloaded after the timer reaches 0.
1 CCP is driven High when the GPTMTAILR is reloaded after the
timer reaches 0.
Value Description
0 Update the GPTMTBMATCHR register and the GPTMTBPR
register, if used, on the next cycle.
1 Update the GPTMTBMATCHR register and the GPTMTBPR
register, if used, on the next timeout.
Value Description
0 Capture event interrupt is disabled.
1 Capture event is enabled.
Value Description
0 Update the GPTMTBR and GPTMTBV registers with the value
in the GPTMTBILR register on the next cycle. Also update the
GPTMTBPS and GPTMTBPV registers with the value in the
GPTMTBPR register on the next cycle.
1 Update the GPTMTBR and GPTMTBV registers with the value
in the GPTMTBILR register on the next timeout. Also update
the GPTMTBPS and GPTMTBPV registers with the value in
the GPTMTBPR register on the next timeout.
Note the state of this bit has no effect when counting up.
The bit descriptions above apply if the timer is enabled and running. If
the timer is disabled (TBEN is clear) when this bit is set, GPTMTBR,
GPTMTBV and, GPTMTBPS, and GPTMTBPV are updated when the
timer is enabled. If the timer is stalled (TBSTALL is set), GPTMTBR and
GPTMTBPS are updated according to the configuration of this bit.
Value Description
0 Snap-shot mode is disabled.
1 If Timer B is configured in the periodic mode, the actual
free-running value of Timer B is loaded at the time-out event
into the GPTM Timer B (GPTMTBR) register. If the timer
prescaler is used, the prescaler snapshot is loaded into the
GPTM Timer B (GPTMTBPR).
Value Description
0 Timer B begins counting as soon as it is enabled.
1 If Timer B is enabled (TBEN is set in the GPTMCTL register),
Timer B does not begin counting until it receives a trigger from
the timer in the previous position in the daisy chain, see Figure
11-9 on page 719. This function is valid for one-shot, periodic,
and PWM modes.
Value Description
0 The match interrupt is disabled for match events.
1 An interrupt is generated when the match value in the
GPTMTBMATCHR register is reached in the one-shot and
periodic modes.
Value Description
0 The timer counts down.
1 The timer counts up. When counting up, the timer starts from a
value of 0x0.
When in PWM or RTC mode, the status of this bit is ignored. PWM mode
always counts down and RTC mode always counts up.
Value Description
0 Capture or compare mode is enabled.
1 PWM mode is enabled.
Note: To enable PWM mode, you must also clear the TBCMR
bit and configure the TBMR field to 0x1 or 0x2.
Value Description
0 Edge-Count mode
1 Edge-Time mode
Value Description
0x0 Reserved
0x1 One-Shot Timer mode
0x2 Periodic Timer mode
0x3 Capture mode
The timer mode is based on the timer configuration defined by bits 2:0
in the GPTMCFG register.
Important: Bits in this register should only be changed when the TnEN bit for the respective timer
is cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBPWML TBOTE reserved TBEVENT TBSTALL TBEN reserved TAPWML TAOTE RTCEN TAEVENT TASTALL TAEN
Type RO RW RW RO RW RW RW RW RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:15 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Output is unaffected.
1 Output is inverted.
Value Description
0 The output Timer B ADC trigger is disabled.
1 The output Timer B ADC trigger is enabled.
In addition, the ADC must be enabled and the timer selected as a trigger
source with the EMn bit in the ADCEMUX register (see page 833).
12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Positive edge
0x1 Negative edge
0x2 Reserved
0x3 Both edges
Value Description
0 Timer B continues counting while the processor is halted by the
debugger.
1 Timer B freezes counting while the processor is halted by the
debugger.
Value Description
0 Timer B is disabled.
1 Timer B is enabled and begins counting or the capture logic is
enabled based on the GPTMCFG register.
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Output is unaffected.
1 Output is inverted.
Value Description
0 The output Timer A ADC trigger is disabled.
1 The output Timer A ADC trigger is enabled.
In addition, the ADC must be enabled and the timer selected as a trigger
source with the EMn bit in the ADCEMUX register (see page 833).
Value Description
0 RTC counting freezes while the processor is halted by the
debugger.
1 RTC counting continues while the processor is halted by the
debugger.
If the RTCEN bit is set, it prevents the timer from stalling in all operating
modes, even if TnSTALL is set.
Value Description
0x0 Positive edge
0x1 Negative edge
0x2 Reserved
0x3 Both edges
Value Description
0 Timer A continues counting while the processor is halted by the
debugger.
1 Timer A freezes counting while the processor is halted by the
debugger.
Value Description
0 Timer A is disabled.
1 Timer A is enabled and begins counting or the capture logic is
enabled based on the GPTMCFG register.
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 GPTM 32/64-Bit Timer 5 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 5 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 5 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 5 is triggered.
Value Description
0x0 GPTM 32/64-Bit Timer 4 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 4 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 4 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 4 is triggered.
Value Description
0x0 GPTM 32/64-Bit Timer 3 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 3 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 3 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 3 is triggered.
Value Description
0x0 GPTM 32/64-Bit Timer 2 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 2 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 2 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 2 is triggered.
Value Description
0x0 GPTM 32/64-Bit Timer 1 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 1 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 1 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 1 is triggered.
Value Description
0x0 GPTM 32/64-Bit Timer 0 is not affected.
0x1 A timeout event for Timer A of GPTM 32/64-Bit Timer 0 is
triggered.
0x2 A timeout event for Timer B of GPTM 32/64-Bit Timer 0 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 32/64-Bit
Timer 0 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 5 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 5 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 5 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 5 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 4 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 4 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 4 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 4 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 3 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 3 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 3 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 3 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 2 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 2 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 2 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 2 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 1 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 1 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 1 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 1 is triggered.
Value Description
0x0 GPTM 16/32-Bit Timer 0 is not affected.
0x1 A timeout event for Timer A of GPTM 16/32-Bit Timer 0 is
triggered.
0x2 A timeout event for Timer B of GPTM 16/32-Bit Timer 0 is
triggered.
0x3 A timeout event for both Timer A and Timer B of GPTM 16/32-Bit
Timer 0 is triggered.
reserved WUEIM
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBMIM CBEIM CBMIM TBTOIM reserved TAMIM RTCIM CAEIM CAMIM TATOIM
Type RO RO RO RO RW RW RW RW RO RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
15:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
7:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
Value Description
0 Interrupt is disabled.
1 Interrupt is enabled.
reserved WUERIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBMRIS CBERIS CBMRIS TBTORIS reserved TAMRIS RTCRIS CAERIS CAMRIS TATORIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
16 WUERIS RW 0 32/64-Bit Wide GPTM Write Update Error Raw Interrupt Status
Value Description
0 No error.
1 Either a Timer A register or a Timer B register was written twice
in a row or a Timer A register was written before the
corresponding Timer B register was written.
15:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The match value has not been reached.
1 The TBMIE bit is set in the GPTMTBMR register, and the match
values in the GPTMTBMATCHR and (optionally) GPTMTBPMR
registers have been reached when configured in one-shot or
periodic mode.
Value Description
0 The capture mode event for Timer B has not occurred.
1 A capture mode event has occurred for Timer B. This interrupt
asserts when the subtimer is configured in Input Edge-Time
mode or when configured in PWM mode with the PWM interrupt
enabled by setting the TBPWMIE bit in the GPTMTBMR.
Value Description
0 The capture mode match for Timer B has not occurred.
1 The capture mode match has occurred for Timer B. This interrupt
asserts when the values in the GPTMTBR and GPTMTBPR
match the values in the GPTMTBMATCHR and GPTMTBPMR
when configured in Input Edge-Time mode.
Value Description
0 Timer B has not timed out.
1 Timer B has timed out. This interrupt is asserted when a
one-shot or periodic mode timer reaches it's count limit (0 or
the value loaded into GPTMTBILR, depending on the count
direction).
7:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The match value has not been reached.
1 The TAMIE bit is set in the GPTMTAMR register, and the match
value in the GPTMTAMATCHR and (optionally) GPTMTAPMR
registers have been reached when configured in one-shot or
periodic mode.
Value Description
0 The RTC event has not occurred.
1 The RTC event has occurred.
Value Description
0 The capture mode event for Timer A has not occurred.
1 A capture mode event has occurred for Timer A. This interrupt
asserts when the subtimer is configured in Input Edge-Time
mode or when configured in PWM mode with the PWM interrupt
enabled by setting the TAPWMIE bit in the GPTMTAMR.
Value Description
0 The capture mode match for Timer A has not occurred.
1 A capture mode match has occurred for Timer A. This interrupt
asserts when the values in the GPTMTAR and GPTMTAPR
match the values in the GPTMTAMATCHR and GPTMTAPMR
when configured in Input Edge-Time mode.
Value Description
0 Timer A has not timed out.
1 Timer A has timed out. This interrupt is asserted when a
one-shot or periodic mode timer reaches it's count limit (0 or
the value loaded into GPTMTAILR, depending on the count
direction).
reserved WUEMIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBMMIS CBEMIS CBMMIS TBTOMIS reserved TAMMIS RTCMIS CAEMIS CAMMIS TATOMIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
16 WUEMIS RO 0 32/64-Bit Wide GPTM Write Update Error Masked Interrupt Status
Value Description
0 An unmasked Write Update Error has not occurred.
1 An unmasked Write Update Error has occurred.
15:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A Timer B Mode Match interrupt has not occurred or is masked.
1 An unmasked Timer B Mode Match interrupt
has occurred.
Value Description
0 A Capture B event interrupt has not occurred or is masked.
1 An unmasked Capture B event interrupt
has occurred.
Value Description
0 A Capture B Mode Match interrupt has not occurred or is
masked.
1 An unmasked Capture B Match interrupt
has occurred.
Value Description
0 A Timer B Time-Out interrupt has not occurred or is masked.
1 An unmasked Timer B Time-Out interrupt
has occurred.
7:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A Timer A Mode Match interrupt has not occurred or is masked.
1 An unmasked Timer A Mode Match interrupt
has occurred.
Value Description
0 An RTC event interrupt has not occurred or is masked.
1 An unmasked RTC event interrupt
has occurred.
Value Description
0 A Capture A event interrupt has not occurred or is masked.
1 An unmasked Capture A event interrupt
has occurred.
Value Description
0 A Capture A Mode Match interrupt has not occurred or is
masked.
1 An unmasked Capture A Match interrupt
has occurred.
Value Description
0 A Timer A Time-Out interrupt has not occurred or is masked.
1 An unmasked Timer A Time-Out interrupt
has occurred.
reserved WUECINT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TBMCINT CBECINT CBMCINT TBTOCINT reserved TAMCINT RTCCINT CAECINT CAMCINT TATOCINT
Type RO RO RO RO W1C W1C W1C W1C RO RO RO W1C W1C W1C W1C W1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
TAILR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAILR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
TBILR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBILR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1
TAMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
TBMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAPSRH TAPSR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBPSRH TBPSR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAPSMRH TAPSMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBPSMRH TBPSMR
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
TAR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
TBR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1
TAV
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TAV
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
TBV
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TBV
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RTCPD
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PSS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PSS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PSV
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PSV
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SIZE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Timer A and Timer B counters are 16 bits each with an 8-bit
prescale counter.
1 Timer A and Timer B counters are 32 bits each with a 16-bit
prescale counter.
12 Watchdog Timers
A watchdog timer can generate a non-maskable interrupt (NMI), a regular interrupt or a reset when
a time-out value is reached. The watchdog timer is used to regain control when a system has failed
due to a software error or due to the failure of an external device to respond in the expected way.
The TM4C123GH6PM microcontroller has two Watchdog Timer Modules, one module is clocked
by the system clock (Watchdog Timer 0) and the other (Watchdog Timer 1) is clocked by the PIOSC
The two modules are identical except that WDT1 is in a different clock domain, and therefore requires
synchronizers. As a result, WDT1 has a bit defined in the Watchdog Timer Control (WDTCTL)
register to indicate when a write to a WDT1 register is complete. Software can use this bit to ensure
that the previous access has completed before starting the next access.
The TM4C123GH6PM controller has two Watchdog Timer modules with the following features:
Programmable interrupt generation logic with interrupt masking and optional NMI function
User-enabled stalling when the microcontroller asserts the CPU Halt flag during debug
The Watchdog Timer can be configured to generate an interrupt to the controller on its first time-out,
and to generate a reset signal on its second time-out. Once the Watchdog Timer has been configured,
the lock register can be written to prevent the timer configuration from being inadvertently altered.
WDTCTL
WDTICR
Interrupt/NMI WDTRIS
32-Bit Down
WDTMIS Counter
WDTLOCK 0x0000.0000
System Clock/
PIOSC WDTTEST
Comparator
WDTVALUE
Identification Registers
Writing to WDTLOAD does not clear an active interrupt. An interrupt must be specifically cleared
by writing to the Watchdog Interrupt Clear (WDTICR) register.
The Watchdog module interrupt and reset generation can be enabled or disabled as required. When
the interrupt is re-enabled, the 32-bit counter is preloaded with the load register value and not its
last state.
The watchdog timer is disabled by default out of reset. To achieve maximum watchdog protection
of the device, the watchdog timer can be enabled at the start of the reset vector.
1. Load the WDTLOAD register with the desired timer load value.
2. If WDT1, wait for the WRC bit in the WDTCTL register to be set.
3. If the Watchdog is configured to trigger system resets, set the RESEN bit in the WDTCTL register.
4. If WDT1, wait for the WRC bit in the WDTCTL register to be set.
5. Set the INTEN bit in the WDTCTL register to enable the Watchdog, enable interrupts, and lock
the control register.
If software requires that all of the watchdog registers are locked, the Watchdog Timer module can
be fully locked by writing any value to the WDTLOCK register. To unlock the Watchdog Timer, write
a value of 0x1ACC.E551.
To service the watchdog, periodically reload the count value into the WDTLOAD register to restart
the count. The interrupt can be enabled using the INTEN bit in the WDTCTL register to allow the
processor to attempt corrective action if the watchdog is not serviced often enough. The RESEN bit
in WDTCTL can be set so that the system resets if the failure is not recoverable using the ISR.
WDT0: 0x4000.0000
WDT1: 0x4000.1000
Note that the Watchdog Timer module clock must be enabled before the registers can be programmed
(see page 337).
0x0000.0000
(WDT0)
0x008 WDTCTL RW Watchdog Control 780
0x8000.0000
(WDT1)
WDTLOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WDTLOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
WDTVALUE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WDTVALUE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Important: Because the Watchdog Timer 1 module has an independent clocking domain, its
registers must be written with a timing gap between accesses. Software must guarantee
that this delay is inserted between back-to-back writes to WDT1 registers or between
a write followed by a read to the registers. The timing for back-to-back reads from the
WDT1 module has no restrictions. The WRC bit in the Watchdog Control (WDTCTL)
register for WDT1 indicates that the required timing gap has elapsed. This bit is cleared
on a write operation and set once the write completes, indicating to software that another
write or read may be started safely. Software should poll WDTCTL for WRC=1 prior to
accessing another register. Note that WDT0 does not have this restriction as it runs off
the system clock and therefore does not have a WRC bit.
WRC reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 A write access to one of the WDT1 registers is in progress.
1 A write access is not in progress, and WDT1 registers can be
read or written.
Note: This bit is reserved for WDT0 and has a reset value of 0.
30:3 reserved RO 0x000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Watchdog interrupt is a standard interrupt.
1 Watchdog interrupt is a non-maskable interrupt.
Value Description
0 Disabled.
1 Enable the Watchdog module reset output.
Value Description
0 Interrupt event disabled. Once this bit is set, it can only be
cleared by a hardware reset or a software reset initiated by
setting the appropriate bit in the Watchdog Timer Software
Reset (SRWD) register.
1 Interrupt event enabled. Once enabled, all writes are ignored.
Setting this bit enables the Watchdog Timer.
WDTINTCLR
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WDTINTCLR
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset - - - - - - - - - - - - - - - -
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved WDTRIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The watchdog has not timed out.
1 A watchdog time-out event has occurred.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved WDTMIS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The watchdog has not timed out or the watchdog timer interrupt
is masked.
1 A watchdog time-out event has been signalled to the interrupt
controller.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RW RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:9 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The watchdog timer continues counting if the microcontroller is
stopped with a debugger.
1 If the microcontroller is stopped with a debugger, the watchdog
timer stops counting. Once the microcontroller is restarted, the
watchdog timer resumes counting.
7:0 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
WDTLOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
WDTLOCK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0x0000.0001 Locked
0x0000.0000 Unlocked
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID4
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID5
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID6
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID7
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Four programmable sample conversion sequencers from one to eight entries long, with
corresponding conversion result FIFOs
Controller (software)
Timers
Analog Comparators
PWM
GPIO
Power and ground for the analog circuitry is separate from the digital power and ground
Input
Triggers ADC 0
Channels
Interrupts/
Triggers
ADC 1
Interrupts/
Triggers
Figure 13-2 on page 801 provides details on the internal configuration of the ADC controls and data
registers.
PWM Trigger
For a given sample sequence, each sample is defined by bit fields in the ADC Sample Sequence
Input Multiplexer Select (ADCSSMUXn) and ADC Sample Sequence Control (ADCSSCTLn)
registers, where "n" corresponds to the sequence number. The ADCSSMUXn fields select the input
pin, while the ADCSSCTLn fields contain the sample control bits corresponding to parameters such
as temperature sensor selection, interrupt enable, end of sequence, and differential input mode.
Sample sequencers are enabled by setting the respective ASENn bit in the ADC Active Sample
Sequencer (ADCACTSS) register and should be configured before being enabled. Sampling is
then initiated by setting the SSn bit in the ADC Processor Sample Sequence Initiate (ADCPSSI)
register. In addition, sample sequences may be initiated on multiple ADC modules simultaneously
using the GSYNC and SYNCWAIT bits in the ADCPSSI register during the configuration of each ADC
module. For more information on using these bits, refer to page 845.
When configuring a sample sequence, multiple uses of the same input pin within the same sequence
are allowed. In the ADCSSCTLn register, the IEn bits can be set for any combination of samples,
allowing interrupts to be generated after every sample in the sequence if necessary. Also, the END
bit can be set at any point within a sample sequence. For example, if Sequencer 0 is used, the END
bit can be set in the nibble associated with the fifth sample, allowing Sequencer 0 to complete
execution of the sample sequence after the fifth sample.
After a sample sequence completes execution, the result data can be retrieved from the ADC
Sample Sequence Result FIFO (ADCSSFIFOn) registers. The FIFOs are simple circular buffers
that read a single address to "pop" result data. For software debug purposes, the positions of the
FIFO head and tail pointers are visible in the ADC Sample Sequence FIFO Status (ADCSSFSTATn)
registers along with FULL and EMPTY status flags. If a write is attempted when the FIFO is full, the
write does not occur and an overflow condition is indicated. Overflow and underflow conditions are
monitored using the ADCOSTAT and ADCUSTAT registers.
Interrupt generation
DMA operation
Sequence prioritization
Trigger configuration
Comparator configuration
Module clocking
Most of the ADC control logic runs at the ADC clock rate of 16 MHz. The internal ADC divider is
configured for 16-MHz operation automatically by hardware when the system XTAL is selected with
the PLL.
13.3.2.1 Interrupts
The register configurations of the sample sequencers and digital comparators dictate which events
generate raw interrupts, but do not have control over whether the interrupt is actually sent to the
interrupt controller. The ADC module's interrupt signals are controlled by the state of the MASK bits
in the ADC Interrupt Mask (ADCIM) register. Interrupt status can be viewed at two locations: the
ADC Raw Interrupt Status (ADCRIS) register, which shows the raw status of the various interrupt
signals; and the ADC Interrupt Status and Clear (ADCISC) register, which shows active interrupts
that are enabled by the ADCIM register. Sequencer interrupts are cleared by writing a 1 to the
corresponding IN bit in ADCISC. Digital comparator interrupts are cleared by writing a 1 to the ADC
Digital Comparator Interrupt Status and Clear (ADCDCISC) register.
The arbitration size of the DMA transfer must be a power of 2, and the associated IE bits in the
ADCSSCTLn register must be set. For example, if the DMA channel of SS0 has an arbitration
size of four, the IE3 bit (4th sample) and the IE7 bit (8th sample) must be set. Thus the DMA
request occurs every time 4 samples have been acquired. No other special steps are needed to
enable the ADC module for DMA operation.
Refer to the Micro Direct Memory Access (DMA) on page 585 for more details about programming
the DMA controller.
13.3.2.3 Prioritization
When sampling events (triggers) happen concurrently, they are prioritized for processing by the
values in the ADC Sample Sequencer Priority (ADCSSPRI) register. Valid priority values are in
the range of 0-3, with 0 being the highest priority and 3 being the lowest. Multiple active sample
sequencer units with the same priority do not provide consistent results, so software must ensure
that all active sample sequencer units have a unique priority value.
. . . .
. . . .
. . . .
This feature can be used to double the sampling rate of an input. Both ADC module 0 and ADC
module 1 can be programmed to sample the same input. ADC module 0 could sample at the standard
position (the PHASE field in the ADCSPC register is 0x0). ADC module 1 can be configured to sample
at 180 (PHASE = 0x8). The two modules can be be synchronized using the GSYNC and SYNCWAIT
bits in the ADC Processor Sample Sequence Initiate (ADCPSSI) register. Software could then
combine the results from the two modules to create a sample rate of one million samples/second
at 16 MHz as shown in Figure 13-4 on page 805.
GSYNC
Using the ADCSPC register, ADC0 and ADC1 may provide a number of interesting applications:
Coincident continuous sampling of different signals. The sample sequence steps run coincidently
in both converters.
Skewed sampling of the same signal. The sample sequence steps are 0.5 s out of phase with
each other for 1 Msps. This configuration doubles the conversion bandwidth of a single input
when software combines the results as shown in Figure 13-5 on page 806.
ADC0 S1 S2 S3 S4 S5 S6 S7 S8
ADC1 S1 S2 S3 S4 S5 S6 S7 S8
A+B+C+D A+B+C+D
4 4
INT
Tiva Microcontroller
InputPAD
Equivalent
Zs Circuit ZADC
ESDclamps
toGNDonly
Rs Pin RADC 12bit
SARADC
Converter
5VESD 12bit
VS VADCIN IL
Cs Clamp Word
InputPAD RADC
Pin
Equivalent
Circuit
CADC
The ADC operates from both the 3.3-V analog and 1.2-V digital power supplies. The ADC clock can
be configured to reduce power consumption when ADC conversions are not required (see System
Control on page 227). The analog inputs are connected to the ADC through specially balanced input
paths to minimize the distortion and cross-talk on the inputs. Detailed information on the ADC power
supplies and analog inputs can be found in Analog-to-Digital Converter (ADC) on page 1389.
VDDA VDDA
VREFP
VREFN
GNDA GNDA ADC
The range of this conversion value is from 0x000 to 0xFFF. In single-ended-input mode, the 0x000
value corresponds to the voltage level on VREFN; the 0xFFF value corresponds to the voltage level
on VREFP. This configuration results in a resolution that can be calculated using the following
equation:
While the analog input pads can handle voltages beyond this range, the analog input voltages must
remain within the limits prescribed by Table 24-33 on page 1389 to produce accurate results. Figure
13-9 on page 810 shows the ADC conversion function of the analog inputs.
0xFFF
0xC00
0x800
0x400
VIN
N
P
)
)
N
EF
EF
N
EF
EF
EF
VR
VR
R
-V
-V
-V
P
P
EF
EF
EF
R
R
(V
(V
(V
- Input Saturation
The voltage sampled in differential mode is the difference between the odd and even channels:
The input differential voltage is defined as: VIND = VIN+ - VIN-, therefore:
If VIND > 0, then the conversion result > 0x800 (range is 0x8000xFFF)
If VIND < 0, then the conversion result < 0x800 (range is 00x800)
Both VIN_EVEN and VIN_ODD must be in the range of (VREFP to VREFN) for a valid conversion
result
The maximum possible differential input swing, or the maximum differential range, is: -VREFDto
+VREFD, so the maximum peak-to-peak input differential signal is (+VREFD - -VREFD) = 2 *
VREFD= 2 * (VREFP - VREFN)
In order to take advantage of the maximum possible differential input swing, VINCM should be
very close to VREFCM, see Table 24-33 on page 1389.
If VINCM is not equal to VREFCM, the differential input signal may clip at either maximum or minimum
voltage, because either single ended input can never be larger than VREFP or smaller than VREFN,
and it is not possible to achieve full swing. Thus any difference in common mode between the input
voltage and the reference voltage limits the differential dynamic range of the ADC.
Because the maximum peak-to-peak differential signal voltage is 2 * (VREFP - VREFN), the ADC
codes are interpreted as:
Figure 13-10 shows how the differential voltage, V, is represented in ADC codes.
0xFFF
0x800
- Input Saturation
VTSENS
VTSENS = 2.7 V (TEMP+55)
75
2.5 V
1.633 V
0.833 V
-40 C 25 C 85 C Temp
The temperature sensor reading can be sampled in a sample sequence by setting the TSn bit in
the ADCSSCTLn register. The temperature reading from the temperature sensor can also be given
as a function of the ADC value. The following formula calculates temperature (TEMP in ) based
on the ADC reading (ADCCODE, given as an unsigned decimal number from 0 to 4095) and the
maximum ADC voltage range (VREFP - VREFN):
TEMP = 147.5 - ((75 * (VREFP - VREFN) ADCCODE) / 4096)
data is used by each function to determine if the right conditions have been met to assert the
associated output.
Interrupts
The digital comparator interrupt function is enabled by setting the CIE bit in the ADC Digital
Comparator Control (ADCDCCTLn) register. This bit enables the interrupt function state machine
to start monitoring the incoming ADC conversions. When the appropriate set of conditions is met,
and the DCONSSx bit is set in the ADCIM register, an interrupt is sent to the interrupt controller.
Note: Only a single DCONSSn bit should be set at any given time. Setting more than one of these
bits results in the INRDC bit from the ADCRIS register being masked, and no interrupt is
generated on any of the sample sequencer interrupt lines. It is recommended that when
interrupts are used, they are enabled on alternating samples or at the end of the sample
sequence.
Triggers
The digital comparator trigger function is enabled by setting the CTE bit in the ADCDCCTLn register.
This bit enables the trigger function state machine to start monitoring the incoming ADC conversions.
When the appropriate set of conditions is met, the corresponding digital comparator trigger to the
PWM module is asserted.
Always Mode
In the Always operational mode, the associated interrupt or trigger is asserted whenever the ADC
conversion value meets its comparison criteria. The result is a string of assertions on the interrupt
or trigger while the conversions are within the appropriate range.
Once Mode
In the Once operational mode, the associated interrupt or trigger is asserted whenever the ADC
conversion value meets its comparison criteria, and the previous ADC conversion value did not.
The result is a single assertion of the interrupt or trigger when the conversions are within the
appropriate range.
Hysteresis-Always Mode
The Hysteresis-Always operational mode can only be used in conjunction with the low-band or
high-band regions because the mid-band region must be crossed and the opposite region entered
to clear the hysteresis condition. In the Hysteresis-Always mode, the associated interrupt or trigger
is asserted in the following cases: 1) the ADC conversion value meets its comparison criteria or 2)
a previous ADC conversion value has met the comparison criteria, and the hysteresis condition has
not been cleared by entering the opposite region. The result is a string of assertions on the interrupt
or trigger that continue until the opposite region is entered.
Hysteresis-Once Mode
The Hysteresis-Once operational mode can only be used in conjunction with the low-band or
high-band regions because the mid-band region must be crossed and the opposite region entered
to clear the hysteresis condition. In the Hysteresis-Once mode, the associated interrupt or trigger
is asserted only when the ADC conversion value meets its comparison criteria, the hysteresis
condition is clear, and the previous ADC conversion did not meet the comparison criteria. The result
is a single assertion on the interrupt or trigger.
Low-Band Operation
To operate in the low-band region, the CIC field or the CTC field in the ADCDCCTLn register must
be programmed to 0x0. This setting causes interrupts or triggers to be generated in the low-band
region as defined by the programmed operational mode. An example of the state of the
interrupt/trigger signal in the low-band region for each of the operational modes is shown in Figure
13-12 on page 815. Note that a "0" in a column following the operational mode name (Always, Once,
Hysteresis Always, and Hysteresis Once) indicates that the interrupt or trigger signal is deasserted
and a "1" indicates that the signal is asserted.
COMP1
COMP0
Always 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1
Once 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1
Hysteresis Always 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1
Hysteresis Once 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1
Mid-Band Operation
To operate in the mid-band region, the CIC field or the CTC field in the ADCDCCTLn register must
be programmed to 0x1. This setting causes interrupts or triggers to be generated in the mid-band
region according the operation mode. Only the Always and Once operational modes are available
in the mid-band region. An example of the state of the interrupt/trigger signal in the mid-band region
for each of the allowed operational modes is shown in Figure 13-13 on page 816. Note that a "0" in
a column following the operational mode name (Always or Once) indicates that the interrupt or
trigger signal is deasserted and a "1" indicates that the signal is asserted.
COMP1
COMP0
Always 0 0 1 1 0 0 0 1 1 1 0 0 1 1 0 0
Once 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0
Hysteresis Always - - - - - - - - - - - - - - - -
Hysteresis Once - - - - - - - - - - - - - - - -
High-Band Operation
To operate in the high-band region, the CIC field or the CTC field in the ADCDCCTLn register must
be programmed to 0x3. This setting causes interrupts or triggers to be generated in the high-band
region according the operation mode. An example of the state of the interrupt/trigger signal in the
high-band region for each of the allowed operational modes is shown in Figure 13-14 on page 817.
Note that a "0" in a column following the operational mode name (Always, Once, Hysteresis Always,
and Hysteresis Once) indicates that the interrupt or trigger signal is deasserted and a "1" indicates
that the signal is asserted.
COMP1
COMP0
Always 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 1
Once 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0
Hysteresis Always 0 0 0 0 1 1 1 1 1 1 1 1 0 0 1 1
Hysteresis Once 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0
1. Enable the ADC clock using the RCGCADC register (see page 352).
2. Enable the clock to the appropriate GPIO modules via the RCGCGPIO register (see page 340).
To find out which GPIO ports to enable, refer to Signal Description on page 801.
3. Set the GPIO AFSEL bits for the ADC input pins (see page 671). To determine which GPIOs to
configure, see Table 23-4 on page 1344.
4. Configure the AINx signals to be analog inputs by clearing the corresponding DEN bit in the
GPIO Digital Enable (GPIODEN) register (see page 682).
5. Disable the analog isolation circuit for all ADC input pins that are to be used by writing a 1 to
the appropriate bits of the GPIOAMSEL register (see page 687) in the associated GPIO block.
6. If required by the application, reconfigure the sample sequencer priorities in the ADCSSPRI
register. The default configuration has Sample Sequencer 0 with the highest priority and Sample
Sequencer 3 as the lowest priority.
1. Ensure that the sample sequencer is disabled by clearing the corresponding ASENn bit in the
ADCACTSS register. Programming of the sample sequencers is allowed without having them
enabled. Disabling the sequencer during programming prevents erroneous execution if a trigger
event were to occur during the configuration process.
2. Configure the trigger event for the sample sequencer in the ADCEMUX register.
3. When using a PWM generator as the trigger source, use the ADC Trigger Source Select
(ADCTSSEL) register to specify in which PWM module the generator is located. The default
register reset selects PWM module 0 for all generators.
4. For each sample in the sample sequence, configure the corresponding input source in the
ADCSSMUXn register.
5. For each sample in the sample sequence, configure the sample control bits in the corresponding
nibble in the ADCSSCTLn register. When programming the last nibble, ensure that the END bit
is set. Failure to set the END bit causes unpredictable behavior.
6. If interrupts are to be used, set the corresponding MASK bit in the ADCIM register.
7. Enable the sample sequencer logic by setting the corresponding ASENn bit in the ADCACTSS
register.
ADC0: 0x4003.8000
ADC1: 0x4003.9000
Note that the ADC module clock must be enabled before the registers can be programmed (see
page 352). There must be a delay of 3 system clocks after the ADC module clock is enabled before
any ADC module registers are accessed.
0x00C ADCISC RW1C 0x0000.0000 ADC Interrupt Status and Clear 828
0x034 ADCDCISC RW1C 0x0000.0000 ADC Digital Comparator Interrupt Status and Clear 848
0x040 ADCSSMUX0 RW 0x0000.0000 ADC Sample Sequence Input Multiplexer Select 0 851
0x054 ADCSSDC0 RW 0x0000.0000 ADC Sample Sequence 0 Digital Comparator Select 865
0x060 ADCSSMUX1 RW 0x0000.0000 ADC Sample Sequence Input Multiplexer Select 1 867
0x074 ADCSSDC1 RW 0x0000.0000 ADC Sample Sequence 1 Digital Comparator Select 873
0x080 ADCSSMUX2 RW 0x0000.0000 ADC Sample Sequence Input Multiplexer Select 2 867
0x094 ADCSSDC2 RW 0x0000.0000 ADC Sample Sequence 2 Digital Comparator Select 873
0x0A0 ADCSSMUX3 RW 0x0000.0000 ADC Sample Sequence Input Multiplexer Select 3 875
0x0B4 ADCSSDC3 RW 0x0000.0000 ADC Sample Sequence 3 Digital Comparator Select 879
0xD00 ADCDCRIC WO 0x0000.0000 ADC Digital Comparator Reset Initial Conditions 880
reserved BUSY
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC is idle
1 ADC is busy
15:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Sample Sequencer 3 is disabled.
1 Sample Sequencer 3 is enabled.
Value Description
0 Sample Sequencer 2 is disabled.
1 Sample Sequencer 2 is enabled.
Value Description
0 Sample Sequencer 1 is disabled.
1 Sample Sequencer 1 is enabled.
Value Description
0 Sample Sequencer 0 is disabled.
1 Sample Sequencer 0 is enabled.
reserved INRDC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:17 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 All bits in the ADCDCISC register are clear.
1 At least one bit in the ADCDCISC register is set, meaning that
a digital comparator interrupt has occurred.
15:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 A sample has completed conversion and the respective
ADCSSCTL3 IEn bit is set, enabling a raw interrupt.
This bit is cleared by writing a 1 to the IN3 bit in the ADCISC register.
Value Description
0 An interrupt has not occurred.
1 A sample has completed conversion and the respective
ADCSSCTL2 IEn bit is set, enabling a raw interrupt.
This bit is cleared by writing a 1 to the IN2 bit in the ADCISC register.
Value Description
0 An interrupt has not occurred.
1 A sample has completed conversion and the respective
ADCSSCTL1 IEn bit is set, enabling a raw interrupt.
This bit is cleared by writing a 1 to the IN1 bit in the ADCISC register.
Value Description
0 An interrupt has not occurred.
1 A sample has completed conversion and the respective
ADCSSCTL0 IEn bit is set, enabling a raw interrupt.
This bit is cleared by writing a 1 to the IN0 bit in the ADCISC register.
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:20 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The status of the digital comparators does not affect the SS3
interrupt status.
1 The raw interrupt signal from the digital comparators (INRDC
bit in the ADCRIS register) is sent to the interrupt controller on
the SS3 interrupt line.
Value Description
0 The status of the digital comparators does not affect the SS2
interrupt status.
1 The raw interrupt signal from the digital comparators (INRDC
bit in the ADCRIS register) is sent to the interrupt controller on
the SS2 interrupt line.
Value Description
0 The status of the digital comparators does not affect the SS1
interrupt status.
1 The raw interrupt signal from the digital comparators (INRDC
bit in the ADCRIS register) is sent to the interrupt controller on
the SS1 interrupt line.
Value Description
0 The status of the digital comparators does not affect the SS0
interrupt status.
1 The raw interrupt signal from the digital comparators (INRDC
bit in the ADCRIS register) is sent to the interrupt controller on
the SS0 interrupt line.
15:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The status of Sample Sequencer 3 does not affect the SS3
interrupt status.
1 The raw interrupt signal from Sample Sequencer 3 (ADCRIS
register INR3 bit) is sent to the interrupt controller.
Value Description
0 The status of Sample Sequencer 2 does not affect the SS2
interrupt status.
1 The raw interrupt signal from Sample Sequencer 2 (ADCRIS
register INR2 bit) is sent to the interrupt controller.
Value Description
0 The status of Sample Sequencer 1 does not affect the SS1
interrupt status.
1 The raw interrupt signal from Sample Sequencer 1 (ADCRIS
register INR1 bit) is sent to the interrupt controller.
Value Description
0 The status of Sample Sequencer 0 does not affect the SS0
interrupt status.
1 The raw interrupt signal from Sample Sequencer 0 (ADCRIS
register INR0 bit) is sent to the interrupt controller.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:20 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INRDC bit in the ADCRIS register and the DCONSS3
bit in the ADCIM register are set, providing a level-based
interrupt to the interrupt controller.
This bit is cleared by writing a 1 to it. Clearing this bit also clears the
INRDC bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INRDC bit in the ADCRIS register and the DCONSS2
bit in the ADCIM register are set, providing a level-based
interrupt to the interrupt controller.
This bit is cleared by writing a 1 to it. Clearing this bit also clears the
INRDC bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INRDC bit in the ADCRIS register and the DCONSS1
bit in the ADCIM register are set, providing a level-based
interrupt to the interrupt controller.
This bit is cleared by writing a 1 to it. Clearing this bit also clears the
INRDC bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INRDC bit in the ADCRIS register and the DCONSS0
bit in the ADCIM register are set, providing a level-based
interrupt to the interrupt controller.
This bit is cleared by writing a 1 to it. Clearing this bit also clears the
INRDC bit in the ADCRIS register.
15:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INR3 bit in the ADCRIS register and the MASK3 bit in
the ADCIM register are set, providing a level-based interrupt to
the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the INR3
bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INR2 bit in the ADCRIS register and the MASK2 bit in
the ADCIM register are set, providing a level-based interrupt to
the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the INR2
bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INR1 bit in the ADCRIS register and the MASK1 bit in
the ADCIM register are set, providing a level-based interrupt to
the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the INR1
bit in the ADCRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 Both the INR0 bit in the ADCRIS register and the MASK0 bit in
the ADCIM register are set, providing a level-based interrupt to
the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the INR0
bit in the ADCRIS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The FIFO has not overflowed.
1 The FIFO for Sample Sequencer 3 has hit an overflow condition,
meaning that the FIFO is full and a write was requested. When
an overflow is detected, the most recent write is dropped.
Value Description
0 The FIFO has not overflowed.
1 The FIFO for Sample Sequencer 2 has hit an overflow condition,
meaning that the FIFO is full and a write was requested. When
an overflow is detected, the most recent write is dropped.
Value Description
0 The FIFO has not overflowed.
1 The FIFO for Sample Sequencer 1 has hit an overflow condition,
meaning that the FIFO is full and a write was requested. When
an overflow is detected, the most recent write is dropped.
Value Description
0 The FIFO has not overflowed.
1 The FIFO for Sample Sequencer 0 has hit an overflow condition,
meaning that the FIFO is full and a write was requested. When
an overflow is detected, the most recent write is dropped.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Event
0x0 Processor (default)
The trigger is initiated by setting the SSn bit in the ADCPSSI
register.
0x1 Analog Comparator 0
This trigger is configured by the Analog Comparator Control
0 (ACCTL0) register (page 1227).
0x2 Analog Comparator 1
This trigger is configured by the Analog Comparator Control
1 (ACCTL1) register (page 1227).
0x3 reserved
0x4 External (GPIO Pins)
This trigger is connected to the GPIO interrupt for the
corresponding GPIO (see ADC Trigger Source on page 655).
Value Event
0x0 Processor (default)
The trigger is initiated by setting the SSn bit in the ADCPSSI
register.
0x1 Analog Comparator 0
This trigger is configured by the Analog Comparator Control
0 (ACCTL0) register (page 1227).
0x2 Analog Comparator 1
This trigger is configured by the Analog Comparator Control
1 (ACCTL1) register (page 1227).
0x3 reserved
0x4 External (GPIO Pins)
This trigger is connected to the GPIO interrupt for the
corresponding GPIO (see ADC Trigger Source on page 655).
Value Event
0x0 Processor (default)
The trigger is initiated by setting the SSn bit in the ADCPSSI
register.
0x1 Analog Comparator 0
This trigger is configured by the Analog Comparator Control
0 (ACCTL0) register (page 1227).
0x2 Analog Comparator 1
This trigger is configured by the Analog Comparator Control
1 (ACCTL1) register (page 1227).
0x3 reserved
0x4 External (GPIO Pins)
This trigger is connected to the GPIO interrupt for the
corresponding GPIO (see ADC Trigger Source on page 655).
Value Event
0x0 Processor (default)
The trigger is initiated by setting the SSn bit in the ADCPSSI
register.
0x1 Analog Comparator 0
This trigger is configured by the Analog Comparator Control
0 (ACCTL0) register (page 1227).
0x2 Analog Comparator 1
This trigger is configured by the Analog Comparator Control
1 (ACCTL1) register (page 1227).
0x3 reserved
0x4 External (GPIO Pins)
This trigger is connected to the GPIO interrupt for the
corresponding GPIO (see ADC Trigger Source on page 655).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The FIFO has not underflowed.
1 The FIFO for the Sample Sequencer has hit an underflow
condition, meaning that the FIFO is empty and a read was
requested. The problematic read does not move the FIFO
pointers, and 0s are returned.
Type RO RO RW RW RO RO RO RO RO RO RW RW RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RW RW RO RO RO RO RO RO RW RW RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:30 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Use Generator 3 (and its trigger) in PWM module 0
0x1 Use Generator 3 (and its trigger) in PWM module 1
0x2 - 0x3 reserved
27:22 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Use Generator 2 (and its trigger) in PWM module 0
0x1 Use Generator 2 (and its trigger) in PWM module 1
0x2 - 0x3 reserved
19:14 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Use Generator 1 (and its trigger) in PWM module 0
0x1 Use Generator 1 (and its trigger) in PWM module 1
0x2 - 0x3 reserved
11:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Use Generator 0 (and its trigger) in PWM module 0
0x1 Use Generator 0 (and its trigger) in PWM module 1
0x2 - 0x3 reserved
3:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RW RW RO RO RW RW RO RO RW RW RO RO RW RW
Reset 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0
31:14 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:10 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:2 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PHASE
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 ADC sample lags by 0.0
0x1 ADC sample lags by 22.5
0x2 ADC sample lags by 45.0
0x3 ADC sample lags by 67.5
0x4 ADC sample lags by 90.0
0x5 ADC sample lags by 112.5
0x6 ADC sample lags by 135.0
0x7 ADC sample lags by 157.5
0x8 ADC sample lags by 180.0
0x9 ADC sample lags by 202.5
0xA ADC sample lags by 225.0
0xB ADC sample lags by 247.5
0xC ADC sample lags by 270.0
0xD ADC sample lags by 292.5
0xE ADC sample lags by 315.0
0xF ADC sample lags by 337.5
Register 11: ADC Processor Sample Sequence Initiate (ADCPSSI), offset 0x028
This register provides a mechanism for application software to initiate sampling in the sample
sequencers. Sample sequences can be initiated individually or in any combination. When multiple
sequences are triggered simultaneously, the priority encodings in ADCSSPRI dictate execution
order.
This register also provides a means to configure and then initiate concurrent sampling on all ADC
modules. To do this, the first ADC module should be configured. The ADCPSSI register for that
module should then be written. The appropriate SS bits should be set along with the SYNCWAIT bit.
Additional ADC modules should then be configured following the same procedure. Once the final
ADC module is configured, its ADCPSSI register should be written with the appropriate SS bits set
along with the GSYNC bit. All of the ADC modules then begin concurrent sampling according to their
configuration.
Type RW RO RO RO RW RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 - - - -
Value Description
0 This bit is cleared once sampling has been initiated.
1 This bit initiates sampling in multiple ADC modules at the same
time. Any ADC module that has been initialized by setting an
SSn bit and the SYNCWAIT bit starts sampling once this bit is
written.
30:28 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Sampling begins when a sample sequence has been initiated.
1 This bit allows the sample sequences to be initiated, but delays
sampling until the GSYNC bit is set.
26:4 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Begin sampling on Sample Sequencer 3, if the sequencer is
enabled in the ADCACTSS register.
Value Description
0 No effect.
1 Begin sampling on Sample Sequencer 2, if the sequencer is
enabled in the ADCACTSS register.
Value Description
0 No effect.
1 Begin sampling on Sample Sequencer 1, if the sequencer is
enabled in the ADCACTSS register.
Value Description
0 No effect.
1 Begin sampling on Sample Sequencer 0, if the sequencer is
enabled in the ADCACTSS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved AVG
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 No hardware oversampling
0x1 2x hardware oversampling
0x2 4x hardware oversampling
0x3 8x hardware oversampling
0x4 16x hardware oversampling
0x5 32x hardware oversampling
0x6 64x hardware oversampling
0x7 reserved
Register 13: ADC Digital Comparator Interrupt Status and Clear (ADCDCISC),
offset 0x034
This register provides status and acknowledgement of digital comparator interrupts. One bit is
provided for each comparator.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 Digital Comparator 7 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 6 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 5 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 4 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 3 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 2 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 1 has generated an interrupt.
Value Description
0 No interrupt.
1 Digital Comparator 0 has generated an interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RW RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:7 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Dither mode disabled
1 Dither mode enabled
5:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 VDDA and GNDA are the voltage references for all ADC modules.
0x1 Reserved
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
TS7 IE7 END7 D7 TS6 IE6 END6 D6 TS5 IE5 END5 D5 TS4 IE4 END4 D4
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TS3 IE3 END3 D3 TS2 IE2 END2 D2 TS1 IE1 END1 D1 TS0 IE0 END0 D0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the eighth sample of the sample sequence.
1 The temperature sensor is read during the eighth sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
eighth sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The eighth sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the seventh sample of the sample sequence.
1 The temperature sensor is read during the seventh sample of
the sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
seventh sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The seventh sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the sixth sample of the sample sequence.
1 The temperature sensor is read during the sixth sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
sixth sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The sixth sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the fifth sample of the sample sequence.
1 The temperature sensor is read during the fifth sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
fifth sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The fifth sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the fourth sample of the sample sequence.
1 The temperature sensor is read during the fourth sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
fourth sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The fourth sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the third sample of the sample sequence.
1 The temperature sensor is read during the third sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
third sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The third sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the second sample of the sample sequence.
1 The temperature sensor is read during the second sample of
the sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
second sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The second sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the first sample of the sample sequence.
1 The temperature sensor is read during the first sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
first sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The first sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Register 17: ADC Sample Sequence Result FIFO 0 (ADCSSFIFO0), offset 0x048
Register 18: ADC Sample Sequence Result FIFO 1 (ADCSSFIFO1), offset 0x068
Register 19: ADC Sample Sequence Result FIFO 2 (ADCSSFIFO2), offset 0x088
Register 20: ADC Sample Sequence Result FIFO 3 (ADCSSFIFO3), offset
0x0A8
Important: This register is read-sensitive. See the register description for details.
This register contains the conversion results for samples collected with the sample sequencer (the
ADCSSFIFO0 register is used for Sample Sequencer 0, ADCSSFIFO1 for Sequencer 1,
ADCSSFIFO2 for Sequencer 2, and ADCSSFIFO3 for Sequencer 3). Reads of this register return
conversion result data in the order sample 0, sample 1, and so on, until the FIFO is empty. If the
FIFO is not properly handled by software, overflow and underflow conditions are registered in the
ADCOSTAT and ADCUSTAT registers.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DATA
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 - - - - - - - - - - - -
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
31:13 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The FIFO is not currently full.
1 The FIFO is currently full.
11:9 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The FIFO is not currently empty.
1 The FIFO is currently empty.
Type RO RO RO RW RO RO RO RW RO RO RO RW RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RW RO RO RO RW RO RO RO RW RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:29 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The eighth sample is saved in Sample Sequence FIFO0.
1 The eighth sample is sent to the digital comparator unit specified
by the S7DCSEL bit in the ADCSSDC0 register, and the value
is not written to the FIFO.
27:25 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
23:21 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
19:17 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:13 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11:9 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Value Description
0x0 Digital Comparator Unit 0 (ADCDCCMP0 and ADCDCCTL0)
0x1 Digital Comparator Unit 1 (ADCDCCMP1 and ADCDCCTL1)
0x2 Digital Comparator Unit 2 (ADCDCCMP2 and ADCDCCTL2)
0x3 Digital Comparator Unit 3 (ADCDCCMP3 and ADCDCCTL3)
0x4 Digital Comparator Unit 4 (ADCDCCMP4 and ADCDCCTL4)
0x5 Digital Comparator Unit 5 (ADCDCCMP5 and ADCDCCTL5)
0x6 Digital Comparator Unit 6 (ADCDCCMP6 and ADCDCCTL6)
0x7 Digital Comparator Unit 7 (ADCDCCMP7 and ADCDCCTL7)
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TS3 IE3 END3 D3 TS2 IE2 END2 D2 TS1 IE1 END1 D1 TS0 IE0 END0 D0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the fourth sample of the sample sequence.
1 The temperature sensor is read during the fourth sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
fourth sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The fourth sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the third sample of the sample sequence.
1 The temperature sensor is read during the third sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
third sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The third sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the second sample of the sample sequence.
1 The temperature sensor is read during the second sample of
the sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
second sample's conversion. If the MASK0 bit in the ADCIM
register is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The second sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the first sample of the sample sequence.
1 The temperature sensor is read during the first sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of the
first sample's conversion. If the MASK0 bit in the ADCIM register
is set, the interrupt is promoted to the interrupt controller.
Value Description
0 Another sample in the sequence is the final sample.
1 The first sample is the last sample of the sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RW RO RO RO RW RO RO RO RW RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:13 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The fourth sample is saved in Sample Sequence FIFOn.
1 The fourth sample is sent to the digital comparator unit specified
by the S3DCSEL bit in the ADCSSDC0n register, and the value
is not written to the FIFO.
11:9 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Digital Comparator Unit 0 (ADCDCCMP0 and ADCCCTL0)
0x1 Digital Comparator Unit 1 (ADCDCCMP1 and ADCCCTL1)
0x2 Digital Comparator Unit 2 (ADCDCCMP2 and ADCCCTL2)
0x3 Digital Comparator Unit 3 (ADCDCCMP3 and ADCCCTL3)
0x4 Digital Comparator Unit 4 (ADCDCCMP4 and ADCCCTL4)
0x5 Digital Comparator Unit 5 (ADCDCCMP5 and ADCCCTL5)
0x6 Digital Comparator Unit 6 (ADCDCCMP6 and ADCCCTL6)
0x7 Digital Comparator Unit 7 (ADCDCCMP7 and ADCCCTL7)
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved MUX0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The input pin specified by the ADCSSMUXn register is read
during the first sample of the sample sequence.
1 The temperature sensor is read during the first sample of the
sample sequence.
Value Description
0 The raw interrupt is not asserted to the interrupt controller.
1 The raw interrupt signal (INR0 bit) is asserted at the end of this
sample's conversion. If the MASK0 bit in the ADCIM register is
set, the interrupt is promoted to the interrupt controller.
Value Description
0 Sampling and conversion continues.
1 This is the end of sequence.
Value Description
0 The analog inputs are not differentially sampled.
1 The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where
the paired inputs are "2i and 2i+1".
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0DCOP
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The sample is saved in Sample Sequence FIFO3.
1 The sample is sent to the digital comparator unit specified by
the S0DCSEL bit in the ADCSSDC03 register, and the value is
not written to the FIFO.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved S0DCSEL
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Digital Comparator Unit 0 (ADCDCCMP0 and ADCCCTL0)
0x1 Digital Comparator Unit 1 (ADCDCCMP1 and ADCCCTL1)
0x2 Digital Comparator Unit 2 (ADCDCCMP2 and ADCCCTL2)
0x3 Digital Comparator Unit 3 (ADCDCCMP3 and ADCCCTL3)
0x4 Digital Comparator Unit 4 (ADCDCCMP4 and ADCCCTL4)
0x5 Digital Comparator Unit 5 (ADCDCCMP5 and ADCCCTL5)
0x6 Digital Comparator Unit 6 (ADCDCCMP6 and ADCCCTL6)
0x7 Digital Comparator Unit 7 (ADCDCCMP7 and ADCCCTL7)
Type RO RO RO RO RO RO RO RO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Resets the Digital Comparator 7 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used. After setting this bit, software
should wait until the bit clears before continuing.
Value Description
0 No effect.
1 Resets the Digital Comparator 6 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 5 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 4 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 3 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 2 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 1 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 0 trigger unit to its initial
conditions.
When the trigger has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the trigger, it is important
to reset the digital comparator to initial conditions when starting a new
sequence so that stale data is not used.
15:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Resets the Digital Comparator 7 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 6 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 5 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 4 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 3 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 2 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 1 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
Value Description
0 No effect.
1 Resets the Digital Comparator 0 interrupt unit to its initial
conditions.
When the interrupt has been cleared, this bit is automatically cleared.
Because the digital comparators use the current and previous ADC
conversion values to determine when to assert the interrupt, it is
important to reset the digital comparator to initial conditions when starting
a new sequence so that stale data is not used.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RW RW RW RW RW RO RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:13 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables the trigger function state machine. ADC conversion
data is ignored by the trigger function.
1 Enables the trigger function state machine. The ADC conversion
data is used to determine if a trigger should be generated
according to the programming of the CTC and CTM fields.
Value Description
0x0 Low Band
ADC Data < COMP0 COMP1
0x1 Mid Band
COMP0 < ADC Data COMP1
0x2 reserved
0x3 High Band
COMP0 COMP1 ADC Data
Value Description
0x0 Always
This mode generates a trigger every time the ADC conversion
data falls within the selected operational region.
0x1 Once
This mode generates a trigger the first time that the ADC
conversion data enters the selected operational region.
0x2 Hysteresis Always
This mode generates a trigger when the ADC conversion data
falls within the selected operational region and continues to
generate the trigger until the hysteresis condition is cleared by
entering the opposite operational region.
Note that the hysteresis modes are only defined for CTC
encodings of 0x0 and 0x3.
0x3 Hysteresis Once
This mode generates a trigger the first time that the ADC
conversion data falls within the selected operational region. No
additional triggers are generated until the hysteresis condition
is cleared by entering the opposite operational region.
Note that the hysteresis modes are only defined for CTC
encodings of 0x0 and 0x3.
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables the comparison interrupt. ADC conversion data has
no effect on interrupt generation.
1 Enables the comparison interrupt. The ADC conversion data is
used to determine if an interrupt should be generated according
to the programming of the CIC and CIM fields.
Value Description
0x0 Low Band
ADC Data < COMP0 COMP1
0x1 Mid Band
COMP0 ADC Data < COMP1
0x2 reserved
0x3 High Band
COMP0 < COMP1 ADC Data
Value Description
0x0 Always
This mode generates an interrupt every time the ADC conversion
data falls within the selected operational region.
0x1 Once
This mode generates an interrupt the first time that the ADC
conversion data enters the selected operational region.
0x2 Hysteresis Always
This mode generates an interrupt when the ADC conversion
data falls within the selected operational region and continues
to generate the interrupt until the hysteresis condition is cleared
by entering the opposite operational region.
Note that the hysteresis modes are only defined for CTC
encodings of 0x0 and 0x3.
0x3 Hysteresis Once
This mode generates an interrupt the first time that the ADC
conversion data falls within the selected operational region. No
additional interrupts are generated until the hysteresis condition
is cleared by entering the opposite operational region.
Note that the hysteresis modes are only defined for CTC
encodings of 0x0 and 0x3.
reserved COMP1
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved COMP0
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:28 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:12 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DC CH MSR
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1
31:24 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The ADC module does not have a temperature sensor.
1 The ADC module has a temperature sensor.
This field provides the similar information as the legacy DC1 register
TEMPSNS bit.
Value Description
0x0 SAR
0x1 - 0x3 Reserved
Value Description
0x0 Reserved
0x1 125 ksps
0x2 Reserved
0x3 250 ksps
0x4 Reserved
0x5 500 ksps
0x6 Reserved
0x7 1 Msps
0x8 - 0xF Reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SR
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1
31:4 reserved RO 0x0000.0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Reserved
0x1 125 ksps
0x2 Reserved
0x3 250 ksps
0x4 Reserved
0x5 500 ksps
0x6 Reserved
0x7 1 Msps
0x8 - 0xF Reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CS
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Either the 16-MHz system clock (if the PLL bypass is in
effect) or the 16 MHz clock derived from PLL 25 (default).
Note that when the PLL is bypassed, the system clock must
be at least 16 MHz.
0x1 PIOSC
The PIOSC provides a 16-MHz clock source for the ADC.
If the PIOSC is used as the clock source, the ADC module
can continue to operate in Deep-Sleep mode.
0x2 - 0xF Reserved
Programmable baud-rate generator allowing speeds up to 5 Mbps for regular speed (divide by
16) and 10 Mbps for high speed (divide by 8)
Separate 16x8 transmit (TX) and receive (RX) FIFOs to reduce CPU interrupt service loading
5, 6, 7, or 8 data bits
Support of IrDA SIR encoder/decoder functions for data rates up to 115.2 Kbps half-duplex
Programmable internal clock generator enabling division of reference clock by 1 to 256 for
low-power mode bit duration
Receive single request asserted when data is in the FIFO; burst request asserted at
programmed FIFO level
Transmit single request asserted when there is space in the FIFO; burst request asserted at
programmed FIFO level
UARTIFLS
UARTIM .
UARTMIS .
Identification Registers UARTRIS
UARTICR .
UARTPCellID0
Transmitter
(with SIR UnTx
UARTPCellID1 Transmit
Encoder)
UARTPCellID2 Baud Rate
Generator
UARTPCellID3
UARTDR UARTIBRD
UARTFBRD
UARTPeriphID0 Receiver
(with SIR UnRx
UARTPeriphID1 Control/Status Receive
Decoder)
UARTRSR/ECR
UARTPeriphID2 RxFIFO
UARTFR
16 x 8
UARTPeriphID3
UARTLCRH
UARTPeriphID4 UARTCTL
.
UARTPeriphID5 UARTILPR
.
UART9BITADDR .
UARTPeriphID6
UART9BITAMASK
UARTPeriphID7
UARTPP
The receive logic performs serial-to-parallel conversion on the received bit stream after a valid start
pulse has been detected. Overrun, parity, frame error checking, and line-break detection are also
performed, and their status accompanies the data that is written to the receive FIFO.
In normal IrDA mode, a zero logic level is transmitted as a high pulse of 3/16th duration of the
selected baud rate bit period on the output pin, while logic one levels are transmitted as a static
LOW signal. These levels control the driver of an infrared transmitter, sending a pulse of light
for each zero. On the reception side, the incoming light pulses energize the photo transistor base
of the receiver, pulling its output LOW and driving the UART input pin LOW.
In low-power IrDA mode, the width of the transmitted infrared pulse is set to three times the
period of the internally generated IrLPBaud16 signal (1.63 s, assuming a nominal 1.8432 MHz
frequency) by changing the appropriate bit in the UARTCTL register (see page 918).
Whether the device is in normal or low-power IrDA mode, a start bit is deemed valid if the decoder
is still Low, one period of IrLPBaud16 after the Low was first detected. This enables a normal-mode
UART to receive data from a low-power mode UART that can transmit pulses as small as 1.41 s.
Thus, for both low-power and normal mode operation, the ILPDVSR field in the UARTILPR register
must be programmed such that 1.42 MHz < FIrLPBaud16 < 2.12 MHz, resulting in a low-power pulse
duration of 1.412.11 s (three times the period of IrLPBaud16). The minimum frequency of
IrLPBaud16 ensures that pulses less than one period of IrLPBaud16 are rejected, but pulses
greater than 1.4 s are accepted as valid pulses.
Figure 14-3 on page 898 shows the UART transmit and receive signals, with and without IrDA
modulation.
UnTx 0 1 0 1 0 0 1 1 0 1
Bit period 3
16 Bit period
UnRx with IrDA
UnRx 0 1 0 1 0 0 1 1 0 1
During transmission, the UART data bit is used as the base for encoding
During reception, the decoded bits are transferred to the UART receive logic
The IrDA SIR physical layer specifies a half-duplex communication link, with a minimum 10-ms
delay between transmission and reception. This delay must be generated by software because it
is not automatically supported by the UART. The delay is required because the infrared receiver
electronics might become biased or even saturated from the optical power coupled from the adjacent
transmitter LED. This delay is known as latency or receiver setup time.
14.3.6.1 Signaling
The status signals provided by UART1 differ based on whether the UART is used as a DTE or DCE.
When used as a DTE, the modem flow control signals are defined as:
When used as a DCE, the modem flow control signals are defined as:
Note that when RTSEN is 1, software cannot modify the U1RTS output value through the UARTCTL
register Request to Send (RTS) bit, and the status of the RTS bit should be ignored.
14.3.9 Interrupts
The UART can generate interrupts when the following conditions are observed:
Overrun Error
Break Error
Parity Error
Framing Error
Receive Timeout
Transmit (when condition defined in the TXIFLSEL bit in the UARTIFLS register is met, or if the
EOT bit in UARTCTL is set, when the last bit of all transmitted data leaves the serializer)
Receive (when condition defined in the RXIFLSEL bit in the UARTIFLS register is met)
All of the interrupt events are ORed together before being sent to the interrupt controller, so the
UART can only generate a single interrupt request to the controller at any given time. Software can
service multiple interrupt events in a single interrupt service routine by reading the UART Masked
Interrupt Status (UARTMIS) register (see page 930).
The interrupt events that can trigger a controller-level interrupt are defined in the UART Interrupt
Mask (UARTIM) register (see page 924) by setting the corresponding IM bits. If interrupts are not
used, the raw interrupt status is visible via the UART Raw Interrupt Status (UARTRIS) register
(see page 927).
Note: For receive timeout, the RTIM bit in the UARTIM register must be set to see the RTMIS and
RTRIS status in the UARTMIS and UARTRIS registers.
Interrupts are always cleared (for both the UARTMIS and UARTRIS registers) by writing a 1 to the
corresponding bit in the UART Interrupt Clear (UARTICR) register (see page 933).
The receive timeout interrupt is asserted when the receive FIFO is not empty, and no further data
is received over a 32-bit period when the HSE bit is clear or over a 64-bit period when the HSE bit
is set. The receive timeout interrupt is cleared either when the FIFO becomes empty through reading
all the data (or by reading the holding register), or when a 1 is written to the corresponding bit in the
UARTICR register.
The receive interrupt changes state when one of the following events occurs:
If the FIFOs are enabled and the receive FIFO reaches the programmed trigger level, the RXRIS
bit is set. The receive interrupt is cleared by reading data from the receive FIFO until it becomes
less than the trigger level, or by clearing the interrupt by writing a 1 to the RXIC bit.
If the FIFOs are disabled (have a depth of one location) and data is received thereby filling the
location, the RXRIS bit is set. The receive interrupt is cleared by performing a single read of the
receive FIFO, or by clearing the interrupt by writing a 1 to the RXIC bit.
The transmit interrupt changes state when one of the following events occurs:
If the FIFOs are enabled and the transmit FIFO progresses through the programmed trigger
level, the TXRIS bit is set. The transmit interrupt is based on a transition through level, therefore
the FIFO must be written past the programmed trigger level otherwise no further transmit interrupts
will be generated. The transmit interrupt is cleared by writing data to the transmit FIFO until it
becomes greater than the trigger level, or by clearing the interrupt by writing a 1 to the TXIC bit.
If the FIFOs are disabled (have a depth of one location) and there is no data present in the
transmitters single location, the TXRIS bit is set. It is cleared by performing a single write to the
transmit FIFO, or by clearing the interrupt by writing a 1 to the TXIC bit.
UnTx output is received on the UnRx input. Note that the LBE bit should be set before the UART is
enabled.
1. Enable the UART module using the RCGCUART register (see page 344).
2. Enable the clock to the appropriate GPIO module via the RCGCGPIO register (see page 340).
To find out which GPIO port to enable, refer to Table 23-5 on page 1351.
3. Set the GPIO AFSEL bits for the appropriate pins (see page 671). To determine which GPIOs to
configure, see Table 23-4 on page 1344.
4. Configure the GPIO current level and/or slew rate as specified for the mode selected (see
page 673 and page 681).
5. Configure the PMCn fields in the GPIOPCTL register to assign the UART signals to the appropriate
pins (see page 688 and Table 23-5 on page 1351).
To use the UART, the peripheral clock must be enabled by setting the appropriate bit in the
RCGCUART register (page 344). In addition, the clock to the appropriate GPIO module must be
enabled via the RCGCGPIO register (page 340) in the System Control module. To find out which
GPIO port to enable, refer to Table 23-5 on page 1351.
This section discusses the steps that are required to use a UART module. For this example, the
UART clock is assumed to be 20 MHz, and the desired UART configuration is:
No parity
FIFOs disabled
No interrupts
The first thing to consider when programming the UART is the baud-rate divisor (BRD), because
the UARTIBRD and UARTFBRD registers must be written before the UARTLCRH register. Using
the equation described in Baud-Rate Generation on page 896, the BRD can be calculated:
BRD = 20,000,000 / (16 * 115,200) = 10.8507
which means that the DIVINT field of the UARTIBRD register (see page 914) should be set to 10
decimal or 0xA. The value to be loaded into the UARTFBRD register (see page 915) is calculated
by the equation:
UARTFBRD[DIVFRAC] = integer(0.8507 * 64 + 0.5) = 54
With the BRD values in hand, the UART configuration is written to the module in the following order:
1. Disable the UART by clearing the UARTEN bit in the UARTCTL register.
4. Write the desired serial parameters to the UARTLCRH register (in this case, a value of
0x0000.0060).
6. Optionally, configure the DMA channel (see Micro Direct Memory Access (DMA) on page 585)
and enable the DMA option(s) in the UARTDMACTL register.
7. Enable the UART by setting the UARTEN bit in the UARTCTL register.
UART0: 0x4000.C000
UART1: 0x4000.D000
UART2: 0x4000.E000
UART3: 0x4000.F000
UART4: 0x4001.0000
UART5: 0x4001.1000
UART6: 0x4001.2000
UART7: 0x4001.3000
The UART module clock must be enabled before the registers can be programmed (see page 344).
There must be a delay of 3 system clocks after the UART module clock is enabled before any UART
module registers are accessed.
The UART must be disabled (see the UARTEN bit in the UARTCTL register on page 918) before any
of the control registers are reprogrammed. When the UART is disabled during a TX or RX operation,
the current transaction is completed prior to the UART stopping.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved OE BE PE FE DATA
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No data has been lost due to a FIFO overrun.
1 New data was received when the FIFO was full, resulting in
data loss.
Value Description
0 No break condition has occurred
1 A break condition has been detected, indicating that the receive
data input was held Low for longer than a full-word transmission
time (defined as start, data, parity, and stop bits).
In FIFO mode, this error is associated with the character at the top of
the FIFO. When a break occurs, only one 0 character is loaded into the
FIFO. The next character is only enabled after the received data input
goes to a 1 (marking state), and the next valid start bit is received.
Value Description
0 No parity error has occurred
1 The parity of the received data character does not match the
parity defined by bits 2 and 7 of the UARTLCRH register.
In FIFO mode, this error is associated with the character at the top of
the FIFO.
Value Description
0 No framing error has occurred
1 The received character does not have a valid stop bit (a valid
stop bit is 1).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved OE BE PE FE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No data has been lost due to a FIFO overrun.
1 New data was received when the FIFO was full, resulting in
data loss.
Value Description
0 No break condition has occurred
1 A break condition has been detected, indicating that the receive
data input was held Low for longer than a full-word transmission
time (defined as start, data, parity, and stop bits).
Value Description
0 No parity error has occurred
1 The parity of the received data character does not match the
parity defined by bits 2 and 7 of the UARTLCRH register.
Value Description
0 No framing error has occurred
1 The received character does not have a valid stop bit (a valid
stop bit is 1).
reserved
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DATA
Type WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved WO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The transmitter has data to transmit.
1 If the FIFO is disabled (FEN is 0), the transmit holding register
is empty.
If the FIFO is enabled (FEN is 1), the transmit FIFO is empty.
Value Description
0 The receiver can receive data.
1 If the FIFO is disabled (FEN is 0), the receive holding register
is full.
If the FIFO is enabled (FEN is 1), the receive FIFO is full.
Value Description
0 The transmitter is not full.
1 If the FIFO is disabled (FEN is 0), the transmit holding register
is full.
If the FIFO is enabled (FEN is 1), the transmit FIFO is full.
Value Description
0 The receiver is not empty.
1 If the FIFO is disabled (FEN is 0), the receive holding register
is empty.
If the FIFO is enabled (FEN is 1), the receive FIFO is empty.
Value Description
0 The UART is not busy.
1 The UART is busy transmitting data. This bit remains set until
the complete byte, including all stop bits, has been sent from
the shift register.
2:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The U1CTS signal is not asserted.
1 The U1CTS signal is asserted.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ILPDVSR
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DIVINT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DIVFRAC
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 5 bits (default)
0x1 6 bits
0x2 7 bits
0x3 8 bits
Value Description
0 The FIFOs are disabled (Character mode). The FIFOs become
1-byte-deep holding registers.
1 The transmit and receive FIFO buffers are enabled (FIFO mode).
Value Description
0 One stop bit is transmitted at the end of a frame.
1 Two stop bits are transmitted at the end of a frame. The receive
logic does not check for two stop bits being received.
When in 7816 smartcard mode (the SMART bit is set in the
UARTCTL register), the number of stop bits is forced to 2.
Value Description
0 Odd parity is performed, which checks for an odd number of 1s.
1 Even parity generation and checking is performed during
transmission and reception, which checks for an even number
of 1s in data and parity bits.
This bit has no effect when parity is disabled by the PEN bit.
Value Description
0 Parity is disabled and no parity bit is added to the data frame.
1 Parity checking and generation is enabled.
Value Description
0 Normal use.
1 A Low level is continually output on the UnTx signal, after
completing transmission of the current character. For the proper
execution of the break command, software must set this bit for
at least two frames (character periods).
3. Flush the transmit FIFO by clearing bit 4 (FEN) in the line control register (UARTLCRH).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
CTSEN RTSEN reserved RTS reserved RXE TXE LBE reserved HSE EOT SMART SIRLP SIREN UARTEN
Type RW RW RO RO RW RO RW RW RW RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 CTS hardware flow control is disabled.
1 CTS hardware flow control is enabled. Data is only transmitted
when the U1CTS signal is asserted.
Value Description
0 RTS hardware flow control is disabled.
1 RTS hardware flow control is enabled. Data is only requested
(by asserting U1RTS) when the receive FIFO has available
entries.
13:12 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
10 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The receive section of the UART is disabled.
1 The receive section of the UART is enabled.
Value Description
0 The transmit section of the UART is disabled.
1 The transmit section of the UART is enabled.
Value Description
0 Normal operation.
1 The UnTx path is fed through the UnRx path.
6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The UART is clocked using the system clock divided by 16.
1 The UART is clocked using the system clock divided by 8.
Value Description
0 The TXRIS bit is set when the transmit FIFO condition specified
in UARTIFLS is met.
1 The TXRIS bit is set only after all transmitted data, including
stop bits, have cleared the serializer.
Value Description
0 Normal operation.
1 The UART operates in Smart Card mode.
The application must ensure that it sets 8-bit word length (WLEN set to
0x3) and even parity (PEN set to 1, EPS set to 1, SPS set to 0) in
UARTLCRH when using ISO 7816 mode.
In this mode, the value of the STP2 bit in UARTLCRH is ignored and
the number of stop bits is forced to 2. Note that the UART does not
support automatic retransmission on parity errors. If a parity error is
detected on transmission, all further transmit operations are aborted
and software must handle retransmission of the affected byte or
message.
Value Description
0 Low-level bits are transmitted as an active High pulse with a
width of 3/16th of the bit period.
1 The UART operates in SIR Low-Power mode. Low-level bits
are transmitted with a pulse width which is 3 times the period
of the IrLPBaud16 input signal, regardless of the selected bit
rate.
Setting this bit uses less power, but might reduce transmission distances.
See page 913 for more information.
Value Description
0 Normal operation.
1 The IrDA SIR block is enabled, and the UART will transmit and
receive data using SIR protocol.
Value Description
0 The UART is disabled.
1 The UART is enabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0
31:6 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 RX FIFO full
0x1 RX FIFO full
0x2 RX FIFO full (default)
0x3 RX FIFO full
0x4 RX FIFO full
0x5-0x7 Reserved
Value Description
0x0 TX FIFO empty
0x1 TX FIFO empty
0x2 TX FIFO empty (default)
0x3 TX FIFO empty
0x4 TX FIFO empty
0x5-0x7 Reserved
Note: If the EOT bit in UARTCTL is set (see page 918), the transmit
interrupt is generated once the FIFO is completely empty and
all data including stop bits have left the transmit serializer. In
this case, the setting of TXIFLSEL is ignored.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved 9BITIM reserved OEIM BEIM PEIM FEIM RTIM TXIM RXIM reserved CTSIM reserved
Type RO RO RO RW RO RW RW RW RW RW RW RW RO RO RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The 9BITRIS interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the 9BITRIS
bit in the UARTRIS register is set.
11 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The OERIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the OERIS
bit in the UARTRIS register is set.
Value Description
0 The BERIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the BERIS
bit in the UARTRIS register is set.
Value Description
0 The PERIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the PERIS
bit in the UARTRIS register is set.
Value Description
0 The FERIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the FERIS
bit in the UARTRIS register is set.
Value Description
0 The RTRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the RTRIS
bit in the UARTRIS register is set.
Value Description
0 The TXRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the TXRIS
bit in the UARTRIS register is set.
Value Description
0 The RXRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the RXRIS
bit in the UARTRIS register is set.
3:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The CTSRIS interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the CTSRIS
bit in the UARTRIS register is set.
This bit is implemented only on UART1 and is reserved for UART0 and
UART2.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved 9BITRIS reserved OERIS BERIS PERIS FERIS RTRIS TXRIS RXRIS reserved CTSRIS reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt
1 A receive address match has occurred.
11 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt
1 An overrun error has occurred.
This bit is cleared by writing a 1 to the OEIC bit in the UARTICR register.
Value Description
0 No interrupt
1 A break error has occurred.
This bit is cleared by writing a 1 to the BEIC bit in the UARTICR register.
Value Description
0 No interrupt
1 A parity error has occurred.
This bit is cleared by writing a 1 to the PEIC bit in the UARTICR register.
Value Description
0 No interrupt
1 A framing error has occurred.
This bit is cleared by writing a 1 to the FEIC bit in the UARTICR register.
Value Description
0 No interrupt
1 A receive time out has occurred.
This bit is cleared by writing a 1 to the RTIC bit in the UARTICR register.
For receive timeout, the RTIM bit in the UARTIM register must be set
to see the RTRIS status.
Value Description
0 No interrupt
1 If the EOT bit in the UARTCTL register is clear, the transmit
FIFO level has passed through the condition defined in the
UARTIFLS register.
If the EOT bit is set, the last bit of all transmitted data and flags
has left the serializer.
This bit is cleared by writing a 1 to the TXIC bit in the UARTICR register
or by writing data to the transmit FIFO until it becomes greater than the
trigger level, if the FIFO is enabled, or by writing a single byte if the FIFO
is disabled.
Value Description
0 No interrupt
1 The receive FIFO level has passed through the condition defined
in the UARTIFLS register.
This bit is cleared by writing a 1 to the RXIC bit in the UARTICR register
or by reading data from the receive FIFO until it becomes less than the
trigger level, if the FIFO is enabled, or by reading a single byte if the
FIFO is disabled.
3:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt
1 Clear to Send used for software flow control.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved 9BITMIS reserved OEMIS BEMIS PEMIS FEMIS RTMIS TXMIS RXMIS reserved CTSMIS reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a receive address
match.
11 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to an overrun error.
This bit is cleared by writing a 1 to the OEIC bit in the UARTICR register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a break error.
This bit is cleared by writing a 1 to the BEIC bit in the UARTICR register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a parity error.
This bit is cleared by writing a 1 to the PEIC bit in the UARTICR register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a framing error.
This bit is cleared by writing a 1 to the FEIC bit in the UARTICR register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to a receive time out.
This bit is cleared by writing a 1 to the RTIC bit in the UARTICR register.
For receive timeout, the RTIM bit in the UARTIM register must be set
to see the RTMIS status.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to passing through
the specified transmit FIFO level (if the EOT bit is clear) or due
to the transmission of the last data bit (if the EOT bit is set).
This bit is cleared by writing a 1 to the TXIC bit in the UARTICR register
or by writing data to the transmit FIFO until it becomes greater than the
trigger level, if the FIFO is enabled, or by writing a single byte if the FIFO
is disabled.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to passing through
the specified receive FIFO level.
This bit is cleared by writing a 1 to the RXIC bit in the UARTICR register
or by reading data from the receive FIFO until it becomes less than the
trigger level, if the FIFO is enabled, or by reading a single byte if the
FIFO is disabled.
3:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to Clear to Send.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved 9BITIC reserved OEIC BEIC PEIC FEIC RTIC TXIC RXIC reserved CTSMIC reserved
31:13 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
11 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
3:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0x00000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA receive requests are unaffected when a receive error
occurs.
1 DMA receive requests are automatically disabled when a
receive error occurs.
Value Description
0 DMA for the transmit FIFO is disabled.
1 DMA for the transmit FIFO is enabled.
Value Description
0 DMA for the receive FIFO is disabled.
1 DMA for the receive FIFO is enabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 9-bit mode is disabled.
1 9-bit mode is enabled.
14:8 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 16: UART 9-Bit Self Address Mask (UART9BITAMASK), offset 0x0A8
The UART9BITAMASK register is used to enable the address mask for 9-bit mode. The address
bits are masked to create a set of addresses to be matched with the received address byte.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved MASK
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
31:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved NB SC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The UART module does not provide support for the transmission
of 9-bit data for RS-485 support.
1 The UART module provides support for the transmission of 9-bit
data for RS-485 support.
Value Description
0 The UART module does not provide smart card support.
1 The UART module provides smart card support.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CS
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 System clock (based on clock source and divisor factor)
0x1-0x4 reserved
0x5 PIOSC
0x5-0xF Reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID4
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID5
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID6
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID7
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Separate transmit and receive FIFOs, each 16 bits wide and 8 locations deep
Receive single request asserted when data is in the FIFO; burst request asserted when FIFO
contains 4 entries
Transmit single request asserted when there is space in the FIFO; burst request asserted
when four or more entries are available to be written in the FIFO
SSIDMACTL
Interrupt
Interrupt Control
TxFIFO
SSIIM 8 x 16
SSIMIS
SSIRIS
SSIICR .
Control/Status .
.
SSInTx
SSICR0
SSICR1
SSInRx
SSISR
Transmit/
SSIDR Receive SSInClk
Logic
SSInFss
RxFIFO
8 x 16
.
Clock Prescaler .
.
Clock Control
System Clock
SSICPSR
SSICC
PIOSC
Identification Registers
reset. The exceptions to this rule are the SSI0Clk, SSI0Fss, SSI0Rx, and SSI0Tx pins, which
default to the SSI function. The "Pin Mux/Pin Assignment" column in the following table lists the
possible GPIO pin placements for the SSI signals. The AFSEL bit in the GPIO Alternate Function
Select (GPIOAFSEL) register (page 671) should be set to choose the SSI function. The number in
parentheses is the encoding that must be programmed into the PMCn field in the GPIO Port Control
(GPIOPCTL) register (page 688) to assign the SSI signal to the specified GPIO port pin. For more
information on configuring GPIOs, see General-Purpose Input/Outputs (GPIOs) on page 649.
(SSICPSR) register (see page 976). The clock is further divided by a value from 1 to 256, which is
1 + SCR, where SCR is the value programmed in the SSI Control 0 (SSICR0) register (see page 969).
The frequency of the output clock SSInClk is defined by:
SSInClk = SysClk / (CPSDVSR * (1 + SCR))
Note: The System Clock or the PIOSC can be used as the source for the SSInClk. When the
CS field in the SSI Clock Configuration (SSICC) register is configured to 0x5, PIOSC is
selected as the source. For master mode, the system clock or the PIOSC must be at least
two times faster than the SSInClk, with the restriction that SSInClk cannot be faster than
25 MHz. For slave mode, the system clock or the PIOSC must be at least 12 times faster
than the SSInClk, with the restriction that SSInClk cannot be faster than 6.67 MHz.
See Synchronous Serial Interface (SSI) on page 1392 to view SSI timing parameters.
15.3.3 Interrupts
The SSI can generate interrupts when the following conditions are observed:
Transmit FIFO service (when the transmit FIFO is half full or less)
Receive FIFO service (when the receive FIFO is half full or more)
End of transmission
All of the interrupt events are ORed together before being sent to the interrupt controller, so the SSI
generates a single interrupt request to the controller regardless of the number of active interrupts.
Each of the four individual maskable interrupts can be masked by clearing the appropriate bit in the
SSI Interrupt Mask (SSIIM) register (see page 977). Setting the appropriate mask bit enables the
interrupt.
The individual outputs, along with a combined interrupt output, allow use of either a global interrupt
service routine or modular device drivers to handle interrupts. The transmit and receive dynamic
dataflow interrupts have been separated from the status interrupts so that data can be read or written
in response to the FIFO trigger levels. The status of the individual interrupt sources can be read
from the SSI Raw Interrupt Status (SSIRIS) and SSI Masked Interrupt Status (SSIMIS) registers
(see page 978 and page 980, respectively).
The receive FIFO has a time-out period that is 32 periods at the rate of SSInClk (whether or not
SSInClk is currently active) and is started when the RX FIFO goes from EMPTY to not-EMPTY. If
the RX FIFO is emptied before 32 clocks have passed, the time-out period is reset. As a result, the
ISR should clear the Receive FIFO Time-out Interrupt just after reading out the RX FIFO by writing
a 1 to the RTIC bit in the SSI Interrupt Clear (SSIICR) register. The interrupt should not be cleared
so late that the ISR returns before the interrupt is actually cleared, or the ISR may be re-activated
unnecessarily.
The End-of-Transmission (EOT) interrupt indicates that the data has been transmitted completely
and is only valid for Master mode devices/operations. This interrupt can be used to indicate when
it is safe to turn off the SSI module clock or enter sleep mode. In addition, because transmitted data
and received data complete at exactly the same time, the interrupt can also indicate that read data
is ready immediately, without waiting for the receive FIFO time-out period to complete.
Note: In Freescale SPI mode only, a condition can be created where an EOT interrupt is generated
for every byte transferred even if the FIFO is full. If the EOT bit has been set to 0 in an
integrated slave SSI and the DMA has been configured to transfer data from this SSI to
a Master SSI on the device using external loopback, an EOT interrupt is generated by the
SSI slave for every byte even if the FIFO is full.
Freescale SPI
MICROWIRE
For all three formats, the serial clock (SSInClk) is held inactive while the SSI is idle, and SSInClk
transitions at the programmed frequency only during active transmission or reception of data. The
idle state of SSInClk is utilized to provide a receive timeout indication that occurs when the receive
FIFO still contains data after a timeout period.
For Freescale SPI and MICROWIRE frame formats, the serial frame (SSInFss) pin is active Low,
and is asserted (pulled down) during the entire transmission of the frame.
For Texas Instruments synchronous serial frame format, the SSInFss pin is pulsed for one serial
clock period starting at its rising edge, prior to the transmission of each frame. For this frame format,
both the SSI and the off-chip slave device drive their output data on the rising edge of SSInClk
and latch data from the other device on the falling edge.
Unlike the full-duplex transmission of the other two frame formats, the MICROWIRE format uses a
special master-slave messaging technique which operates at half-duplex. In this mode, when a
frame begins, an 8-bit control message is transmitted to the off-chip slave. During this transmit, no
incoming data is received by the SSI. After the message has been sent, the off-chip slave decodes
it and, after waiting one serial clock after the last bit of the 8-bit control message has been sent,
responds with the requested data. The returned data can be 4 to 16 bits in length, making the total
frame length anywhere from 13 to 25 bits.
SSInClk
SSInFss
4 to 16 bits
In this mode, SSInClk and SSInFss are forced Low, and the transmit data line SSInTx is tristated
whenever the SSI is idle. Once the bottom entry of the transmit FIFO contains data, SSInFss is
pulsed High for one SSInClk period. The value to be transmitted is also transferred from the transmit
FIFO to the serial shift register of the transmit logic. On the next rising edge of SSInClk, the MSB
of the 4 to 16-bit data frame is shifted out on the SSInTx pin. Likewise, the MSB of the received
data is shifted onto the SSInRx pin by the off-chip serial slave device.
Both the SSI and the off-chip serial slave device then clock each data bit into their serial shifter on
each falling edge of SSInClk. The received data is transferred from the serial shifter to the receive
FIFO on the first rising edge of SSInClk after the LSB has been latched.
Figure 15-3 on page 958 shows the Texas Instruments synchronous serial frame format when
back-to-back frames are transmitted.
SSInClk
SSInFss
4 to 16 bits
Figure 15-4. Freescale SPI Format (Single Transfer) with SPO=0 and SPH=0
SSInClk
SSInFss
Note: Q is undefined.
Figure 15-5. Freescale SPI Format (Continuous Transfer) with SPO=0 and SPH=0
SSInClk
SSInFss
If the SSI is enabled and valid data is in the transmit FIFO, the start of transmission is signified by
the SSInFss master signal being driven Low, causing slave data to be enabled onto the SSInRx
input line of the master. The master SSInTx output pad is enabled.
One half SSInClk period later, valid master data is transferred to the SSInTx pin. Once both the
master and slave data have been set, the SSInClk master clock pin goes High after one additional
half SSInClk period.
The data is now captured on the rising and propagated on the falling edges of the SSInClk signal.
In the case of a single word transmission, after all bits of the data word have been transferred, the
SSInFss line is returned to its idle High state one SSInClk period after the last bit has been
captured.
However, in the case of continuous back-to-back transmissions, the SSInFss signal must be pulsed
High between each data word transfer because the slave select pin freezes the data in its serial
peripheral register and does not allow it to be altered if the SPH bit is clear. Therefore, the master
device must raise the SSInFss pin of the slave device between each data transfer to enable the
serial peripheral data write. On completion of the continuous transfer, the SSInFss pin is returned
to its idle state one SSInClk period after the last bit has been captured.
Figure 15-6. Freescale SPI Frame Format with SPO=0 and SPH=1
SSInClk
SSInFss
SSInRx Q Q
MSB LSB Q
4 to 16 bits
SSInTx MSB LSB
Note: Q is undefined.
If the SSI is enabled and valid data is in the transmit FIFO, the start of transmission is signified by
the SSInFss master signal being driven Low. The master SSInTx output is enabled. After an
additional one-half SSInClk period, both master and slave valid data are enabled onto their
respective transmission lines. At the same time, the SSInClk is enabled with a rising edge transition.
Data is then captured on the falling edges and propagated on the rising edges of the SSInClk
signal.
In the case of a single word transfer, after all bits have been transferred, the SSInFss line is returned
to its idle High state one SSInClk period after the last bit has been captured.
For continuous back-to-back transfers, the SSInFss pin is held Low between successive data
words, and termination is the same as that of the single word transfer.
Figure 15-7. Freescale SPI Frame Format (Single Transfer) with SPO=1 and SPH=0
SSInClk
SSInFss
Note: Q is undefined.
Figure 15-8. Freescale SPI Frame Format (Continuous Transfer) with SPO=1 and SPH=0
SSInClk
SSInFss
If the SSI is enabled and valid data is in the transmit FIFO, the start of transmission is signified by
the SSInFss master signal being driven Low, causing slave data to be immediately transferred
onto the SSInRx line of the master. The master SSInTx output pad is enabled.
One-half period later, valid master data is transferred to the SSInTx line. Once both the master and
slave data have been set, the SSInClk master clock pin becomes Low after one additional half
SSInClk period, meaning that data is captured on the falling edges and propagated on the rising
edges of the SSInClk signal.
In the case of a single word transmission, after all bits of the data word are transferred, the SSInFss
line is returned to its idle High state one SSInClk period after the last bit has been captured.
However, in the case of continuous back-to-back transmissions, the SSInFss signal must be pulsed
High between each data word transfer because the slave select pin freezes the data in its serial
peripheral register and does not allow it to be altered if the SPH bit is clear. Therefore, the master
device must raise the SSInFss pin of the slave device between each data transfer to enable the
serial peripheral data write. On completion of the continuous transfer, the SSInFss pin is returned
to its idle state one SSInClk period after the last bit has been captured.
Figure 15-9. Freescale SPI Frame Format with SPO=1 and SPH=1
SSInClk
SSInFss
Note: Q is undefined.
If the SSI is enabled and valid data is in the transmit FIFO, the start of transmission is signified by
the SSInFss master signal being driven Low. The master SSInTx output pad is enabled. After an
additional one-half SSInClk period, both master and slave data are enabled onto their respective
transmission lines. At the same time, SSInClk is enabled with a falling edge transition. Data is then
captured on the rising edges and propagated on the falling edges of the SSInClk signal.
After all bits have been transferred, in the case of a single word transmission, the SSInFss line is
returned to its idle high state one SSInClk period after the last bit has been captured.
For continuous back-to-back transmissions, the SSInFss pin remains in its active Low state until
the final bit of the last word has been captured and then returns to its idle state as described above.
For continuous back-to-back transfers, the SSInFss pin is held Low between successive data words
and termination is the same as that of the single word transfer.
SSInClk
SSInFss
MICROWIRE format is very similar to SPI format, except that transmission is half-duplex instead of
full-duplex and uses a master-slave message passing technique. Each serial transmission begins
with an 8-bit control word that is transmitted from the SSI to the off-chip slave device. During this
transmission, no incoming data is received by the SSI. After the message has been sent, the off-chip
slave decodes it and, after waiting one serial clock after the last bit of the 8-bit control message has
been sent, responds with the required data. The returned data is 4 to 16 bits in length, making the
total frame length anywhere from 13 to 25 bits.
In this configuration, during idle periods:
A transmission is triggered by writing a control byte to the transmit FIFO. The falling edge of SSInFss
causes the value contained in the bottom entry of the transmit FIFO to be transferred to the serial
shift register of the transmit logic and the MSB of the 8-bit control frame to be shifted out onto the
SSInTx pin. SSInFss remains Low for the duration of the frame transmission. The SSInRx pin
remains tristated during this transmission.
The off-chip serial slave device latches each control bit into its serial shifter on each rising edge of
SSInClk. After the last bit is latched by the slave device, the control byte is decoded during a one
clock wait-state, and the slave responds by transmitting data back to the SSI. Each bit is driven onto
the SSInRx line on the falling edge of SSInClk. The SSI in turn latches each bit on the rising edge
of SSInClk. At the end of the frame, for single transfers, the SSInFss signal is pulled High one
clock period after the last bit has been latched in the receive serial shifter, causing the data to be
transferred to the receive FIFO.
Note: The off-chip slave device can tristate the receive line either on the falling edge of SSInClk
after the LSB has been latched by the receive shifter or when the SSInFss pin goes High.
For continuous transfers, data transmission begins and ends in the same manner as a single transfer.
However, the SSInFss line is continuously asserted (held Low) and transmission of data occurs
back-to-back. The control byte of the next frame follows directly after the LSB of the received data
from the current frame. Each of the received values is transferred from the receive shifter on the
falling edge of SSInClk, after the LSB of the frame has been latched into the SSI.
SSInClk
SSInFss
In the MICROWIRE mode, the SSI slave samples the first bit of receive data on the rising edge of
SSInClk after SSInFss has gone Low. Masters that drive a free-running SSInClk must ensure
that the SSInFss signal has sufficient setup and hold margins with respect to the rising edge of
SSInClk.
Figure 15-12 on page 964 illustrates these setup and hold time requirements. With respect to the
SSInClk rising edge on which the first bit of receive data is to be sampled by the SSI slave, SSInFss
must have a setup of at least two times the period of SSInClk on which the SSI operates. With
respect to the SSInClk rising edge previous to this edge, SSInFss must have a hold of at least
one SSInClk period.
Figure 15-12. MICROWIRE Frame Format, SSInFss Input Setup and Hold Requirements
tSetup=(2*tSSIClk)
tHold=tSSIClk
SSInClk
SSInFss
SSInRx
First RX data to be
sampled by SSI slave
For the receive channel, a single transfer request is asserted whenever any data is in the receive
FIFO. A burst transfer request is asserted whenever the amount of data in the receive FIFO is 4 or
more items. For the transmit channel, a single transfer request is asserted whenever at least one
empty location is in the transmit FIFO. The burst request is asserted whenever the transmit FIFO
has 4 or more empty slots. The single and burst DMA transfer requests are handled automatically
by the DMA controller depending how the DMA channel is configured.
To enable DMA operation for the receive channel, the RXDMAE bit of the DMA Control
(SSIDMACTL) register should be set after configuring the DMA. To enable DMA operation for
the transmit channel, the TXDMAE bit of SSIDMACTL should be set after configuring the DMA. If
DMA is enabled, then the DMA controller triggers an interrupt when a transfer is complete. The
interrupt occurs on the SSI interrupt vector. Therefore, if interrupts are used for SSI operation and
DMA is enabled, the SSI interrupt handler must be designed to handle the DMA completion
interrupt.
When transfers are performed from a FIFO of the SSI using the DMA, and any interrupt is generated
from the SSI, the SSI module's status bit in the DMA Channel Interrupt Status (DMACHIS) register
must be checked at the end of the interrupt service routine. If the status bit is set, clear the interrupt
by writing a 1 to it.
See Micro Direct Memory Access (DMA) on page 585 for more details about programming the
DMA controller.
1. Enable the SSI module using the RCGCSSI register (see page 346).
2. Enable the clock to the appropriate GPIO module via the RCGCGPIO register (see page 340).
To find out which GPIO port to enable, refer to Table 23-5 on page 1351.
3. Set the GPIO AFSEL bits for the appropriate pins (see page 671). To determine which GPIOs to
configure, see Table 23-4 on page 1344.
4. Configure the PMCn fields in the GPIOPCTL register to assign the SSI signals to the appropriate
pins. See page 688 and Table 23-5 on page 1351.
5. Program the GPIODEN register to enable the pin's digital function. In addition, the drive strength,
drain select and pull-up/pull-down functions must be configured. Refer to General-Purpose
Input/Outputs (GPIOs) on page 649 for more information.
Note: Pull-ups can be used to avoid unnecessary toggles on the SSI pins, which can take the
slave to a wrong state. In addition, if the SSIClk signal is programmed to steady state
High through the SPO bit in the SSICR0 register, then software must also configure the
GPIO port pin corresponding to the SSInClk signal as a pull-up in the GPIO Pull-Up
Select (GPIOPUR) register.
For each of the frame formats, the SSI is configured using the following steps:
1. Ensure that the SSE bit in the SSICR1 register is clear before making any configuration changes.
b. For slave mode (output enabled), set the SSICR1 register to 0x0000.0004.
c. For slave mode (output disabled), set the SSICR1 register to 0x0000.000C.
Desired clock phase/polarity, if using Freescale SPI mode (SPH and SPO)
6. Optionally, configure the SSI module for DMA use with the following steps:
a. Configure a DMA for SSI use. See Micro Direct Memory Access (DMA) on page 585 for
more information.
b. Enable the SSI Module's TX FIFO or RX FIFO by setting the TXDMAE or RXDMAE bit in the
SSIDMACTL register.
7. Enable the SSI by setting the SSE bit in the SSICR1 register.
As an example, assume the SSI must be configured to operate with the following parameters:
Master operation
8 data bits
Assuming the system clock is 20 MHz, the bit rate calculation would be:
5. The SSI is then enabled by setting the SSE bit in the SSICR1 register.
SSI0: 0x4000.8000
SSI1: 0x4000.9000
SSI2: 0x4000.A000
SSI3: 0x4000.B000
Note that the SSI module clock must be enabled before the registers can be programmed (see
page 346). The Rn bit of the PRSSI register must be read as 0x1 before any SSI module registers
are accessed.
Note: The SSI must be disabled (see the SSE bit in the SSICR1 register) before any of the control
registers are reprogrammed.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Data is captured on the first clock edge transition.
1 Data is captured on the second clock edge transition.
Value Description
0 A steady state Low value is placed on the SSInClk pin.
1 A steady state High value is placed on the SSInClk pin when
data is not being transferred.
Note: If this bit is set, then software must also configure the
GPIO port pin corresponding to the SSInClk signal
as a pull-up in the GPIO Pull-Up Select (GPIOPUR)
register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RW RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The TXRIS interrupt indicates that the transmit FIFO is half full
or less.
1 The End of Transmit interrupt mode for the TXRIS interrupt is
enabled.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The SSI is configured as a master.
1 The SSI is configured as a slave.
Value Description
0 SSI operation is disabled.
1 SSI operation is enabled.
Value Description
0 Normal serial port operation enabled.
1 Output of the transmit serial shift register is connected internally
to the input of the receive serial shift register.
The SSIDR register is 16-bits wide. When the SSIDR register is read, the entry in the receive FIFO
that is pointed to by the current FIFO read pointer is accessed. When a data value is removed by
the SSI receive logic from the incoming data frame, it is placed into the entry in the receive FIFO
pointed to by the current FIFO write pointer.
When the SSIDR register is written to, the entry in the transmit FIFO that is pointed to by the write
pointer is written to. Data values are removed from the transmit FIFO one value at a time by the
transmit logic. Each data value is loaded into the transmit serial shifter, then serially shifted out onto
the SSInTx pin at the programmed bit rate.
When a data size of less than 16 bits is selected, the user must right-justify data written to the
transmit FIFO. The transmit logic ignores the unused bits. Received data less than 16 bits is
automatically right-justified in the receive buffer.
When the SSI is programmed for MICROWIRE frame format, the default size for transmit data is
eight bits (the most significant byte is ignored). The receive data size is controlled by the programmer.
The transmit FIFO and the receive FIFO are not cleared even when the SSE bit in the SSICR1
register is cleared, allowing the software to fill the transmit FIFO before enabling the SSI.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:5 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The SSI is idle.
1 The SSI is currently transmitting and/or receiving a frame, or
the transmit FIFO is not empty.
Value Description
0 The receive FIFO is not full.
1 The receive FIFO is full.
Value Description
0 The receive FIFO is empty.
1 The receive FIFO is not empty.
Value Description
0 The transmit FIFO is full.
1 The transmit FIFO is not full.
Value Description
0 The transmit FIFO is not empty.
1 The transmit FIFO is empty.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CPSDVSR
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The transmit FIFO interrupt is masked.
1 The transmit FIFO interrupt is not masked.
Value Description
0 The receive FIFO interrupt is masked.
1 The receive FIFO interrupt is not masked.
Value Description
0 The receive FIFO time-out interrupt is masked.
1 The receive FIFO time-out interrupt is not masked.
Value Description
0 The receive FIFO overrun interrupt is masked.
1 The receive FIFO overrun interrupt is not masked.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 If the EOT bit in the SSICR1 register is clear, the transmit FIFO
is half empty or less.
If the EOT bit is set, the transmit FIFO is empty, and the last bit
has been transmitted out of the serializer.
This bit is cleared when the transmit FIFO is more than half full (if the
EOT bit is clear) or when it has any data in it (if the EOT bit is set).
Value Description
0 No interrupt.
1 The receive FIFO is half full or more.
This bit is cleared when the receive FIFO is less than half full.
Value Description
0 No interrupt.
1 The receive time-out has occurred.
This bit is cleared when a 1 is written to the RTIC bit in the SSI Interrupt
Clear (SSIICR) register.
Value Description
0 No interrupt.
1 The receive FIFO has overflowed
This bit is cleared when a 1 is written to the RORIC bit in the SSI
Interrupt Clear (SSIICR) register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to the transmit FIFO
being half empty or less (if the EOT bit is clear) or due to the
transmission of the last data bit (if the EOT bit is set).
This bit is cleared when the transmit FIFO is more than half empty (if
the EOT bit is clear) or when it has any data in it (if the EOT bit is set).
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to the receive FIFO
being half full or more.
This bit is cleared when the receive FIFO is less than half full.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to the receive time
out.
This bit is cleared when a 1 is written to the RTIC bit in the SSI Interrupt
Clear (SSIICR) register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked interrupt was signaled due to the receive FIFO
overflowing.
This bit is cleared when a 1 is written to the RORIC bit in the SSI
Interrupt Clear (SSIICR) register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 DMA for the transmit FIFO is disabled.
1 DMA for the transmit FIFO is enabled.
Value Description
0 DMA for the receive FIFO is disabled.
1 DMA for the receive FIFO is enabled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CS
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 System clock (based on clock source and divisor factor)
0x1-0x4 reserved
0x5 PIOSC
0x6 - 0xF Reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID4
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID5
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID6
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID7
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID1
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID2
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CID3
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Master transmit
Master receive
Slave transmit
Slave receive
Glitch suppression
Master generates interrupts when a transmit or receive operation completes (or aborts due
to an error)
Slave generates interrupts when data has been transferred or requested by a master or when
a START or STOP condition is detected
Master with arbitration and clock synchronization, multimaster support, and 7-bit addressing
mode
I2CSCL
I2C Control
RPUP RPUP
SCL
SDA I2C Bus
SDA SDA
SCL SCL
START STOP
condition condition
The STOP bit determines if the cycle stops at the end of the data cycle or continues on to a repeated
START condition. To generate a single transmit cycle, the I2C Master Slave Address (I2CMSA)
register is written with the desired address, the R/S bit is cleared, and the Control register is written
with ACK=X (0 or 1), STOP=1, START=1, and RUN=1 to perform the operation and stop. When the
operation is completed (or aborted due an error), the interrupt pin becomes active and the data may
be read from the I2C Master Data (I2CMDR) register. When the I2C module operates in Master
receiver mode, the ACK bit is normally set causing the I2C bus controller to transmit an acknowledge
automatically after each byte. This bit must be cleared when the I2C bus controller requires no further
data to be transmitted from the slave transmitter.
When operating in slave mode, the STARTRIS and STOPRIS bits in the I2C Slave Raw Interrupt
Status (I2CSRIS) register indicate detection of start and stop conditions on the bus and the I2C
Slave Masked Interrupt Status (I2CSMIS) register can be configured to allow STARTRIS and
STOPRIS to be promoted to controller interrupts (when interrupts are enabled).
SCL 1 2 7 8 9 1 2 7 8 9
Start Slave address Data Stop
The first seven bits of the first byte make up the slave address (see Figure 16-5). The eighth bit
determines the direction of the message. A zero in the R/S position of the first byte means that the
master transmits (sends) data to the selected slave, and a one in this position means that the master
receives data from the slave.
MSB LSB
R/S
Slave address
Figure 16-6. Data Validity During Bit Transfer on the I2C Bus
SDA
SCL
Data line Change
stable of data
allowed
16.3.1.4 Acknowledge
All bus transactions have a required acknowledge clock cycle that is generated by the master. During
the acknowledge cycle, the transmitter (which can be the master or slave) releases the SDA line.
To acknowledge the transaction, the receiver must pull down SDA during the acknowledge clock
cycle. The data transmitted out by the receiver during the acknowledge cycle must comply with the
data validity requirements described in Data Validity on page 1000.
When a slave receiver does not acknowledge the slave address, SDA must be left High by the slave
so that the master can generate a STOP condition and abort the current transfer. If the master
device is acting as a receiver during a transfer, it is responsible for acknowledging each transfer
made by the slave. Because the master controls the number of bytes in the transfer, it signals the
end of data to the slave transmitter by not generating an acknowledge on the last data byte. The
slave transmitter must then release SDA to allow the master to generate the STOP or a repeated
START condition.
If the slave is required to provide a manual ACK or NACK, the I2C Slave ACK Control
(I2CSACKCTL) register allows the slave to NACK for invalid data or command or ACK for valid
data or command. When this operation is enabled, the MCU slave module I2C clock is pulled low
after the last data bit until this register is written with the indicated response.
1. When the device is in the idle state, the Master writes the slave address to the I2CMSA register
and configures the R/S bit for the desired transfer type.
3. When the BUSY bit in the I2CMCS register is 0 , the Master writes 0x3 to the I2CMCS register
to initiate a transfer.
4. The Master does not generate a STOP condition but instead writes another slave address to
the I2CMSA register and then writes 0x3 to initiate the repeated START.
1. When the device is in idle, the Master writes the slave address to the I2CMSA register and
configures the R/S bit for the desired transfer type.
3. When the BUSY bit in the I2CMCS register is 0 , the Master writes 0x3 to the I2CMCS register
to initiate a transfer.
4. The Master does not generate a STOP condition but instead writes another slave address to
the I2CMSA register and then writes 0x3 to initiate the repeated START.
For more information on repeated START, refer to Figure 16-12 on page 1012 and Figure
16-13 on page 1013.
Note: The Master Clock Low Timeout counter counts for the entire time SCL is held Low
continuously. If SCL is deasserted at any point, the Master Clock Low Timeout Counter is
reloaded with the value in the I2CMCLKOCNT register and begins counting down from this
value.
16.3.1.8 Arbitration
A master may start a transfer only if the bus is idle. It's possible for two or more masters to generate
a START condition within minimum hold time of the START condition. In these situations, an
arbitration scheme takes place on the SDA line, while SCL is High. During arbitration, the first of
the competing master devices to place a 1 (High) on SDA, while another master transmits a 0 (Low),
switches off its data output stage and retires until the bus is idle again.
Arbitration can take place over several bits. Its first stage is a comparison of address bits, and if
both masters are trying to address the same device, arbitration continues on to the comparison of
data bits.
Table 16-2. Examples of I2C Master Timer Period Versus Speed Mode
System Clock Timer Period Standard Mode Timer Period Fast Mode Timer Fast Mode
Period Plus
4 MHz 0x01 100 Kbps - - - -
6 MHz 0x02 100 Kbps - - - -
12.5 MHz 0x06 89 Kbps 0x01 312 Kbps - -
16.7 MHz 0x08 93 Kbps 0x02 278 Kbps - -
20 MHz 0x09 100 Kbps 0x02 333 Kbps - -
25 MHz 0x0C 96.2 Kbps 0x03 312 Kbps - -
33 MHz 0x10 97.1 Kbps 0x04 330 Kbps - -
40 MHz 0x13 100 Kbps 0x04 400 Kbps 0x01 1000 Kbps
50 MHz 0x18 100 Kbps 0x06 357 Kbps 0x02 833 Kbps
80 MHz 0x27 100 Kbps 0x09 400 Kbps 0x03 1000 Kbps
CLK_PRD = 25 ns
TIMER_PRD = 1
SCL_LP=2
SCL_HP=1
Table 16-3 on page 1005 gives examples of timer period and system clock in High-Speed mode. Note
that the HS bit in the I2CMTPR register needs to be set for the TPR value to be used in High-Speed
mode.
When operating as a master, the protocol is shown in Figure 16-7. The master is responsible for
sending a master code byte in either Standard (100 Kbps) or Fast-mode (400 Kbps) before it begins
transferring in High-speed mode. The master code byte must contain data in the form of 0000.1XXX
and is used to tell the slave devices to prepare for a High-speed transfer. The master code byte
should never be acknowledged by a slave since it is only used to indicate that the upcoming data
is going to be transferred at a higher data rate. To send the master code byte, software should place
the value of the master code byte into the I2CMSA register and write the I2CMCS register with a
value of 0x13. This places the I2C master peripheral in High-speed mode, and all subsequent
transfers (until STOP) are carried out at High-speed data rate using the normal I2CMCS command
bits, without setting the HS bit in the I2CMCS register. Again, setting the HS bit in the I2CMCS register
is only necessary during the master code byte.
When operating as a High-speed slave, there is no additional software required.
SCL
Note: High-Speed mode is 3.4 Mbps, provided correct system clock frequency is set and there is
appropriate pull strength on SCL and SDA lines.
16.3.3 Interrupts
The I2C can generate interrupts when the following conditions are observed:
The I2C master and I2C slave modules have separate interrupt signals. While both modules can
generate interrupts for multiple conditions, only a single interrupt signal is sent to the interrupt
controller.
Idle
Write Slave
Address to Sequence
I2CMSA may be
omitted in a
Single Master
system
Write data to
I2CMDR
Read I2CMCS
NO
BUSBSY bit=0?
YES
Write ---0-111
to I2CMCS
Read I2CMCS
NO
BUSY bit=0?
YES
NO
Error Service ERROR bit=0?
YES
Idle
Idle
Sequence may be
Write Slave omitted in a Single
Address to Master system
I2CMSA
Read I2CMCS
NO
BUSBSY bit=0?
YES
Write ---00111
to I2CMCS
Read I2CMCS
NO
BUSY bit=0?
YES
NO
Error Service ERROR bit=0?
YES
Idle
Idle
YES
Read I2CMCS
NO
ERROR bit=0?
NO
BUSBSY bit=0?
YES
NO
Write data to ARBLST bit=1?
YES
I2CMDR
YES
Error Service
Write ---0-101
to I2CMCS
Idle
Read I2CMCS
NO
BUSY bit=0?
YES
NO
Error Service ERROR bit=0?
YES
Idle
Idle
Sequence
may be
Write Slave omitted in a
Address to Single Master Read I2CMCS
I2CMSA system
YES
NO
BUSBSY bit=0?
NO
ERROR bit=0?
YES
NO
Write ---01011 Read data from ARBLST bit=1?
to I2CMCS I2CMDR
YES
Write ---0-100
Write ---01001 NO
to I2CMCS
Index=m-1?
to I2CMCS
Error Service
YES
Write ---00101
to I2CMCS
Idle
Read I2CMCS
NO
BUSY bit=0?
YES
NO
ERROR bit=0?
YES
Idle
Figure 16-12. Master RECEIVE with Repeated START after Master TRANSMIT
Idle
Master operates in
Master Transmit mode
Write Slave
Address to
I2CMSA
Write ---01011
to I2CMCS
Repeated START
condition is generated
with changing data
Master operates in direction
Master Receive mode
Idle
Figure 16-13. Master TRANSMIT with Repeated START after Master RECEIVE
Idle
Master operates in
Master Receive mode
Write Slave
Address to
I2CMSA
Write ---0-011
to I2CMCS
Repeated START
condition is generated
with changing data
Master operates in direction
Master Transmit mode
Idle
IDLE
no
Busy=0'
yes
no
Error=0'
IDLE
yes
write Data
to I2CMDR register
write ---0-111
to I2CMCS register
no
Busy=0'
yes
yes no
Error=0'
IDLE
Idle
Write -------1
to I2CSCSR
Read I2CSCSR
NO NO
TREQ bit=1? RREQ bit=1?
FBR is
YES also valid YES
1. Enable the I2C clock using the RCGCI2C register in the System Control module (see page 348).
2. Enable the clock to the appropriate GPIO module via the RCGCGPIO register in the System
Control module (see page 340). To find out which GPIO port to enable, refer to Table
23-5 on page 1351.
3. In the GPIO module, enable the appropriate pins for their alternate function using the
GPIOAFSEL register (see page 671). To determine which GPIOs to configure, see Table
23-4 on page 1344.
4. Enable the I2CSDA pin for open-drain operation. See page 676.
5. Configure the PMCn fields in the GPIOPCTL register to assign the I2C signals to the appropriate
pins. See page 688 and Table 23-5 on page 1351.
6. Initialize the I2C Master by writing the I2CMCR register with a value of 0x0000.0010.
7. Set the desired SCL clock speed of 100 Kbps by writing the I2CMTPR register with the correct
value. The value written to the I2CMTPR register represents the number of system clock periods
in one SCL clock period. The TPR value is determined by the following equation:
8. Specify the slave address of the master and that the next operation is a Transmit by writing the
I2CMSA register with a value of 0x0000.0076. This sets the slave address to 0x3B.
9. Place data (byte) to be transmitted in the data register by writing the I2CMDR register with the
desired data.
10. Initiate a single byte transmit of the data from Master to Slave by writing the I2CMCS register
with a value of 0x0000.0007 (STOP, START, RUN).
11. Wait until the transmission completes by polling the I2CMCS register's BUSBSY bit until it has
been cleared.
12. Check the ERROR bit in the I2CMCS register to confirm the transmit was acknowledged.
1. Enable the I2C clock using the RCGCI2C register in the System Control module (see page 348).
2. Enable the clock to the appropriate GPIO module via the RCGCGPIO register in the System
Control module (see page 340). To find out which GPIO port to enable, refer to Table
23-5 on page 1351.
3. In the GPIO module, enable the appropriate pins for their alternate function using the
GPIOAFSEL register (see page 671). To determine which GPIOs to configure, see Table
23-4 on page 1344.
4. Enable the I2CSDA pin for open-drain operation. See page 676.
5. Configure the PMCn fields in the GPIOPCTL register to assign the I2C signals to the appropriate
pins. See page 688 and Table 23-5 on page 1351.
6. Initialize the I2C Master by writing the I2CMCR register with a value of 0x0000.0010.
7. Set the desired SCL clock speed of 3.33 Mbps by writing the I2CMTPR register with the correct
value. The value written to the I2CMTPR register represents the number of system clock periods
in one SCL clock period. The TPR value is determined by the following equation:
8. To send the master code byte, software should place the value of the master code byte into the
I2CMSA register and write the I2CMCS register with a value of 0x13.
9. This places the I2C master peripheral in High-speed mode, and all subsequent transfers (until
STOP) are carried out at High-speed data rate using the normal I2CMCS command bits, without
setting the HS bit in the I2CMCS register.
10. The transaction is ended by setting the STOP bit in the I2CMCS register.
11. Wait until the transmission completes by polling the I2CMCS register's BUSBSY bit until it has
been cleared.
12. Check the ERROR bit in the I2CMCS register to confirm the transmit was acknowledged.
I2C 0: 0x4002.0000
I2C 1: 0x4002.1000
I2C 2: 0x4002.2000
I2C 3: 0x4002.3000
Note that the I2C module clock must be enabled before the registers can be programmed (see
page 348). There must be a delay of 3 system clocks after the I2C module clock is enabled before
any I2C module registers are accessed.
The hw_i2c.h file in the TivaWare Driver Library uses a base address of 0x800 for the I2C slave
registers. Be aware when using registers with offsets between 0x800 and 0x818 that TivaWare
for C Series uses an offset between 0x000 and 0x018 with the slave base address.
See
Offset Name Type Reset Description
page
I2C Master
See
Offset Name Type Reset Description
page
0x024 I2CMCLKOCNT RW 0x0000.0000 I2C Master Clock Low Timeout Count 1033
I2C Slave
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved SA R/S
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
0 R/S RW 0 Receive/Send
The R/S bit specifies if the next master operation is a Receive (High)
or Transmit (Low).
Value Description
0 Transmit
1 Receive
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No clock timeout error.
1 The clock timeout error has occurred.
This bit is cleared when the master sends a STOP condition or if the
I2C master is reset.
Value Description
0 The I2C bus is idle.
1 The I2C bus is busy.
Value Description
0 The I2C controller is not idle.
1 The I2C controller is idle.
Value Description
0 The I2C controller won arbitration.
1 The I2C controller lost arbitration.
Value Description
0 The transmitted data was acknowledged
1 The transmitted data was not acknowledged.
Value Description
0 The transmitted address was acknowledged
1 The transmitted address was not acknowledged.
1 ERROR RO 0 Error
Value Description
0 No error was detected on the last operation.
1 An error occurred on the last operation.
The error can be from the slave address not being acknowledged or the
transmit data not being acknowledged.
Value Description
0 The controller is idle.
1 The controller is busy.
When the BUSY bit is set, the other status bits are not valid.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO WO WO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:5 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
4 HS WO 0 High-Speed Enable
Value Description
0 The master operates in Standard, Fast mode, or Fast mode
plus as selected by using a value in the I2CMTPR register that
results in an SCL frequency of 100 kbps for Standard mode,
400 kbps for Fast mode, or 1 Mpbs for Fast mode plus.
1 The master operates in High-Speed mode with transmission
speeds up to 3.33 Mbps.
Value Description
0 The received data byte is not acknowledged automatically by
the master.
1 The received data byte is acknowledged automatically by the
master. See field decoding in Table 16-5 on page 1023.
Value Description
0 The controller does not generate the STOP condition.
1 The controller generates the STOP condition. See field decoding
in Table 16-5 on page 1023.
Value Description
0 The controller does not generate the START condition.
1 The controller generates the START or repeated START
condition. See field decoding in Table 16-5 on page 1023.
Value Description
0 This encoding means the master is unable to transmit or receive
data.
1 The master is able to transmit or receive data.
See field decoding in Table 16-5 on page 1023.
This register contains the data to be transmitted when in the Master Transmit state and the data
received when in the Master Receive state.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DATA
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7:0 DATA RW 0x00 This byte contains the data transferred during a transaction.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved HS TPR
Type RO RO RO RO RO RO RO RO WO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The SCL Clock Period set by TPR applies to Standard mode
(100 Kbps), Fast-mode (400 Kbps), or Fast-mode plus (1 Mbps).
1 The SCL Clock Period set by TPR applies to High-speed mode
(3.33 Mbps).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CLKIM IM
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The CLKRIS interrupt is suppressed and not sent to the interrupt
controller.
1 The clock timeout interrupt is sent to the interrupt controller
when the CLKRIS bit in the I2CMRIS register is set.
Value Description
0 The RIS interrupt is suppressed and not sent to the interrupt
controller.
1 The master interrupt is sent to the interrupt controller when the
RIS bit in the I2CMRIS register is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 The clock timeout interrupt is pending.
This bit is cleared by writing a 1 to the CLKIC bit in the I2CMICR register.
Value Description
0 No interrupt.
1 A master interrupt is pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 An unmasked clock timeout interrupt was signaled and is
pending.
This bit is cleared by writing a 1 to the CLKIC bit in the I2CMICR register.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked master interrupt was signaled and is pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CLKIC IC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RW RW RW RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:7 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 I2C glitch filter is disabled.
1 I2C glitch filter is enabled.
Use the GFPW bit in the I2C Master Configuration 2 (I2CMCR2) register
to program the pulse width.
Value Description
0 Slave mode is disabled.
1 Slave mode is enabled.
Value Description
0 Master mode is disabled.
1 Master mode is enabled.
3:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Normal operation.
1 The controller in a test mode loopback configuration.
Register 10: I2C Master Clock Low Timeout Count (I2CMCLKOCNT), offset
0x024
This register contains the upper 8 bits of a 12-bit counter that can be used to keep the timeout limit
for clock stretching by a remote slave. The lower four bits of the counter are not user visible and
are always 0x0.
Note: The Master Clock Low Timeout counter counts for the entire time SCL is held Low
continuously. If SCL is deasserted at any point, the Master Clock Low Timeout Counter is
reloaded with the value in the I2CMCLKOCNT register and begins counting down from this
value.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved CNTL
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The I2CSDA signal is low.
1 The I2CSDA signal is high.
Value Description
0 The I2CSCL signal is low.
1 The I2CSCL signal is high.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RW RW RW RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Bypass
0x1 1 clock
0x2 2 clocks
0x3 3 clocks
0x4 4 clocks
0x5 8 clocks
0x6 16 clocks
0x7 31 clocks
3:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved OAR
Type RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:7 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Either the address is not matched or the match is in legacy
mode.
1 OAR2 address matched and ACKed by the slave.
Value Description
0 The first byte has not been received.
1 The first byte following the slave's own address has been
received.
This bit is only valid when the RREQ bit is set and is automatically cleared
when data has been read from the I2CSDR register.
Value Description
0 No outstanding transmit request.
1 The I2C controller has been addressed as a slave transmitter
and is using clock stretching to delay the master until data has
been written to the I2CSDR register.
Value Description
0 No outstanding receive data.
1 The I2C controller has outstanding receive data from the I2C
master and is using clock stretching to delay the master until
the data has been read from the I2CSDR register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DA
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
0 DA WO 0 Device Active
Value Description
0 Disables the I2C slave operation.
1 Enables the I2C slave operation.
Once this bit has been set, it should not be set again unless it has been
cleared by writing a 0 or by a reset, otherwise transfer failures may
occur.
This register contains the data to be transmitted when in the Slave Transmit state, and the data
received when in the Slave Receive state.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved DATA
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The STOPRIS interrupt is suppressed and not sent to the
interrupt controller.
1 The STOP condition interrupt is sent to the interrupt controller
when the STOPRIS bit in the I2CSRIS register is set.
Value Description
0 The STARTRIS interrupt is suppressed and not sent to the
interrupt controller.
1 The START condition interrupt is sent to the interrupt controller
when the STARTRIS bit in the I2CSRIS register is set.
Value Description
0 The DATARIS interrupt is suppressed and not sent to the
interrupt controller.
1 The data received or data requested interrupt is sent to the
interrupt controller when the DATARIS bit in the I2CSRIS register
is set.
Register 17: I2C Slave Raw Interrupt Status (I2CSRIS), offset 0x810
This register specifies whether an interrupt is pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 A STOP condition interrupt is pending.
Value Description
0 No interrupt.
1 A START condition interrupt is pending.
Value Description
0 No interrupt.
1 A data received or data requested interrupt is pending.
Register 18: I2C Slave Masked Interrupt Status (I2CSMIS), offset 0x814
This register specifies whether an interrupt was signaled.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked STOP condition interrupt was signaled is pending.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked START condition interrupt was signaled is
pending.
Value Description
0 An interrupt has not occurred or is masked.
1 An unmasked data received or data requested interrupt was
signaled is pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO WO WO WO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The alternate address is disabled.
1 Enables the use of the alternate address in the OAR2 field.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An ACK is sent indicating valid data or command.
1 A NACK is sent indicating invalid data or command.
Value Description
0 A response in not provided.
1 An ACK or NACK is sent according to the value written to the
ACKOVAL bit.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved HS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The interface is capable of Standard, Fast, or Fast mode plus
operation.
1 The interface is capable of High-Speed operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved HS
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:1 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
0 HS RW 1 High-Speed Capable
Value Description
0 The interface is set to Standard, Fast or Fast mode plus
operation.
1 The interface is set to High-Speed operation. Note that this
encoding may only be used if the HS bit in the I2CPP register
is set. Otherwise, this encoding is not available.
Maskable interrupt
Gluelessly attaches to an external CAN transceiver through the CANnTX and CANnRX signals
CAN Interface 2
CANIF2CRQ
CANIF2CMSK
CANIF2MSK1
CANIF2MSK2 Message Object
CANIF2ARB1 Registers
CANIF2ARB2 CANTXRQ1
CANIF2MCTL CANTXRQ2
CANIF2DA1 CANNWDA1
CANIF2DA2 CANNWDA2
CANIF2DB1 CANMSG1INT
CANIF2DB2 CANMSG2INT
CANMSG1VAL
CANMSG2VAL
Message RAM
32 Message Objects
Message memory
A data frame contains data for transmission, whereas a remote frame contains no data and is used
to request the transmission of a specific message object. The CAN data/remote frame is constructed
as shown in Figure 17-2.
S R CRC A
Bus Control Bus
O Message Delimiter T Field Data Field Sequence C EOP IFS
Idle Idle
F R K
Number 1 11 or 29 1 6 0 . . . 64 15 1 1 1 7 3
Of Bits
The protocol controller transfers and receives the serial data from the CAN bus and passes the data
on to the message handler. The message handler then loads this information into the appropriate
message object based on the current filtering and identifiers in the message object memory. The
message handler is also responsible for generating interrupts based on events on the CAN bus.
The message object memory is a set of 32 identical memory blocks that hold the current configuration,
status, and actual data for each message object. These memory blocks are accessed via either of
the CAN message object register interfaces.
The message memory is not directly accessible in the TM4C123GH6PM memory map, so the
TM4C123GH6PM CAN controller provides an interface to communicate with the message memory
via two CAN interface register sets for communicating with the message objects. These two interfaces
must be used to read or write to each message object. The two message object interfaces allow
parallel access to the CAN controller message objects when multiple objects may have new
information that must be processed. In general, one interface is used for transmit data and one for
receive data.
17.3.1 Initialization
To use the CAN controller, the peripheral clock must be enabled using the RCGC0 register (see
page 456). In addition, the clock to the appropriate GPIO module must be enabled via the RCGC2
register (see page 464). To find out which GPIO port to enable, refer to Table 23-4 on page 1344. Set
the GPIO AFSEL bits for the appropriate pins (see page 671). Configure the PMCn fields in the
GPIOPCTL register to assign the CAN signals to the appropriate pins. See page 688 and Table
23-5 on page 1351.
Software initialization is started by setting the INIT bit in the CAN Control (CANCTL) register (with
software or by a hardware reset) or by going bus-off, which occurs when the transmitter's error
counter exceeds a count of 255. While INIT is set, all message transfers to and from the CAN bus
are stopped and the CANnTX signal is held High. Entering the initialization state does not change
the configuration of the CAN controller, the message objects, or the error counters. However, some
configuration registers are only accessible while in the initialization state.
To initialize the CAN controller, set the CAN Bit Timing (CANBIT) register and configure each
message object. If a message object is not needed, label it as not valid by clearing the MSGVAL bit
in the CAN IFn Arbitration 2 (CANIFnARB2) register. Otherwise, the whole message object must
be initialized, as the fields of the message object may not have valid information, causing unexpected
results. Both the INIT and CCE bits in the CANCTL register must be set in order to access the
CANBIT register and the CAN Baud Rate Prescaler Extension (CANBRPE) register to configure
the bit timing. To leave the initialization state, the INIT bit must be cleared. Afterwards, the internal
Bit Stream Processor (BSP) synchronizes itself to the data transfer on the CAN bus by waiting for
the occurrence of a sequence of 11 consecutive recessive bits (indicating a bus idle condition)
before it takes part in bus activities and starts message transfers. Message object initialization does
not require the CAN to be in the initialization state and can be done on the fly. However, message
objects should all be configured to particular identifiers or set to not valid before message transfer
starts. To change the configuration of a message object during normal operation, clear the MSGVAL
bit in the CANIFnARB2 register to indicate that the message object is not valid during the change.
When the configuration is completed, set the MSGVAL bit again to indicate that the message object
is once again valid.
17.3.2 Operation
Two sets of CAN Interface Registers (CANIF1x and CANIF2x) are used to access the message
objects in the Message RAM. The CAN controller coordinates transfers to and from the Message
RAM to and from the registers. The two sets are independent and identical and can be used to
queue transactions. Generally, one interface is used to transmit data and one is used to receive
data.
Once the CAN module is initialized and the INIT bit in the CANCTL register is cleared, the CAN
module synchronizes itself to the CAN bus and starts the message transfer. As each message is
received, it goes through the message handler's filtering process, and if it passes through the filter,
is stored in the message object specified by the MNUM bit in the CAN IFn Command Request
(CANIFnCRQ) register. The whole message (including all arbitration bits, data-length code, and
eight data bytes) is stored in the message object. If the Identifier Mask (the MSK bits in the CAN IFn
Mask 1 and CAN IFn Mask 2 (CANIFnMSKn) registers) is used, the arbitration bits that are masked
to "don't care" may be overwritten in the message object.
The CPU may read or write each message at any time via the CAN Interface Registers. The message
handler guarantees data consistency in case of concurrent accesses.
The transmission of message objects is under the control of the software that is managing the CAN
hardware. Message objects can be used for one-time data transfers or can be permanent message
objects used to respond in a more periodic manner. Permanent message objects have all arbitration
and control set up, and only the data bytes are updated. At the start of transmission, the appropriate
TXRQST bit in the CAN Transmission Request n (CANTXRQn) register and the NEWDAT bit in the
CAN New Data n (CANNWDAn) register are set. If several transmit messages are assigned to the
same message object (when the number of message objects is not sufficient), the whole message
object has to be configured before the transmission of this message is requested.
The transmission of any number of message objects may be requested at the same time; they are
transmitted according to their internal priority, which is based on the message identifier (MNUM) for
the message object, with 1 being the highest priority and 32 being the lowest priority. Messages
may be updated or set to not valid any time, even when their requested transmission is still pending.
The old data is discarded when a message is updated before its pending transmission has started.
Depending on the configuration of the message object, the transmission of a message may be
requested autonomously by the reception of a remote frame with a matching identifier.
Transmission can be automatically started by the reception of a matching remote frame. To enable
this mode, set the RMTEN bit in the CAN IFn Message Control (CANIFnMCTL) register. A matching
received remote frame causes the TXRQST bit to be set, and the message object automatically
transfers its data or generates an interrupt indicating a remote frame was requested. A remote frame
can be strictly a single message identifier, or it can be a range of values specified in the message
object. The CAN mask registers, CANIFnMSKn, configure which groups of frames are identified
as remote frame requests. The UMASK bit in the CANIFnMCTL register enables the MSK bits in the
CANIFnMSKn register to filter which frames are identified as a remote frame request. The MXTD
bit in the CANIFnMSK2 register should be set if a remote frame request is expected to be triggered
by 29-bit extended identifiers.
re-transmitted as soon as the CAN bus is free again. If, meanwhile, the transmission of a message
with higher priority has been requested, the messages are transmitted in the order of their priority.
Set the WRNRD bit to specify a write to the CANIFnCMASK register; specify whether to
transfer the IDMASK, DIR, and MXTD of the message object into the CAN IFn registers using
the MASK bit
Specify whether to transfer the ID, DIR, XTD, and MSGVAL of the message object into the
interface registers using the ARB bit
Specify whether to transfer the control bits into the interface registers using the CONTROL
bit
Specify whether to clear the INTPND bit in the CANIFnMCTL register using the CLRINTPND
bit
Specify whether to clear the NEWDAT bit in the CANNWDAn register using the NEWDAT bit
Specify which bits to transfer using the DATAA and DATAB bits
2. In the CANIFnMSK1 register, use the MSK[15:0] bits to specify which of the bits in the 29-bit
or 11-bit message identifier are used for acceptance filtering. Note that MSK[15:0] in this
register are used for bits [15:0] of the 29-bit message identifier and are not used for an 11-bit
identifier. A value of 0x00 enables all messages to pass through the acceptance filtering. Also
note that in order for these bits to be used for acceptance filtering, they must be enabled by
setting the UMASK bit in the CANIFnMCTL register.
3. In the CANIFnMSK2 register, use the MSK[12:0] bits to specify which of the bits in the 29-bit
or 11-bit message identifier are used for acceptance filtering. Note that MSK[12:0] are used
for bits [28:16] of the 29-bit message identifier; whereas MSK[12:2] are used for bits [10:0] of
the 11-bit message identifier. Use the MXTD and MDIR bits to specify whether to use XTD and
DIR for acceptance filtering. A value of 0x00 enables all messages to pass through the
acceptance filtering. Also note that in order for these bits to be used for acceptance filtering,
they must be enabled by setting the UMASK bit in the CANIFnMCTL register.
4. For a 29-bit identifier, configure ID[15:0] in the CANIFnARB1 register for bits [15:0] of the
message identifier and ID[12:0] in the CANIFnARB2 register for bits [28:16] of the message
identifier. Set the XTD bit to indicate an extended identifier; set the DIR bit to indicate transmit;
and set the MSGVAL bit to indicate that the message object is valid.
5. For an 11-bit identifier, disregard the CANIFnARB1 register and configure ID[12:2] in the
CANIFnARB2 register for bits [10:0] of the message identifier. Clear the XTD bit to indicate a
standard identifier; set the DIR bit to indicate transmit; and set the MSGVAL bit to indicate that
the message object is valid.
Optionally set the UMASK bit to enable the mask (MSK, MXTD, and MDIR specified in the
CANIFnMSK1 and CANIFnMSK2 registers) for acceptance filtering
Optionally set the TXIE bit to enable the INTPND bit to be set after a successful transmission
Optionally set the RMTEN bit to enable the TXRQST bit to be set on the reception of a matching
remote frame allowing automatic transmission
Configure the DLC[3:0] field to specify the size of the data frame. Take care during this
configuration not to set the NEWDAT, MSGLST, INTPND or TXRQST bits.
7. Load the data to be transmitted into the CAN IFn Data (CANIFnDA1, CANIFnDA2, CANIFnDB1,
CANIFnDB2) registers. Byte 0 of the CAN data frame is stored in DATA[7:0] in the CANIFnDA1
register.
8. Program the number of the message object to be transmitted in the MNUM field in the CAN IFn
Command Request (CANIFnCRQ) register.
9. When everything is properly configured, set the TXRQST bit in the CANIFnMCTL register. Once
this bit is set, the message object is available to be transmitted, depending on priority and bus
availability. Note that setting the RMTEN bit in the CANIFnMCTL register can also start message
transmission if a matching remote frame has been received.
message object, starting with object 1, is compared with the incoming message to locate a matching
message object in the message RAM. If a match occurs, the scanning is stopped and the message
handler proceeds depending on whether it is a data frame or remote frame that was received.
UMASK = 1 or 0
DIR = 1 (direction = transmit); programmed in the At the reception of a matching remote frame, the TXRQST bit of this
CANIFnARB2 register message object remains unchanged, and the remote frame is
ignored. This remote frame is disabled, the data is not transferred
RMTEN = 0 (do not change the TXRQST bit of the and nothing indicates that the remote frame ever happened.
CANIFnMCTL register at reception of the frame)
DIR = 1 (direction = transmit); programmed in the At the reception of a matching remote frame, the TXRQST bit of this
CANIFnARB2 register message object is cleared. The arbitration and control field (ID +
XTD + RMTEN + DLC) from the shift register is stored into the message
RMTEN = 0 (do not change the TXRQST bit of the object in the message RAM, and the NEWDAT bit of this message
CANIFnMCTL register at reception of the frame) object is set. The data field of the message object remains
unchanged; the remote frame is treated similar to a received data
UMASK = 1 (use mask (MSK, MXTD, and MDIR in
frame. This mode is useful for a remote data request from another
the CANIFnMSKn register) for acceptance filtering)
CAN device for which the TM4C123GH6PM controller does not have
readily available data. The software must fill the data and answer
the frame manually.
1. Program the CAN IFn Command Mask (CANIFnCMASK) register as described in the
Configuring a Transmit Message Object on page 1053 section, except that the WRNRD bit is set
to specify a write to the message RAM.
3. In the CANIFnMSK2 register, use the MSK[12:0] bits to specify which of the bits in the 29-bit
or 11-bit message identifier are used for acceptance filtering. Note that MSK[12:0] are used
for bits [28:16] of the 29-bit message identifier; whereas MSK[12:2] are used for bits [10:0] of
the 11-bit message identifier. Use the MXTD and MDIR bits to specify whether to use XTD and
DIR for acceptance filtering. A value of 0x00 enables all messages to pass through the
acceptance filtering. Also note that in order for these bits to be used for acceptance filtering,
they must be enabled by setting the UMASK bit in the CANIFnMCTL register.
Optionally set the UMASK bit to enable the mask (MSK, MXTD, and MDIR specified in the
CANIFnMSK1 and CANIFnMSK2 registers) for acceptance filtering
Optionally set the RXIE bit to enable the INTPND bit to be set after a successful reception
Configure the DLC[3:0] field to specify the size of the data frame
Take care during this configuration not to set the NEWDAT, MSGLST, INTPND or TXRQST bits.
6. Program the number of the message object to be received in the MNUM field in the CAN IFn
Command Request (CANIFnCRQ) register. Reception of the message object begins as soon
as a matching frame is available on the CAN bus.
When the message handler stores a data frame in the message object, it stores the received Data
Length Code and eight data bytes in the CANIFnDA1, CANIFnDA2, CANIFnDB1, and CANIFnDB2
register. Byte 0 of the CAN data frame is stored in DATA[7:0] in the CANIFnDA1 register. If the
Data Length Code is less than 8, the remaining bytes of the message object are overwritten by
unspecified values.
The CAN mask registers can be used to allow groups of data frames to be received by a message
object. The CAN mask registers, CANIFnMSKn, configure which groups of frames are received by
a message object. The UMASK bit in the CANIFnMCTL register enables the MSK bits in the
CANIFnMSKn register to filter which frames are received. The MXTD bit in the CANIFnMSK2 register
should be set if only 29-bit extended identifiers are expected by this message object.
NEWDAT while EOB is clear, the message object is locked and cannot be written to by the message
handler until the CPU has cleared the NEWDAT bit. Messages are stored into a FIFO buffer until the
last message object of this FIFO buffer is reached. Until all of the preceding message objects have
been released by clearing the NEWDAT bit, all further messages for this FIFO buffer are written into
the last message object of the FIFO buffer and therefore overwrite previous messages.
START
Message Interrupt
No
NEWDAT = 1
Yes
EOB = 1
No
MNUM = MNUM + 1
priority. Among the message interrupts, the message object's interrupt with the lowest message
number has the highest priority. A message interrupt is cleared by clearing the message object's
INTPND bit in the CANIFnMCTL register or by reading the CAN Status (CANSTS) register. The
status Interrupt is cleared by reading the CANSTS register.
The interrupt identifier INTID in the CANINT register indicates the cause of the interrupt. When no
interrupt is pending, the register reads as 0x0000. If the value of the INTID field is different from 0,
then an interrupt is pending. If the IE bit is set in the CANCTL register, the interrupt line to the
interrupt controller is active. The interrupt line remains active until the INTID field is 0, meaning
that all interrupt sources have been cleared (the cause of the interrupt is reset), or until IE is cleared,
which disables interrupts from the CAN controller.
The INTID field of the CANINT register points to the pending message interrupt with the highest
interrupt priority. The SIE bit in the CANCTL register controls whether a change of the RXOK, TXOK,
and LEC bits in the CANSTS register can cause an interrupt. The EIE bit in the CANCTLregister
controls whether a change of the BOFF and EWARN bits in the CANSTS register can cause an
interrupt. The IE bit in the CANCTL register controls whether any interrupt from the CAN controller
actually generates an interrupt to the interrupt controller. The CANINT register is updated even
when the IE bit in the CANCTL register is clear, but the interrupt is not indicated to the CPU.
A value of 0x8000 in the CANINT register indicates that an interrupt is pending because the CAN
module has updated, but not necessarily changed, the CANSTS register, indicating that either an
error or status interrupt has been generated. A write access to the CANSTS register can clear the
RXOK, TXOK, and LEC bits in that same register; however, the only way to clear the source of a
status interrupt is to read the CANSTS register.
The source of an interrupt can be determined in two ways during interrupt handling. The first is to
read the INTID bit in the CANINT register to determine the highest priority interrupt that is pending,
and the second is to read the CAN Message Interrupt Pending (CANMSGnINT) register to see
all of the message objects that have pending interrupts.
An interrupt service routine reading the message that is the source of the interrupt may read the
message and clear the message object's INTPND bit at the same time by setting the CLRINTPND
bit in the CANIFnCMSK register. Once the INTPND bit has been cleared, the CANINT register
contains the message number for the next message object with a pending interrupt.
The sample point is driven on the CANnTX signal to monitor the bit timing
The last two functions, combined with the readable CAN receive pin CANnRX, can be used to check
the physical layer of the CAN bus.
The Transmit Control function is enabled by programming the TX[1:0] field in the CANTST register.
The three test functions for the CANnTX signal interfere with all CAN protocol functions. TX[1:0]
must be cleared when CAN message transfer or Loopback Mode, Silent Mode, or Basic Mode are
selected.
c
Sync Prop Phase1 Phase2
1 Time Sample
Quantum Point
(tqq)
a
Table 17-3. CAN Protocol Ranges
Parameter Range Remark
BRP [1 .. 64] Defines the length of the time quantum tq. The CANBRPE register can
be used to extend the range to 1024.
Sync 1 tq Fixed length, synchronization of bus input to system clock
Prop [1 .. 8] tq Compensates for the physical delay times
Phase1 [1 .. 8] tq May be lengthened temporarily by synchronization
Phase2 [1 .. 8] tq May be shortened temporarily by synchronization
SJW [1 .. 4] tq May not be longer than either Phase Buffer Segment
a. This table describes the minimum programmable ranges required by the CAN protocol.
The bit timing configuration is programmed in two register bytes in the CANBIT register. In the
CANBIT register, the four components TSEG2, TSEG1, SJW, and BRP have to be programmed to a
numerical value that is one less than its functional value; so instead of values in the range of [1..n],
values in the range of [0..n-1] are programmed. That way, for example, SJW (functional range of
[1..4]) is represented by only two bits in the SJW bit field. Table 17-4 shows the relationship between
the CANBIT register values and the parameters.
unit of the bit time; the bit timing logic (configured by TSEG1, TSEG2, and SJW) defines the number
of time quanta in the bit time.
The processing of the bit time, the calculation of the position of the sample point, and occasional
synchronizations are controlled by the CAN controller and are evaluated once per time quantum.
The CAN controller translates messages to and from frames. In addition, the controller generates
and discards the enclosing fixed format bits, inserts and extracts stuff bits, calculates and checks
the CRC code, performs the error management, and decides which type of synchronization is to be
used. The bit value is received or transmitted at the sample point. The information processing time
(IPT) is the time after the sample point needed to calculate the next bit to be transmitted on the CAN
bus. The IPT includes any of the following: retrieving the next data bit, handling a CRC bit, determining
if bit stuffing is required, generating an error flag or simply going idle.
The IPT is application-specific but may not be longer than 2 tq; the CAN's IPT is 0 tq. Its length is
the lower limit of the programmed length of Phase2. In case of synchronization, Phase2 may be
shortened to a value less than IPT, which does not affect bus timing.
where:
df
(Phase _ seg1, Phase _ seg2) min
2 (13 tbit Phase _ Seg 2)
df = Maximum tolerance of oscillator frequency
fosc Actual=oscillator
df =max 2 dffrequency
fnom
fnom = Nominal oscillator frequency
Maximum frequency tolerance must take into account the following formulas:
(1 (1df )fnom
)df fnom (1 +(1df
fosc
fosc )fnom
+ )df fnom
(Phase
(Phase _ seg 1, Phase 2) min
2) min
_ seg
2 (13 tbit Phase _ Seg 2)
_ seg 1, Phase _ seg
df df
2 (13 tbit Phase _ Seg 2)
df df = 2= 2df
maxmax df fnom
fnom
where:
If more than one configuration is possible, that configuration allowing the highest oscillator tolerance
range should be chosen.
CAN nodes with different system clocks require different configurations to come to the same bit
rate. The calculation of the propagation time in the CAN network, based on the nodes with the
longest delay times, is done once for the whole network.
The CAN system's oscillator tolerance range is limited by the node with the lowest tolerance range.
The calculation may show that bus length or bit rate have to be decreased or that the oscillator
frequencies' stability has to be increased in order to find a protocol-compliant configuration of the
CAN bit timing.
bit time = 1 s = n * tq = 5 * tq
tq = 200 ns
tq = (Baud rate Prescaler)/CAN Clock
Baud rate Prescaler = tq * CAN Clock
Baud rate Prescaler = 200E-9 * 25E6 = 5
tTSeg2 = tPhase2
tTSeg2 = (Information Processing Time + 1) * tq
tTSeg2 = 1 * tq \\Assumes IPT=0
In the above example, the bit field values for the CANBIT register are:
TSEG2 = TSeg2 -1
= 1-1
=0
TSEG1 = TSeg1 -1
= 3-1
=2
SJW = SJW -1
= 1-1
=0
BRP = Baud rate prescaler - 1
= 5-1
=4
bit time = 10 s = n * tq = 10 * tq
tq = 1 s
tq = (Baud rate Prescaler)/CAN Clock
Baud rate Prescaler = tq * CAN Clock
Baud rate Prescaler = 1E-6 * 50E6 = 50
TSEG2 = TSeg2 -1
= 4-1
=3
TSEG1 = TSeg1 -1
= 5-1
=4
SJW = SJW -1
= 4-1
=3
BRP = Baud rate prescaler - 1
= 50-1
=49
CAN0: 0x4004.0000
CAN1: 0x4004.1000
Note that the CAN controller clock must be enabled before the registers can be programmed (see
page 351). There must be a delay of 3 system clocks after the CAN module clock is enabled before
any CAN module registers are accessed.
the Message RAM: CANIF1x and CANIF2x. The function of the two sets are identical and are used
to queue transactions.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The CAN controller is operating normally.
1 The CAN controller is in test mode.
Value Description
0 Write accesses to the CANBIT register are not allowed.
1 Write accesses to the CANBIT register are allowed if the
INIT bit is 1.
Value Description
0 Auto-retransmission of disturbed messages is enabled.
1 Auto-retransmission is disabled.
4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No error status interrupt is generated.
1 A change in the BOFF or EWARN bits in the CANSTS
register generates an interrupt.
Value Description
0 No status interrupt is generated.
1 An interrupt is generated when a message has successfully
been transmitted or received, or a CAN bus error has been
detected. A change in the TXOK, RXOK or LEC bits in the
CANSTS register generates an interrupt.
Value Description
0 Interrupts disabled.
1 Interrupts enabled.
0 INIT RW 1 Initialization
Value Description
0 Normal operation.
1 Initialization started.
The status register contains information for interrupt servicing such as Bus-Off, error count threshold,
and error types.
The LEC field holds the code that indicates the type of the last error to occur on the CAN bus. This
field is cleared when a message has been transferred (reception or transmission) without error. The
unused error code 0x7 may be written by the CPU to manually set this field to an invalid error so
that it can be checked for a change later.
An error interrupt is generated by the BOFF and EWARN bits, and a status interrupt is generated by
the RXOK, TXOK, and LEC bits, if the corresponding enable bits in the CAN Control (CANCTL)
register are set. A change of the EPASS bit or a write to the RXOK, TXOK, or LEC bits does not
generate an interrupt.
Reading the CAN Status (CANSTS) register clears the CAN Interrupt (CANINT) register, if it is
pending.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The CAN controller is not in bus-off state.
1 The CAN controller is in bus-off state.
Value Description
0 Both error counters are below the error warning limit of
96.
1 At least one of the error counters has reached the error
warning limit of 96.
Value Description
0 The CAN module is in the Error Active state, that is, the
receive or transmit error count is less than or equal to 127.
1 The CAN module is in the Error Passive state, that is, the
receive or transmit error count is greater than 127.
Value Description
0 Since this bit was last cleared, no message has been
successfully received.
1 Since this bit was last cleared, a message has been
successfully received, independent of the result of the
acceptance filtering.
Value Description
0 Since this bit was last cleared, no message has been
successfully transmitted.
1 Since this bit was last cleared, a message has been
successfully transmitted error-free and acknowledged by
at least one other node.
Value Description
0x0 No Error
0x1 Stuff Error
More than 5 equal bits in a sequence have occurred in a part
of a received message where this is not allowed.
0x2 Format Error
A fixed format part of the received frame has the wrong
format.
0x3 ACK Error
The message transmitted was not acknowledged by another
node.
0x4 Bit 1 Error
When a message is transmitted, the CAN controller monitors
the data lines to detect any conflicts. When the arbitration
field is transmitted, data conflicts are a part of the arbitration
protocol. When other frame fields are transmitted, data
conflicts are considered errors.
A Bit 1 Error indicates that the device wanted to send a High
level (logical 1) but the monitored bus value was Low (logical
0).
0x5 Bit 0 Error
A Bit 0 Error indicates that the device wanted to send a Low
level (logical 0), but the monitored bus value was High (logical
1).
During bus-off recovery, this status is set each time a
sequence of 11 High bits has been monitored. By checking
for this status, software can monitor the proceeding of the
bus-off recovery sequence without any disturbances to the
bus.
0x6 CRC Error
The CRC checksum was incorrect in the received message,
indicating that the calculated value received did not match
the calculated CRC of the data.
0x7 No Event
When the LEC bit shows this value, no CAN bus event was
detected since this value was written to the LEC field.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RP REC TEC
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Receive Error counter is below the Error Passive
level (127 or less).
1 The Receive Error counter has reached the Error Passive
level (128 or greater).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1
31:15 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INTID
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0000 No interrupt pending
0x0001-0x0020 Number of the message object that
caused the interrupt
0x0021-0x7FFF Reserved
0x8000 Status Interrupt
0x8001-0xFFFF Reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RW RW RW RW RW RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
7 RX RO 0 Receive Observation
Value Description
0 The CANnRx pin is low.
1 The CANnRx pin is high.
Value Description
0x0 CAN Module Control
CANnTx is controlled by the CAN module; default
operation
0x1 Sample Point
The sample point is driven on the CANnTx signal. This
mode is useful to monitor bit timing.
0x2 Driven Low
CANnTx drives a low value. This mode is useful for
checking the physical layer of the CAN bus.
0x3 Driven High
CANnTx drives a high value. This mode is useful for
checking the physical layer of the CAN bus.
Value Description
0 Loopback mode is disabled.
1 Loopback mode is enabled. In loopback mode, the data
from the transmitter is routed into the receiver. Any data
on the receive input is ignored.
Value Description
0 Silent mode is disabled.
1 Silent mode is enabled. In silent mode, the CAN controller
does not transmit data but instead monitors the bus. This
mode is also known as Bus Monitor mode.
Value Description
0 Basic mode is disabled.
1 Basic mode is enabled. In basic mode, software should
use the CANIF1 registers as the transmit buffer and use
the CANIF2 registers as the receive buffer.
1:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved BRPE
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 This bit is cleared when read/write action has finished.
1 This bit is set when a write occurs to the message
number in this register.
14:6 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x00 Reserved
0 is not a valid message number; it is interpreted
as 0x20, or object 32.
0x01-0x20 Message Number
Indicates specified message object 1 to 32.
0x21-0x3F Reserved
Not a valid message number; values are shifted and
it is interpreted as 0x01-0x1F.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
NEWDAT / TXRQST
reserved WRNRD MASK ARB CONTROL CLRINTPND DATAA DATAB
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Transfer the data in the CAN message object specified by
the MNUM field in the CANIFnCRQ register into the CANIFn
registers.
1 Transfer the data in the CANIFn registers to the CAN
message object specified by the MNUM field in the CAN
Command Request (CANIFnCRQ).
Value Description
0 Mask bits unchanged.
1 Transfer IDMASK + DIR + MXTD of the message object
into the Interface registers.
Value Description
0 Arbitration bits unchanged.
1 Transfer ID + DIR + XTD + MSGVAL of the message
object into the Interface registers.
Value Description
0 Control bits unchanged.
1 Transfer control bits from the CANIFnMCTL register
into the Interface registers.
Value Description
0 If WRNRD is clear, the interrupt pending status is transferred
from the message buffer into the CANIFnMCTL register.
If WRNRD is set, the INTPND bit in the message object remains
unchanged.
1 If WRNRD is clear, the interrupt pending status is cleared in the
message buffer. Note the value of this bit that is transferred
to the CANIFnMCTL register always reflects the status of the
bits before clearing.
If WRNRD is set, the INTPND bit is cleared in the message
object.
Value Description
0 If WRNRD is clear, the value of the new data status is transferred
from the message buffer into the CANIFnMCTL register.
If WRNRD is set, a transmission is not requested.
1 If WRNRD is clear, the new data status is cleared in the message
buffer. Note the value of this bit that is transferred to the
CANIFnMCTL register always reflects the status of the bits
before clearing.
If WRNRD is set, a transmission is requested. Note that when
this bit is set, the TXRQST bit in the CANIFnMCTL register is
ignored.
Value Description
0 Data bytes 0-3 are unchanged.
1 If WRNRD is clear, transfer data bytes 0-3 in CANIFnDA1
and CANIFnDA2 to the message object.
If WRNRD is set, transfer data bytes 0-3 in message object
to CANIFnDA1 and CANIFnDA2.
Value Description
0 Data bytes 4-7 are unchanged.
1 If WRNRD is clear, transfer data bytes 4-7 in CANIFnDA1
and CANIFnDA2 to the message object.
If WRNRD is set, transfer data bytes 4-7 in message object
to CANIFnDA1 and CANIFnDA2.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MSK
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding identifier field (ID) in the message
object cannot inhibit the match in acceptance filtering.
1 The corresponding identifier field (ID) is used for
acceptance filtering.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RO RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The extended identifier bit (XTD in the CANIFnARB2
register) has no effect on the acceptance filtering.
1 The extended identifier bit XTD is used for acceptance
filtering.
Value Description
0 The message direction bit (DIR in the CANIFnARB2
register) has no effect for acceptance filtering.
1 The message direction bit DIR is used for acceptance
filtering.
13 reserved RO 1 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding identifier field (ID) in the message
object cannot inhibit the match in acceptance filtering.
1 The corresponding identifier field (ID) is used for
acceptance filtering.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
ID
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The message object is ignored by the message handler.
1 The message object is configured and ready to be
considered by the message handler within the CAN
controller.
All unused message objects should have this bit cleared during
initialization and before clearing the INIT bit in the CANCTL register.
The MSGVAL bit must also be cleared before any of the following bits
are modified or if the message object is no longer required: the ID fields
in the CANIFnARBn registers, the XTD and DIR bits in the CANIFnARB2
register, or the DLC field in the CANIFnMCTL register.
Value Description
0 An 11-bit Standard Identifier is used for this message
object.
1 A 29-bit Extended Identifier is used for this message
object.
Value Description
0 Receive. When the TXRQST bit in the CANIFnMCTL register
is set, a remote frame with the identifier of this message object
is received. On reception of a data frame with matching
identifier, that message is stored in this message object.
1 Transmit. When the TXRQST bit in the CANIFnMCTL register
is set, the respective message object is transmitted as a data
frame. On reception of a remote frame with matching identifier,
the TXRQST bit of this message object is set (if RMTEN=1).
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
NEWDAT MSGLST INTPND UMASK TXIE RXIE RMTEN TXRQST EOB reserved DLC
Type RW RW RW RW RW RW RW RW RW RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No new data has been written into the data portion of this
message object by the message handler since the last time
this flag was cleared by the CPU.
1 The message handler or the CPU has written new data into
the data portion of this message object.
Value Description
0 No message was lost since the last time this bit was
cleared by the CPU.
1 The message handler stored a new message into this
object when NEWDAT was set; the CPU has lost a message.
This bit is only valid for message objects when the DIR bit in the
CANIFnARB2 register is clear (receive).
Value Description
0 This message object is not the source of an interrupt.
1 This message object is the source of an interrupt. The
interrupt identifier in the CANINT register points to this
message object if there is not another interrupt source with
a higher priority.
Value Description
0 Mask is ignored.
1 Use mask (MSK, MXTD, and MDIR bits in the
CANIFnMSKn registers) for acceptance filtering.
Value Description
0 The INTPND bit in the CANIFnMCTL register is unchanged
after a successful transmission of a frame.
1 The INTPND bit in the CANIFnMCTL register is set after
a successful transmission of a frame.
Value Description
0 The INTPND bit in the CANIFnMCTL register is unchanged
after a successful reception of a frame.
1 The INTPND bit in the CANIFnMCTL register is set after
a successful reception of a frame.
Value Description
0 At the reception of a remote frame, the TXRQST bit in the
CANIFnMCTL register is left unchanged.
1 At the reception of a remote frame, the TXRQST bit in the
CANIFnMCTL register is set.
Value Description
0 This message object is not waiting for transmission.
1 The transmission of this message object is requested
and is not yet done.
Value Description
0 Message object belongs to a FIFO Buffer and is not the
last message object of that FIFO Buffer.
1 Single message object or last message object of a FIFO
Buffer.
This bit is used to concatenate two or more message objects (up to 32)
to build a FIFO buffer. For a single message object (thus not belonging
to a FIFO buffer), this bit must be set.
6:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0-0x8 Specifies the number of bytes in the data frame.
0x9-0xF Defaults to a data frame with 8 bytes.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TXRQST
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding message object is not waiting for
transmission.
1 The transmission of the corresponding message object
is requested and is not yet done.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
NEWDAT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No new data has been written into the data portion of the
corresponding message object by the message handler since
the last time this flag was cleared by the CPU.
1 The message handler or the CPU has written new data into
the data portion of the corresponding message object.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
INTPND
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding message object is not the source of
an interrupt.
1 The corresponding message object is the source of an
interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MSGVAL
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The corresponding message object is not configured and
is ignored by the message handler.
1 The corresponding message object is configured and
should be considered by the message handler.
USB 2.0 full-speed (12 Mbps) and low-speed (1.5 Mbps) operation with integrated PHY
16 endpoints
4 KB dedicated endpoint memory: one endpoint may be defined for double-buffered 1023-byte
isochronous packet size
Separate channels for transmit and receive for up to three IN endpoints and three OUT
endpoints
Transmit
EP0 31
Control
Receive
CPU Interface
Interrupt Interrupts
Host
Combine Control
Transaction
Endpoints
Scheduler
EP Reg.
Decoder
AHB bus
Common Slave mode
UTM Packet FIFO RAM
Synchronization Encode/Decode Controller Regs
USB PHY Rx Rx
Data Sync Packet Encode
Buff Buff Cycle
Control
HNP/SRP Packet Decode Tx Tx
Buff Buff
USB FS/LS
PHY FIFO
Timers CRC Gen/Check Cycle Control
Decoder
USB Data Lines
D+ and D-
When in Device mode, IN transactions are controlled by an endpoint's transmit interface and use
the transmit endpoint registers for the given endpoint. OUT transactions are handled with an
endpoint's receive interface and use the receive endpoint registers for the given endpoint.
When configuring the size of the FIFOs for endpoints, take into account the maximum packet size
for an endpoint.
Bulk. Bulk endpoints should be the size of the maximum packet (up to 64 bytes) or twice the
maximum packet size if double buffering is used (described further in the following section).
Interrupt. Interrupt endpoints should be the size of the maximum packet (up to 64 bytes) or twice
the maximum packet size if double buffering is used.
Isochronous. Isochronous endpoints are more flexible and can be up to 1023 bytes.
Control. It is also possible to specify a separate control endpoint for a USB Device. However,
in most cases the USB Device should use the dedicated control endpoint on the USB controller's
endpoint 0.
18.3.1.1 Endpoints
When operating as a Device, the USB controller provides two dedicated control endpoints (IN and
OUT) and 14 configurable endpoints (7 IN and 7 OUT) that can be used for communications with
a Host controller. The endpoint number and direction associated with an endpoint is directly related
to its register designation. For example, when the Host is transmitting to endpoint 1, all configuration
and data is in the endpoint 1 transmit register interface.
Endpoint 0 is a dedicated control endpoint used for all control transactions to endpoint 0 during
enumeration or when any other control requests are made to endpoint 0. Endpoint 0 uses the first
64 bytes of the USB controller's FIFO RAM as a shared memory for both IN and OUT transactions.
The remaining 14 endpoints can be configured as control, bulk, interrupt, or isochronous endpoints.
They should be treated as 7 configurable IN and 7 configurable OUT endpoints. The endpoint pairs
are not required to have the same type for their IN and OUT endpoint configuration. For example,
the OUT portion of an endpoint pair could be a bulk endpoint, while the IN portion of that endpoint
pair could be an interrupt endpoint. The address and size of the FIFOs attached to each endpoint
can be modified to fit the application's needs.
Single-Packet Buffering
If the size of the transmit endpoint's FIFO is less than twice the maximum packet size for this endpoint
(as set in the USB Transmit Dynamic FIFO Sizing (USBTXFIFOSZ) register), only one packet
can be buffered in the FIFO and single-packet buffering is required. When each packet is completely
loaded into the transmit FIFO, the TXRDY bit in the USB Transmit Control and Status Endpoint
n Low (USBTXCSRLn) register must be set. If the AUTOSET bit in the USB Transmit Control and
Status Endpoint n High (USBTXCSRHn) register is set, the TXRDY bit is automatically set when
a maximum-sized packet is loaded into the FIFO. For packet sizes less than the maximum, the
TXRDY bit must be set manually. When the TXRDY bit is set, either manually or automatically, the
packet is ready to be sent. When the packet has been successfully sent, both TXRDY and FIFONE
are cleared, and the appropriate transmit endpoint interrupt signaled. At this point, the next packet
can be loaded into the FIFO.
Double-Packet Buffering
If the size of the transmit endpoint's FIFO is at least twice the maximum packet size for this endpoint,
two packets can be buffered in the FIFO and double-packet buffering is allowed. As each packet is
loaded into the transmit FIFO, the TXRDY bit in the USBTXCSRLn register must be set. If the
AUTOSET bit in the USBTXCSRHn register is set, the TXRDY bit is automatically set when a
maximum-sized packet is loaded into the FIFO. For packet sizes less than the maximum, TXRDY
must be set manually. When the TXRDY bit is set, either manually or automatically, the packet is
ready to be sent. After the first packet is loaded, TXRDY is immediately cleared and an interrupt is
generated. A second packet can now be loaded into the transmit FIFO and TXRDY set again (either
manually or automatically if the packet is the maximum size). At this point, both packets are ready
to be sent. After each packet has been successfully sent, TXRDY is automatically cleared and the
appropriate transmit endpoint interrupt signaled to indicate that another packet can now be loaded
into the transmit FIFO. The state of the FIFONE bit in the USBTXCSRLn register at this point
indicates how many packets may be loaded. If the FIFONE bit is set, then another packet is in the
FIFO and only one more packet can be loaded. If the FIFONE bit is clear, then no packets are in
the FIFO and two more packets can be loaded.
Note: Double-packet buffering is disabled if an endpoint's corresponding EPn bit is set in the USB
Transmit Double Packet Buffer Disable (USBTXDPKTBUFDIS) register. This bit is set
by default, so it must be cleared to enable double-packet buffering.
Single-Packet Buffering
If the size of the receive endpoint FIFO is less than twice the maximum packet size for an endpoint,
only one data packet can be buffered in the FIFO and single-packet buffering is required. When a
packet is received and placed in the receive FIFO, the RXRDY and FULL bits in the USB Receive
Control and Status Endpoint n Low (USBRXCSRLn) register are set and the appropriate receive
endpoint is signaled, indicating that a packet can now be unloaded from the FIFO. After the packet
has been unloaded, the RXRDY bit must be cleared in order to allow further packets to be received.
This action also generates the acknowledge signaling to the Host controller. If the AUTOCL bit in the
USB Receive Control and Status Endpoint n High (USBRXCSRHn) register is set and a
maximum-sized packet is unloaded from the FIFO, the RXRDY and FULL bits are cleared
automatically. For packet sizes less than the maximum, RXRDY must be cleared manually.
Double-Packet Buffering
If the size of the receive endpoint FIFO is at least twice the maximum packet size for the endpoint,
two data packets can be buffered and double-packet buffering can be used. When the first packet
is received and loaded into the receive FIFO, the RXRDY bit in the USBRXCSRLn register is set
and the appropriate receive endpoint interrupt is signaled to indicate that a packet can now be
unloaded from the FIFO.
Note: The FULL bit in USBRXCSRLn is not set when the first packet is received. It is only set if
a second packet is received and loaded into the receive FIFO.
After each packet has been unloaded, the RXRDY bit must be cleared to allow further packets to be
received. If the AUTOCL bit in the USBRXCSRHn register is set and a maximum-sized packet is
unloaded from the FIFO, the RXRDY bit is cleared automatically. For packet sizes less than the
maximum, RXRDY must be cleared manually. If the FULL bit is set when RXRDY is cleared, the USB
controller first clears the FULL bit, then sets RXRDY again to indicate that there is another packet
waiting in the FIFO to be unloaded.
Note: Double-packet buffering is disabled if an endpoint's corresponding EPn bit is set in the USB
Receive Double Packet Buffer Disable (USBRXDPKTBUFDIS) register. This bit is set
by default, so it must be cleared to enable double-packet buffering.
18.3.1.4 Scheduling
The Device has no control over the scheduling of transactions as scheduling is determined by the
Host controller. The TM4C123GH6PM USB controller can set up a transaction at any time. The
USB controller waits for the request from the Host controller and generates an interrupt when the
transaction is complete or if it was terminated due to some error. If the Host controller makes a
request and the Device controller is not ready, the USB controller sends a busy response (NAK) to
all requests until it is ready.
1. The Host sends more data during an OUT data phase of a control transfer than was specified
in the Device request during the SETUP phase. This condition is detected by the USB controller
when the Host sends an OUT token (instead of an IN token) after the last OUT packet has been
unloaded and the DATAEND bit in the USB Control and Status Endpoint 0 Low (USBCSRL0)
register has been set.
2. The Host requests more data during an IN data phase of a control transfer than was specified
in the Device request during the SETUP phase. This condition is detected by the USB controller
when the Host sends an IN token (instead of an OUT token) after the CPU has cleared TXRDY
and set DATAEND in response to the ACK issued by the Host to what should have been the last
packet.
3. The Host sends more than USBRXMAXPn bytes of data with an OUT data token.
4. The Host sends more than a zero length data packet for the OUT STATUS phase.
Important: When configured as a self-powered Device, the USB module meets the response timing
and power draw requirements for USB compliance of SUSPEND mode. When configured
as a bus-powered Device, the USB can operate in SUSPEND mode but produces a
higher power draw than required to be compliant.
18.3.1.7 Start-of-Frame
When the USB controller is operating in Device mode, it receives a Start-Of-Frame (SOF) packet
from the Host once every millisecond. When the SOF packet is received, the 11-bit frame number
contained in the packet is written into the USB Frame Value (USBFRAME) register, and an SOF
interrupt is also signaled and can be handled by the application. Once the USB controller has started
to receive SOF packets, it expects one every millisecond. If no SOF packet is received after 1.00358
ms, the packet is assumed to have been lost, and the USBFRAME register is not updated. The
USB controller continues and resynchronizes these pulses to the received SOF packets when these
packets are successfully received again.
When the application software driving the USB controller receives a RESET interrupt, any open
pipes are closed and the USB controller waits for bus enumeration to begin.
18.3.1.9 Connect/Disconnect
The USB controller connection to the USB bus is handled by software. The USB PHY can be
switched between normal mode and non-driving mode by setting or clearing the SOFTCONN bit of
the USBPOWER register. When the SOFTCONN bit is set, the PHY is placed in its normal mode,
and the USB0DP/USB0DM lines of the USB bus are enabled. At the same time, the USB controller
is placed into a state, in which it does not respond to any USB signaling except a USB RESET.
When the SOFTCONN bit is cleared, the PHY is put into non-driving mode, USB0DP and USB0DM are
tristated, and the USB controller appears to other devices on the USB bus as if it has been
disconnected. The non-driving mode is the default so the USB controller appears disconnected until
the SOFTCONN bit has been set. The application software can then choose when to set the PHY
into its normal mode. Systems with a lengthy initialization procedure may use this to ensure that
initialization is complete, and the system is ready to perform enumeration before connecting to the
USB bus. Once the SOFTCONN bit has been set, the USB controller can be disconnected by clearing
this bit.
Note: The USB controller does not generate an interrupt when the Device is connected to the
Host. However, an interrupt is generated when the Host terminates a session.
Bulk. Bulk endpoints should be the size of the maximum packet (up to 64 bytes) or twice the
maximum packet size if double buffering is used (described further in the following section).
Interrupt. Interrupt endpoints should be the size of the maximum packet (up to 64 bytes) or twice
the maximum packet size if double buffering is used.
Isochronous. Isochronous endpoints are more flexible and can be up to 1023 bytes.
Control. It is also possible to specify a separate control endpoint to communicate with a Device.
However, in most cases the USB controller should use the dedicated control endpoint to
communicate with a Device's endpoint 0.
18.3.2.1 Endpoints
The endpoint registers are used to control the USB endpoint interfaces which communicate with
Device(s) that are connected. The endpoints consist of a dedicated control IN endpoint, a dedicated
control OUT endpoint, 7 configurable OUT endpoints, and 7 configurable IN endpoints.
The dedicated control interface can only be used for control transactions to endpoint 0 of Devices.
These control transactions are used during enumeration or other control functions that communicate
using endpoint 0 of Devices. This control endpoint shares the first 64 bytes of the USB controller's
FIFO RAM for IN and OUT transactions. The remaining IN and OUT interfaces can be configured
to communicate with control, bulk, interrupt, or isochronous Device endpoints.
These USB interfaces can be used to simultaneously schedule as many as 7 independent OUT
and 7 independent IN transactions to any endpoints on any Device. The IN and OUT controls are
paired in three sets of registers. However, they can be configured to communicate with different
types of endpoints and different endpoints on Devices. For example, the first pair of endpoint controls
can be split so that the OUT portion is communicating with a Device's bulk OUT endpoint 1, while
the IN portion is communicating with a Device's interrupt IN endpoint 2.
Before accessing any Device, whether for point-to-point communications or for communications via
a hub, the relevant USB Receive Functional Address Endpoint n (USBRXFUNCADDRn) or USB
Transmit Functional Address Endpoint n (USBTXFUNCADDRn) registers must be set for each
receive or transmit endpoint to record the address of the Device being accessed.
The USB controller also supports connections to Devices through a USB hub by providing a register
that specifies the hub address and port of each USB transfer. The FIFO address and size are
customizable and can be specified for each USB IN and OUT transfer. Customization includes
allowing one FIFO per transaction, sharing a FIFO across transactions, and allowing for
double-buffered FIFOs.
18.3.2.6 Babble
The USB Host controller does not start a transaction until the bus has been inactive for at least the
minimum inter-packet delay. The controller also does not start a transaction unless it can be finished
before the end of the frame. If the bus is still active at the end of a frame, then the USB Host controller
assumes that the target Device to which it is connected has malfunctioned, and the USB controller
suspends all transactions and generates a babble interrupt.
18.3.2.9 Connect/Disconnect
A session is started by setting the SESSION bit in the USB Device Control (USBDEVCTL) register,
enabling the USB controller to wait for a Device to be connected. When a Device is detected, a
connect interrupt is generated. The speed of the Device that has been connected can be determined
by reading the USBDEVCTL register where the FSDEV bit is set for a full-speed Device, and the
LSDEV bit is set for a low-speed Device. The USB controller must generate a RESET to the Device,
and then the USB Host controller can begin Device enumeration. If the Device is disconnected while
a session is in progress, a disconnect interrupt is generated.
threshold, as indicated by the VBUS bit in the USBDEVCTL register going to 0x3. The USB OTG
controller then waits for a peripheral to be connected. When a peripheral is detected, a Connect
interrupt is signaled and either the FSDEV or LSDEV bit in the USBDEVCTL register is set, depending
whether a full-speed or a low-speed peripheral is detected. The USB controller then issues a RESET
to the connected Device. The SESSION bit in the USBDEVCTL register can be cleared to end a
session. The USB OTG controller also automatically ends the session if babble is detected or if
VBUS drops below session valid.
Note: The USB OTG controller may not remain in Host mode when connected to high-current
devices. Some devices draw enough current to momentarily drop VBUS below the
VBUS-valid level causing the controller to drop out of Host mode. The only way to get back
into Host mode is to allow VBUS to go below the Session End level. In this situation, the
device is causing VBUS to drop repeatedly and pull VBUS back low the next time VBUS is
enabled.
In addition, the USB OTG controller may not remain in Host mode when a device is told
that it can start using it's active configuration. At this point the device starts drawing more
current and can also drop VBUS below VBUS valid.
If the USB OTG controller is the B device, then the USB OTG controller requests a session using
the session request protocol defined in the USB On-The-Go supplement, that is, it first discharges
VBUS. Then when VBUS has gone below the Session End threshold (VBUS bit in the USBDEVCTL
register goes to 0x0) and the line state has been a single-ended zero for > 2 ms, the USB OTG
controller pulses the data line, then pulses VBUS. At the end of the session, the SESSION bit is
cleared either by the USB OTG controller or by the application software. The USB OTG controller
then causes the PHY to switch out the pull-up resistor on D+, signaling the A device to end the
session.
begins host negotiation (as specified in the USB On-The-Go supplement) by causing the PHY to
disconnect the pull-up resistor on the D+ line, causing the A device to switch to Device mode and
connect its own pull-up resistor. When the USB controller detects this, a Connect interrupt is
generated and the RESET bit in the USBPOWER register is set to begin resetting the A device. The
USB controller begins this reset sequence automatically to ensure that RESET is started as required
within 1 ms of the A device connecting its pull-up resistor. The main processor should wait at least
20 ms, then clear the RESET bit and enumerate the A device.
When the USB OTG controller B device has finished using the bus, the USB controller goes into
SUSPEND mode by setting the SUSPEND bit in the USBPOWER register. The A device detects this
and either terminates the session or reverts to Host mode. If the A device is USB OTG controller,
it generates a Disconnect interrupt.
To enable DMA operation for the endpoint receive channel, the DMAEN bit of the USBRXCSRHn
register should be set. To enable DMA operation for the endpoint transmit channel, the DMAEN bit
of the USBTXCSRHn register must be set.
See Micro Direct Memory Access (DMA) on page 585 for more details about programming the
DMA controller.
When the USB controller is acting as a Host, it is in control of two signals that are attached to an
external voltage supply that provides power to VBUS. The Host controller uses the USB0EPEN signal
to enable or disable power to the USB0VBUS pin on the USB connector. An input pin, USB0PFLT,
provides feedback when there has been a power fault on VBUS. The USB0PFLT signal can be
configured to either automatically negate the USB0EPEN signal to disable power, and/or it can
generate an interrupt to the interrupt controller to allow software to handle the power fault condition.
The polarity and actions related to both USB0EPEN and USB0PFLT are fully configurable in the USB
controller. The controller also provides interrupts on Device insertion and removal to allow the Host
controller code to respond to these external events.
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
0x07D USBFSEOF RW 0x77 USB Full-Speed Last Transaction to End of Frame Timing 1149
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
0x102 USBCSRL0 W1C 0x00 USB Control and Status Endpoint 0 Low 1158
0x103 USBCSRH0 W1C 0x00 USB Control and Status Endpoint 0 High 1162
0x112 USBTXCSRL1 RW 0x00 USB Transmit Control and Status Endpoint 1 Low 1167
0x113 USBTXCSRH1 RW 0x00 USB Transmit Control and Status Endpoint 1 High 1171
0x116 USBRXCSRL1 RW 0x00 USB Receive Control and Status Endpoint 1 Low 1176
0x117 USBRXCSRH1 RW 0x00 USB Receive Control and Status Endpoint 1 High 1181
0x11A USBTXTYPE1 RW 0x00 USB Host Transmit Configure Type Endpoint 1 1186
0x11C USBRXTYPE1 RW 0x00 USB Host Configure Receive Type Endpoint 1 1189
0x11D USBRXINTERVAL1 RW 0x00 USB Host Receive Polling Interval Endpoint 1 1191
0x122 USBTXCSRL2 RW 0x00 USB Transmit Control and Status Endpoint 2 Low 1167
0x123 USBTXCSRH2 RW 0x00 USB Transmit Control and Status Endpoint 2 High 1171
0x126 USBRXCSRL2 RW 0x00 USB Receive Control and Status Endpoint 2 Low 1176
0x127 USBRXCSRH2 RW 0x00 USB Receive Control and Status Endpoint 2 High 1181
0x12A USBTXTYPE2 RW 0x00 USB Host Transmit Configure Type Endpoint 2 1186
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
0x12C USBRXTYPE2 RW 0x00 USB Host Configure Receive Type Endpoint 2 1189
0x12D USBRXINTERVAL2 RW 0x00 USB Host Receive Polling Interval Endpoint 2 1191
0x132 USBTXCSRL3 RW 0x00 USB Transmit Control and Status Endpoint 3 Low 1167
0x133 USBTXCSRH3 RW 0x00 USB Transmit Control and Status Endpoint 3 High 1171
0x136 USBRXCSRL3 RW 0x00 USB Receive Control and Status Endpoint 3 Low 1176
0x137 USBRXCSRH3 RW 0x00 USB Receive Control and Status Endpoint 3 High 1181
0x13A USBTXTYPE3 RW 0x00 USB Host Transmit Configure Type Endpoint 3 1186
0x13C USBRXTYPE3 RW 0x00 USB Host Configure Receive Type Endpoint 3 1189
0x13D USBRXINTERVAL3 RW 0x00 USB Host Receive Polling Interval Endpoint 3 1191
0x142 USBTXCSRL4 RW 0x00 USB Transmit Control and Status Endpoint 4 Low 1167
0x143 USBTXCSRH4 RW 0x00 USB Transmit Control and Status Endpoint 4 High 1171
0x146 USBRXCSRL4 RW 0x00 USB Receive Control and Status Endpoint 4 Low 1176
0x147 USBRXCSRH4 RW 0x00 USB Receive Control and Status Endpoint 4 High 1181
0x14A USBTXTYPE4 RW 0x00 USB Host Transmit Configure Type Endpoint 4 1186
0x14C USBRXTYPE4 RW 0x00 USB Host Configure Receive Type Endpoint 4 1189
0x14D USBRXINTERVAL4 RW 0x00 USB Host Receive Polling Interval Endpoint 4 1191
0x152 USBTXCSRL5 RW 0x00 USB Transmit Control and Status Endpoint 5 Low 1167
0x153 USBTXCSRH5 RW 0x00 USB Transmit Control and Status Endpoint 5 High 1171
0x156 USBRXCSRL5 RW 0x00 USB Receive Control and Status Endpoint 5 Low 1176
0x157 USBRXCSRH5 RW 0x00 USB Receive Control and Status Endpoint 5 High 1181
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
0x15A USBTXTYPE5 RW 0x00 USB Host Transmit Configure Type Endpoint 5 1186
0x15C USBRXTYPE5 RW 0x00 USB Host Configure Receive Type Endpoint 5 1189
0x15D USBRXINTERVAL5 RW 0x00 USB Host Receive Polling Interval Endpoint 5 1191
0x162 USBTXCSRL6 RW 0x00 USB Transmit Control and Status Endpoint 6 Low 1167
0x163 USBTXCSRH6 RW 0x00 USB Transmit Control and Status Endpoint 6 High 1171
0x166 USBRXCSRL6 RW 0x00 USB Receive Control and Status Endpoint 6 Low 1176
0x167 USBRXCSRH6 RW 0x00 USB Receive Control and Status Endpoint 6 High 1181
0x16A USBTXTYPE6 RW 0x00 USB Host Transmit Configure Type Endpoint 6 1186
0x16C USBRXTYPE6 RW 0x00 USB Host Configure Receive Type Endpoint 6 1189
0x16D USBRXINTERVAL6 RW 0x00 USB Host Receive Polling Interval Endpoint 6 1191
0x172 USBTXCSRL7 RW 0x00 USB Transmit Control and Status Endpoint 7 Low 1167
0x173 USBTXCSRH7 RW 0x00 USB Transmit Control and Status Endpoint 7 High 1171
0x176 USBRXCSRL7 RW 0x00 USB Receive Control and Status Endpoint 7 Low 1176
0x177 USBRXCSRH7 RW 0x00 USB Receive Control and Status Endpoint 7 High 1181
0x17A USBTXTYPE7 RW 0x00 USB Host Transmit Configure Type Endpoint 7 1186
0x17C USBRXTYPE7 RW 0x00 USB Host Configure Receive Type Endpoint 7 1189
0x17D USBRXINTERVAL7 RW 0x00 USB Host Receive Polling Interval Endpoint 7 1191
Table 18-5. Universal Serial Bus (USB) Controller Register Map (continued)
See
Offset Name Type Reset Description
page
0x340 USBRXDPKTBUFDIS RW 0x0000 USB Receive Double Packet Buffer Disable 1193
0x342 USBTXDPKTBUFDIS RW 0x0000 USB Transmit Double Packet Buffer Disable 1194
0x404 USBEPCRIS RO 0x0000.0000 USB External Power Control Raw Interrupt Status 1198
0x408 USBEPCIM RW 0x0000.0000 USB External Power Control Interrupt Mask 1199
0x40C USBEPCISC RW 0x0000.0000 USB External Power Control Interrupt Status and Clear 1200
0x410 USBDRRIS RO 0x0000.0000 USB Device RESUME Raw Interrupt Status 1201
0x418 USBDRISC W1C 0x0000.0000 USB Device RESUME Interrupt Status and Clear 1203
0x434 USBVDCRIS RO 0x0000.0000 USB VBUS Droop Control Raw Interrupt Status 1206
0x438 USBVDCIM RW 0x0000.0000 USB VBUS Droop Control Interrupt Mask 1207
0x43C USBVDCISC RW 0x0000.0000 USB VBUS Droop Control Interrupt Status and Clear 1208
0x444 USBIDVRIS RO 0x0000.0000 USB ID Valid Detect Raw Interrupt Status 1209
0x44C USBIDVISC RW1C 0x0000.0000 USB ID Valid Detect Interrupt Status and Clear 1211
This icon indicates that the register is used for OTG-specific functions such as ID detection and
OTG negotiation. Once OTG negotiation is complete, then the USB controller registers are used according
to their Host or Device mode meanings depending on whether the OTG negotiations made the USB
controller OTG A (Host) or OTG B (Device).
Important: See the section called Setting the Device Address on page 1105 for special
considerations when writing this register.
reserved FUNCADDR
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
OTG B /
Device
Type RO RO RO RO RW RW RW1S RW
Reset 0 0 1 0 0 0 0 0
7:4 reserved RO 0x2 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Ends RESET signaling on the bus.
1 Enables RESET signaling on the bus.
Value Description
0 Ends RESUME signaling on the bus.
1 Enables RESUME signaling when the Device is in SUSPEND
mode.
Value Description
0 No effect.
1 Enables SUSPEND mode.
Value Description
0 No effect.
1 Powers down the internal USB PHY.
Type RW RW RO RO RO RW RO RW
Reset 0 0 1 0 0 0 0 0
Value Description
0 No effect.
1 The USB controller waits for an SOF token from the time the
TXRDY bit is set in the USBTXCSRLn register before sending
the packet. If an IN token is received before an SOF token, then
a zero-length data packet is sent.
Value Description
0 The USB D+/D- lines are tri-stated.
1 The USB D+/D- lines are enabled.
5:4 reserved RO 0x2 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 RESET signaling is not present on the bus.
1 RESET signaling is present on the bus.
Value Description
0 Ends RESUME signaling on the bus.
1 Enables RESUME signaling when the Device is in SUSPEND
mode.
Value Description
0 This bit is cleared when software reads the interrupt register or
sets the RESUME bit above.
1 The USB controller is in SUSPEND mode.
Value Description
0 No effect.
1 Powers down the internal USB PHY.
USBTXIS is a 16-bit read-only register that indicates which interrupts are currently active for endpoint
OTG A / 0 and the transmit endpoints 17. The meaning of the EPn bits in this register is based on the mode
Host of the device. The EP1 through EP7 bits always indicate that the USB controller is sending data;
however, in Host mode, the bits refer to OUT endpoints; while in Device mode, the bits refer to IN
endpoints. The EP0 bit is special in Host and Device modes and indicates that either a control IN
OTG B / or control OUT endpoint has generated an interrupt.
Device Note: Bits relating to endpoints that have not been configured always return 0. Note also that all
active interrupts are cleared when this register is read.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 The Endpoint 7 transmit interrupt is asserted.
Value Description
0 No interrupt.
1 The Endpoint 0 transmit and receive interrupt is asserted.
USBRXIS is a 16-bit read-only register that indicates which of the interrupts for receive endpoints
OTG A / 17 are currently active.
Host Note: Bits relating to endpoints that have not been configured always return 0. Note also that all
active interrupts are cleared when this register is read.
OTG B /
USB Receive Interrupt Status (USBRXIS)
Device Base 0x4005.0000
Offset 0x004
Type RO, reset 0x0000
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 The Endpoint 7 transmit interrupt is asserted.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The EP7 transmit interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the EP7 bit
in the USBTXIS register is set.
Value Description
0 The EP0 transmit and receive interrupt is suppressed and not
sent to the interrupt controller.
1 An interrupt is sent to the interrupt controller when the EP0 bit
in the USBTXIS register is set.
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The EP7 receive interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the EP7 bit
in the USBRXIS register is set.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
USBIS is an 8-bit read-only register that indicates which USB interrupts are currently active. All
OTG A / active interrupts are cleared when this register is read.
Host
OTG B /
Device
Type RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0 No interrupt.
1 VBUS has dropped below the VBUS Valid threshold during a
session.
Value Description
0 No interrupt.
1 SESSION REQUEST signaling has been detected.
Value Description
0 No interrupt.
1 A Device disconnect has been detected.
Value Description
0 No interrupt.
1 A Device connection has been detected.
Value Description
0 No interrupt.
1 A new frame has started.
Value Description
0 No interrupt.
1 Babble has been detected. This interrupt is active only after the
first SOF has been sent.
Value Description
0 No interrupt.
1 RESUME signaling has been detected on the bus while the
USB controller is in SUSPEND mode.
This interrupt can only be used if the USB controller's system clock is
enabled. If the user disables the clock programming, the USBDRRIS,
USBDRIM, and USBDRISC registers should be used.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 The device has been disconnected from the host.
4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 A new frame has started.
Value Description
0 No interrupt.
1 RESET signaling has been detected on the bus.
Value Description
0 No interrupt.
1 RESUME signaling has been detected on the bus while the
USB controller is in SUSPEND mode.
This interrupt can only be used if the USB controller's system clock is
enabled. If the user disables the clock programming, the USBDRRIS,
USBDRIM, and USBDRISC registers should be used.
Value Description
0 No interrupt.
1 SUSPEND signaling has been detected on the bus.
OTG B /
Device
Type RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 1 1 0
Value Description
0 The VBUSERR interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the VBUSERR
bit in the USBIS register is set.
Value Description
0 The SESREQ interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the SESREEQ
bit in the USBIS register is set.
Value Description
0 The DISCON interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the DISCON
bit in the USBIS register is set.
Value Description
0 The CONN interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the CONN bit
in the USBIS register is set.
Value Description
0 The SOF interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the SOF bit
in the USBIS register is set.
Value Description
0 The BABBLE interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the BABBLE
bit in the USBIS register is set.
Value Description
0 The RESUME interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the RESUME
bit in the USBIS register is set.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RW RO RW RW RW RW
Reset 0 0 0 0 0 1 1 0
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The DISCON interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the DISCON
bit in the USBIS register is set.
4 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The SOF interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the SOF bit
in the USBIS register is set.
Value Description
0 The RESET interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the RESET
bit in the USBIS register is set.
Value Description
0 The RESUME interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the RESUME
bit in the USBIS register is set.
Value Description
0 The SUSPEND interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the SUSPEND
bit in the USBIS register is set.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved EPIDX
Type RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Device
Type RW RW1S RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0 No effect.
1 Forces the USB controller to enter Host mode when the
SESSION bit is set, regardless of whether the USB controller is
connected to any peripheral. The state of the USB0DP and
USB0DM signals is ignored. The USB controller then remains in
Host mode until the SESSION bit is cleared, even if a Device is
disconnected. If the FORCEH bit remains set, the USB controller
re-enters Host mode the next time the SESSION bit is set.
While in this mode, status of the bus connection may be read using the
DEV bit of the USBDEVCTL register. The operating speed is determined
from the FORCEFS bit.
Value Description
0 No effect.
1 Transfers the packet in the endpoint 0 transmit FIFO to the
endpoint 0 receive FIFO.
Value Description
0 The USB controller operates at Low Speed.
1 Forces the USB controller into Full-Speed mode upon receiving
a USB RESET.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RW1S RW RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Transfers the packet in the endpoint 0 transmit FIFO to the
endpoint 0 receive FIFO.
Value Description
0 The USB controller operates at Low Speed.
1 Forces the USB controller into Full-Speed mode upon receiving
a USB RESET.
4:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
These 32-bit registers provide an address for CPU access to the FIFOs for each endpoint. Writing
OTG A / to these addresses loads data into the Transmit FIFO for the corresponding endpoint. Reading from
Host these addresses unloads data from the Receive FIFO for the corresponding endpoint.
Transfers to and from FIFOs may be 8-bit, 16-bit or 32-bit as required, and any combination of
OTG B / accesses is allowed provided the data accessed is contiguous. All transfers associated with one
packet must be of the same width so that the data is consistently byte-, halfword- or word-aligned.
Device However, the last transfer may contain fewer bytes than the previous transfers in order to complete
an odd-byte or odd-word transfer.
Depending on the size of the FIFO and the expected maximum packet size, the FIFOs support
either single-packet or double-packet buffering (see the section called Single-Packet
Buffering on page 1103). Burst writing of multiple packets is not supported as flags must be set after
each packet is written.
Following a STALL response or a transmit error on endpoint 17, the associated FIFO is completely
flushed.
EPDATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
EPDATA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Type RO RO RO RO RO RO RW RW
Reset 1 0 0 0 0 0 0 0
Value Description
0 The USB controller is operating on the OTG A side of the cable.
1 The USB controller is operating on the OTG B side of the cable.
Value Description
0 A full-speed Device has not been detected on the port.
1 A full-speed Device has been detected on the port.
Value Description
0 A low-speed Device has not been detected on the port.
1 A low-speed Device has been detected on the port.
Value Description
0x0 Below SessionEnd
VBUS is detected as under 0.5 V.
0x1 Above SessionEnd, below AValid
VBUS is detected as above 0.5 V and under 1.5 V.
0x2 Above AValid, below VBUSValid
VBUS is detected as above 1.5 V and below 4.75 V.
0x3 Above VBUSValid
VBUS is detected as above 4.75 V.
Value Description
0 The USB controller is acting as a Device.
1 The USB controller is acting as a Host.
Value Description
0 No effect.
1 Initiates the Host Negotiation when SUSPEND mode is entered.
Value Description
0 When cleared by software, this bit ends a session.
1 When set by software, this bit starts a session.
Value Description
0 The USB controller has ended a session. When the USB
controller is in SUSPEND mode, this bit may be cleared by
software to perform a software disconnect.
1 The USB controller has started a session. When set by software,
the Session Request Protocol is initiated.
Note: Clearing this bit when the USB controller is not suspended
results in undefined behavior.
Register 21: USB Transmit Dynamic FIFO Sizing (USBTXFIFOSZ), offset 0x062
Register 22: USB Receive Dynamic FIFO Sizing (USBRXFIFOSZ), offset 0x063
These 8-bit registers allow the selected TX/RX endpoint FIFOs to be dynamically sized. USBEPIDX
OTG A / is used to configure each transmit endpoint's FIFO size.
Host
USB Dynamic FIFO Sizing (USBnXFIFOSZ)
Base 0x4005.0000
Offset 0x062
OTG B / Type RW, reset 0x00
Device 7 6 5 4 3 2 1 0
Type RO RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Only single-packet buffering is supported.
1 Double-packet buffering is supported.
Register 23: USB Transmit FIFO Start Address (USBTXFIFOADD), offset 0x064
Register 24: USB Receive FIFO Start Address (USBRXFIFOADD), offset 0x066
USBTXFIFOADD and USBRXFIFOADD are 16-bit registers that control the start address of the
OTG A / selected transmit and receive endpoint FIFOs.
Host
USB Transmit FIFO Start Address (USBnXFIFOADD)
Base 0x4005.0000
Offset 0x064
OTG B / Type RW, reset 0x0000
Device 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ADDR
Type RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:9 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RW RW RW RW RW
Reset 0 1 0 1 1 1 0 0
Register 26: USB OTG VBUS Pulse Timing (USBVPLEN), offset 0x07B
This 8-bit configuration register specifies the duration of the VBUS pulsing charge.
OTG
USB OTG VBUS Pulse Timing (USBVPLEN)
Base 0x4005.0000
Offset 0x07B
Type RW, reset 0x3C
7 6 5 4 3 2 1 0
VPLEN
Type RW RW RW RW RW RW RW RW
Reset 0 0 1 1 1 1 0 0
Device 7 6 5 4 3 2 1 0
FSEOFG
Type RW RW RW RW RW RW RW RW
Reset 0 1 1 1 0 1 1 1
Device 7 6 5 4 3 2 1 0
LSEOFG
Type RW RW RW RW RW RW RW RW
Reset 0 1 1 1 0 0 1 0
reserved ADDR
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved ADDR
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved PORT
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved ADDR
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved ADDR
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved PORT
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Device The total amount of data represented by the value written to this register must not exceed the FIFO
size for the transmit endpoint, and must not exceed half the FIFO size if double-buffering is required.
If this register is changed after packets have been sent from the endpoint, the transmit endpoint
FIFO must be completely flushed (using the FLUSH bit in USBTXCSRLn) after writing the new value
to this register.
Note: USBTXMAXPn must be set to an even number of bytes for proper interrupt generation in
DMA Basic Mode.
reserved MAXLOAD
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 81: USB Control and Status Endpoint 0 Low (USBCSRL0), offset
0x102
USBCSRL0 is an 8-bit register that provides control and status bits for endpoint 0.
OTG A /
Host
OTG B /
Device
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Value Description
0 No timeout.
1 Indicates that endpoint 0 is halted following the receipt of NAK
responses for longer than the time set by the USBNAKLMT
register.
Value Description
0 No transaction.
1 Initiates a STATUS stage transaction. This bit must be set at
the same time as the TXRDY or REQPKT bit is set.
Setting this bit ensures that the DT bit is set in the USBCSRH0 register
so that a DATA1 packet is used for the STATUS stage transaction.
This bit is automatically cleared when the STATUS stage is over.
Value Description
0 No request.
1 Requests an IN transaction.
4 ERROR RW 0 Error
Value Description
0 No error.
1 Three attempts have been made to perform a transaction with
no response from the peripheral. The EP0 bit in the USBTXIS
register is also set in this situation.
Value Description
0 Sends an OUT token.
1 Sends a SETUP token instead of an OUT token for the
transaction. This bit should be set at the same time as the
TXRDY bit is set.
Setting this bit always clears the DT bit in the USBCSRH0 register to
send a DATA0 packet.
Value Description
0 No handshake has been received.
1 A STALL handshake has been received.
Value Description
0 No transmit packet is ready.
1 Software sets this bit after loading a data packet into the TX
FIFO. The EP0 bit in the USBTXIS register is also set in this
situation.
If both the TXRDY and SETUP bits are set, a setup packet is
sent. If just TXRDY is set, an OUT packet is sent.
This bit is cleared automatically when the data packet has been
transmitted.
Value Description
0 No received packet has been received.
1 Indicates that a data packet has been received in the RX FIFO.
The EP0 bit in the USBTXIS register is also set in this situation.
Software must clear this bit after the packet has been read from the
FIFO to acknowledge that the data has been read from the FIFO.
Value Description
0 No effect.
1 Terminates the current transaction and transmits the STALL
handshake.
Value Description
0 A control transaction has not ended or ended after the DATAEND
bit was set.
1 A control transaction has ended before the DATAEND bit has
been set. The EP0 bit in the USBTXIS register is also set in this
situation.
Value Description
0 No effect.
1 Set this bit in the following situations:
Value Description
0 A STALL handshake has not been transmitted.
1 A STALL handshake has been transmitted.
Value Description
0 No transmit packet is ready.
1 Software sets this bit after loading an IN data packet into the
TX FIFO. The EP0 bit in the USBTXIS register is also set in this
situation.
This bit is cleared automatically when the data packet has been
transmitted.
Value Description
0 No data packet has been received.
1 A data packet has been received. The EP0 bit in the USBTXIS
register is also set in this situation.
Register 82: USB Control and Status Endpoint 0 High (USBCSRH0), offset
0x103
USBSR0H is an 8-bit register that provides control and status bits for endpoint 0.
OTG A /
Host
OTG B /
Device
Type RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0
7:3 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The DT bit cannot be written.
1 Enables the current state of the endpoint 0 data toggle to be
written (see DT bit).
1 DT RW 0 Data Toggle
When read, this bit indicates the current state of the endpoint 0 data
toggle.
If DTWE is set, this bit may be written with the required setting of the data
toggle. If DTWE is Low, this bit cannot be written. Care should be taken
when writing to this bit as it should only be changed to RESET USB
endpoint 0.
Value Description
0 No effect.
1 Flushes the next packet to be transmitted/read from the endpoint
0 FIFO. The FIFO pointer is reset and the TXRDY/RXRDY bit is
cleared.
Important: This bit should only be set when TXRDY is clear and
RXRDY is set. At other times, it may cause data to be
corrupted.
reserved FLUSH
Type RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0
7:1 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Flushes the next packet to be transmitted/read from the endpoint
0 FIFO. The FIFO pointer is reset and the TXRDY/RXRDY bit is
cleared.
Important: This bit should only be set when TXRDY is clear and
RXRDY is set. At other times, it may cause data to be
corrupted.
Register 83: USB Receive Byte Count Endpoint 0 (USBCOUNT0), offset 0x108
USBCOUNT0 is an 8-bit read-only register that indicates the number of received data bytes in the
OTG A / endpoint 0 FIFO. The value returned changes as the contents of the FIFO change and is only valid
Host while the RXRDY bit is set.
reserved COUNT
Type RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
SPEED reserved
Type RW RW RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0x0 - 0x1 Reserved
0x2 Full
0x3 Low
5:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved NAKLMT
Type RO RO RO RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7:5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 86: USB Transmit Control and Status Endpoint 1 Low (USBTXCSRL1),
offset 0x112
Register 87: USB Transmit Control and Status Endpoint 2 Low (USBTXCSRL2),
offset 0x122
Register 88: USB Transmit Control and Status Endpoint 3 Low (USBTXCSRL3),
offset 0x132
Register 89: USB Transmit Control and Status Endpoint 4 Low (USBTXCSRL4),
offset 0x142
Register 90: USB Transmit Control and Status Endpoint 5 Low (USBTXCSRL5),
offset 0x152
Register 91: USB Transmit Control and Status Endpoint 6 Low (USBTXCSRL6),
offset 0x162
Register 92: USB Transmit Control and Status Endpoint 7 Low (USBTXCSRL7),
offset 0x172
USBTXCSRLn is an 8-bit register that provides control and status bits for transfers through the
OTG A / currently selected transmit endpoint.
Host
OTG B /
Device
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Value Description
0 No timeout.
1 Bulk endpoints only: Indicates that the transmit endpoint is halted
following the receipt of NAK responses for longer than the time
set by the NAKLMT field in the USBTXINTERVALn register.
Software must clear this bit to allow the endpoint to continue.
Value Description
0 A STALL handshake has not been received.
1 Indicates that a STALL handshake has been received. When
this bit is set, any DMA request that is in progress is stopped,
the FIFO is completely flushed, and the TXRDY bit is cleared.
Value Description
0 No SETUP token is sent.
1 Sends a SETUP token instead of an OUT token for the
transaction. This bit should be set at the same time as the
TXRDY bit is set.
Note: Setting this bit also clears the DT bit in the USBTXCSRHn
register.
Value Description
0 No effect.
1 Flushes the latest packet from the endpoint transmit FIFO. The
FIFO pointer is reset and the TXRDY bit is cleared. The EPn bit
in the USBTXIS register is also set in this situation.
This bit may be set simultaneously with the TXRDY bit to abort the packet
that is currently being loaded into the FIFO. Note that if the FIFO is
double-buffered, FLUSH may have to be set twice to completely clear
the FIFO.
Important: This bit should only be set when the TXRDY bit is clear.
At other times, it may cause data to be corrupted.
2 ERROR RW 0 Error
Value Description
0 No error.
1 Three attempts have been made to send a packet and no
handshake packet has been received. The TXRDY bit is cleared,
the EPn bit in the USBTXIS register is set, and the FIFO is
completely flushed in this situation.
Value Description
0 The FIFO is empty.
1 At least one packet is in the transmit FIFO.
Value Description
0 No transmit packet is ready.
1 Software sets this bit after loading a data packet into the TX
FIFO.
Type RO RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A STALL handshake has not been transmitted.
1 A STALL handshake has been transmitted. The FIFO is flushed
and the TXRDY bit is cleared.
Value Description
0 No effect.
1 Issues a STALL handshake to an IN token.
Value Description
0 No effect.
1 Flushes the latest packet from the endpoint transmit FIFO. The
FIFO pointer is reset and the TXRDY bit is cleared. The EPn bit
in the USBTXIS register is also set in this situation.
This bit may be set simultaneously with the TXRDY bit to abort the packet
that is currently being loaded into the FIFO. Note that if the FIFO is
double-buffered, FLUSH may have to be set twice to completely clear
the FIFO.
Important: This bit should only be set when the TXRDY bit is clear.
At other times, it may cause data to be corrupted.
2 UNDRN RW 0 Underrun
Value Description
0 No underrun.
1 An IN token has been received when TXRDY is not set.
Value Description
0 The FIFO is empty.
1 At least one packet is in the transmit FIFO.
Value Description
0 No transmit packet is ready.
1 Software sets this bit after loading a data packet into the TX
FIFO.
Register 93: USB Transmit Control and Status Endpoint 1 High (USBTXCSRH1),
offset 0x113
Register 94: USB Transmit Control and Status Endpoint 2 High (USBTXCSRH2),
offset 0x123
Register 95: USB Transmit Control and Status Endpoint 3 High (USBTXCSRH3),
offset 0x133
Register 96: USB Transmit Control and Status Endpoint 4 High (USBTXCSRH4),
offset 0x143
Register 97: USB Transmit Control and Status Endpoint 5 High (USBTXCSRH5),
offset 0x153
Register 98: USB Transmit Control and Status Endpoint 6 High (USBTXCSRH6),
offset 0x163
Register 99: USB Transmit Control and Status Endpoint 7 High (USBTXCSRH7),
offset 0x173
USBTXCSRHn is an 8-bit register that provides additional control for transfers through the currently
OTG A / selected transmit endpoint.
Host
OTG B /
Device
Type RW RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Value Description
0 The TXRDY bit must be set manually.
1 Enables the TXRDY bit to be automatically set when data of the
maximum packet size (value in USBTXMAXPn) is loaded into
the transmit FIFO. If a packet of less than the maximum packet
size is loaded, then the TXRDY bit must be set manually.
6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
5 MODE RW 0 Mode
Value Description
0 Enables the endpoint direction as RX.
1 Enables the endpoint direction as TX.
Note: This bit only has an effect when the same endpoint FIFO is
used for both transmit and receive transactions.
Value Description
0 Disables the DMA request for the transmit endpoint.
1 Enables the DMA request for the transmit endpoint.
Value Description
0 No effect.
1 Forces the endpoint DT bit to switch and the data packet to be
cleared from the FIFO, regardless of whether an ACK was
received. This bit can be used by interrupt transmit endpoints
that are used to communicate rate feedback for isochronous
endpoints.
Value Description
0 An interrupt is generated after every DMA packet transfer.
1 An interrupt is generated only after the entire DMA transfer is
complete.
Note: This bit must not be cleared either before or in the same cycle
as the above DMAEN bit is cleared.
Value Description
0 The DT bit cannot be written.
1 Enables the current state of the transmit endpoint data to be
written (see DT bit).
0 DT RW 0 Data Toggle
When read, this bit indicates the current state of the transmit endpoint
data toggle.
If DTWE is High, this bit may be written with the required setting of the
data toggle. If DTWE is Low, any value written to this bit is ignored. Care
should be taken when writing to this bit as it should only be changed to
RESET the transmit endpoint.
Type RW RW RW RW RW RW RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0 The TXRDY bit must be set manually.
1 Enables the TXRDY bit to be automatically set when data of the
maximum packet size (value in USBTXMAXPn) is loaded into
the transmit FIFO. If a packet of less than the maximum packet
size is loaded, then the TXRDY bit must be set manually.
Value Description
0 Enables the transmit endpoint for bulk or interrupt transfers.
1 Enables the transmit endpoint for isochronous transfers.
5 MODE RW 0 Mode
Value Description
0 Enables the endpoint direction as RX.
1 Enables the endpoint direction as TX.
Note: This bit only has an effect where the same endpoint FIFO is
used for both transmit and receive transactions.
Value Description
0 Disables the DMA request for the transmit endpoint.
1 Enables the DMA request for the transmit endpoint.
Value Description
0 No effect.
1 Forces the endpoint DT bit to switch and the data packet to be
cleared from the FIFO, regardless of whether an ACK was
received. This bit can be used by interrupt transmit endpoints
that are used to communicate rate feedback for isochronous
endpoints.
Value Description
0 An interrupt is generated after every DMA packet transfer.
1 An interrupt is generated only after the entire DMA transfer is
complete.
Note: This bit must not be cleared either before or in the same cycle
as the above DMAEN bit is cleared.
1:0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Device The total amount of data represented by the value written to this register must not exceed the FIFO
size for the receive endpoint, and must not exceed half the FIFO size if double-buffering is required.
Note: USBRXMAXPn must be set to an even number of bytes for proper interrupt generation in
DMA Basic mode.
reserved MAXLOAD
Type RO RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 107: USB Receive Control and Status Endpoint 1 Low (USBRXCSRL1),
offset 0x116
Register 108: USB Receive Control and Status Endpoint 2 Low (USBRXCSRL2),
offset 0x126
Register 109: USB Receive Control and Status Endpoint 3 Low (USBRXCSRL3),
offset 0x136
Register 110: USB Receive Control and Status Endpoint 4 Low (USBRXCSRL4),
offset 0x146
Register 111: USB Receive Control and Status Endpoint 5 Low (USBRXCSRL5),
offset 0x156
Register 112: USB Receive Control and Status Endpoint 6 Low (USBRXCSRL6),
offset 0x166
Register 113: USB Receive Control and Status Endpoint 7 Low (USBRXCSRL7),
offset 0x176
USBRXCSRLn is an 8-bit register that provides control and status bits for transfers through the
OTG A / currently selected receive endpoint.
Host
OTG B /
Device
Type W1C RW RW RW RW RW RO RW
Reset 0 0 0 0 0 0 0 0
Value Description
0 A STALL handshake has not been received.
1 A STALL handshake has been received. The EPn bit in the
USBRXIS register is also set.
Value Description
0 No request.
1 Requests an IN transaction.
Value Description
0 No effect.
1 Flushes the next packet to be read from the endpoint receive
FIFO. The FIFO pointer is reset and the RXRDY bit is cleared.
Important: This bit should only be set when the RXRDY bit is set. At
other times, it may cause data to be corrupted.
Value Description
0 Normal operation.
1 Isochronous endpoints only: Indicates that RXRDY is set and
the data packet has a CRC or bit-stuff error. This bit is cleared
when RXRDY is cleared.
Bulk endpoints only: Indicates that the receive endpoint is halted
following the receipt of NAK responses for longer than the time
set by the NAKLMT field in the USBRXINTERVALn register.
Software must clear this bit to allow the endpoint to continue.
2 ERROR RW 0 Error
Value Description
0 No error.
1 Three attempts have been made to receive a packet and no
data packet has been received. The EPn bit in the USBRXIS
register is set in this situation.
Note: This bit is only valid when the receive endpoint is operating
in Bulk or Interrupt mode. In Isochronous mode, it always
returns zero.
Value Description
0 The receive FIFO is not full.
1 No more packets can be loaded into the receive FIFO.
Value Description
0 No data packet has been received.
1 A data packet has been received. The EPn bit in the USBRXIS
register is also set in this situation.
If the AUTOCLR bit in the USBRXCSRHn register is set, then the this bit
is automatically cleared when a packet of USBRXMAXPn bytes has
been unloaded from the receive FIFO. If the AUTOCLR bit is clear, or if
packets of less than the maximum packet size are unloaded, then
software must clear this bit manually when the packet has been unloaded
from the receive FIFO.
Type W1C RW RW RW RO RW RO RW
Reset 0 0 0 0 0 0 0 0
Value Description
0 A STALL handshake has not been transmitted.
1 A STALL handshake has been transmitted.
Value Description
0 No effect.
1 Issues a STALL handshake.
Note: This bit has no effect where the endpoint is being used for
isochronous transfers.
Value Description
0 No effect.
1 Flushes the next packet from the endpoint receive FIFO. The
FIFO pointer is reset and the RXRDY bit is cleared.
The CPU writes a 1 to this bit to flush the next packet to be read from
the endpoint receive FIFO. The FIFO pointer is reset and the RXRDY bit
is cleared. Note that if the FIFO is double-buffered, FLUSH may have
to be set twice to completely clear the FIFO.
Important: This bit should only be set when the RXRDY bit is set. At
other times, it may cause data to be corrupted.
Value Description
0 Normal operation.
1 Indicates that RXRDY is set and the data packet has a CRC or
bit-stuff error.
2 OVER RW 0 Overrun
Value Description
0 No overrun error.
1 Indicates that an OUT packet cannot be loaded into the receive
FIFO.
Value Description
0 The receive FIFO is not full.
1 No more packets can be loaded into the receive FIFO.
Value Description
0 No data packet has been received.
1 A data packet has been received. The EPn bit in the USBRXIS
register is also set in this situation.
If the AUTOCLR bit in the USBRXCSRHn register is set, then the this bit
is automatically cleared when a packet of USBRXMAXPn bytes has
been unloaded from the receive FIFO. If the AUTOCLR bit is clear, or if
packets of less than the maximum packet size are unloaded, then
software must clear this bit manually when the packet has been unloaded
from the receive FIFO.
OTG B /
Device
Type RW RW RW RO RW RO RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0 No effect.
1 Enables the RXRDY bit to be automatically cleared when a packet
of USBRXMAXPn bytes has been unloaded from the receive
FIFO. When packets of less than the maximum packet size are
unloaded, RXRDY must be cleared manually. Care must be taken
when using DMA to unload the receive FIFO as data is read
from the receive FIFO in 4 byte chunks regardless of the value
of the MAXLOAD field in the USBRXMAXPn register, see DMA
Operation on page 1112.
Value Description
0 No effect.
1 Enables the REQPKT bit to be automatically set when the RXRDY
bit is cleared.
Value Description
0 Disables the DMA request for the receive endpoint.
1 Enables the DMA request for the receive endpoint.
Value Description
0 No error.
1 Indicates a PID error in the received packet of an isochronous
transaction.
Value Description
0 An interrupt is generated after every DMA packet transfer.
1 An interrupt is generated only after the entire DMA transfer is
complete.
Note: This bit must not be cleared either before or in the same cycle
as the above DMAEN bit is cleared.
Value Description
0 The DT bit cannot be written.
1 Enables the current state of the receive endpoint data to be
written (see DT bit).
1 DT RO 0 Data Toggle
When read, this bit indicates the current state of the receive data toggle.
If DTWE is High, this bit may be written with the required setting of the
data toggle. If DTWE is Low, any value written to this bit is ignored. Care
should be taken when writing to this bit as it should only be changed to
RESET the receive endpoint.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RW RW RO RO RO
Reset 0 0 0 0 0 0 0 0
Value Description
0 No effect.
1 Enables the RXRDY bit to be automatically cleared when a packet
of USBRXMAXPn bytes has been unloaded from the receive
FIFO. When packets of less than the maximum packet size are
unloaded, RXRDY must be cleared manually. Care must be taken
when using DMA to unload the receive FIFO as data is read
from the receive FIFO in 4 byte chunks regardless of the value
of the MAXLOAD field in the USBRXMAXPn register, see DMA
Operation on page 1112.
Value Description
0 Enables the receive endpoint for isochronous transfers.
1 Enables the receive endpoint for bulk/interrupt transfers.
Value Description
0 Disables the DMA request for the receive endpoint.
1 Enables the DMA request for the receive endpoint.
Value Description
0 No effect.
1 For bulk or interrupt transactions: Disables the sending of NYET
handshakes. When this bit is set, all successfully received
packets are acknowledged, including at the point at which the
FIFO becomes full.
For isochronous transactions: Indicates a PID error in the
received packet.
Value Description
0 An interrupt is generated after every DMA packet transfer.
1 An interrupt is generated only after the entire DMA transfer is
complete.
Note: This bit must not be cleared either before or in the same cycle
as the above DMAEN bit is cleared.
2:0 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved COUNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:13 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Value Description
0x0 Default
The target is assumed to be using the same connection speed
as the USB controller.
0x1 Reserved
0x2 Full
0x3 Low
Value Description
0x0 Control
0x1 Isochronous
0x2 Bulk
0x3 Interrupt
TXPOLL / NAKLMT
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
Value Description
0x0 Default
The target is assumed to be using the same connection speed
as the USB controller.
0x1 Reserved
0x2 Full
0x3 Low
Value Description
0x0 Control
0x1 Isochronous
0x2 Bulk
0x3 Interrupt
TXPOLL / NAKLMT
Type RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0
COUNT
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Note: This is only used in Host mode when AUTORQ is set. The bit
has no effect in Device mode or when AUTORQ is not set.
Device 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables double-packet buffering.
1 Enables double-packet buffering.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Device 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15:8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disables double-packet buffering.
1 Enables double-packet buffering.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RW RW RO RW RW RW RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:10 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Unchanged
USB0EPEN is controlled by the combination of the EPEN and
EPENDE bits.
0x1 Tristate
USB0EPEN is undriven (tristate).
0x2 Low
USB0EPEN is driven Low.
0x3 High
USB0EPEN is driven High.
7 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Disabled
USB0EPEN is controlled by the combination of the EPEN and
EPENDE bits.
1 Enabled
The USB0EPEN output is automatically changed to the state
specified by the PFLTACT field.
Value Description
0 Low Fault
If USB0PFLT is driven Low, the power fault is signaled internally
(if enabled by the PFLTEN bit).
1 High Fault
If USB0PFLT is driven High, the power fault is signaled internally
(if enabled by the PFLTEN bit).
Value Description
0 Not Used
The USB0PFLT signal is ignored.
1 Used
The USB0PFLT signal is used internally.
3 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Not Driven
The USB0EPEN signal is high impedance.
1 Driven
The USB0EPEN signal is driven to the logical value specified by
the value of the EPEN field.
Value Description
0x0 Power Enable Active Low
The USB0EPEN signal is driven Low if the EPENDE bit is set.
0x1 Power Enable Active High
The USB0EPEN signal is driven High if the EPENDE bit is set.
0x2 Power Enable High if VBUS Low
The USB0EPEN signal is driven High when the A device is not
recognized.
0x3 Power Enable High if VBUS High
The USB0EPEN signal is driven High when the A device is
recognized.
Register 166: USB External Power Control Raw Interrupt Status (USBEPCRIS),
offset 0x404
This 32-bit register specifies the unmasked interrupt status of the two-pin external power interface.
OTG A /
Device reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PF
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 A Power Fault status has been detected.
Register 167: USB External Power Control Interrupt Mask (USBEPCIM), offset
0x408
This 32-bit register specifies the interrupt mask of the two-pin external power interface.
OTG A /
Device reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PF
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A detected power fault does not affect the interrupt status.
1 The raw interrupt signal from a detected power fault is sent to
the interrupt controller.
Register 168: USB External Power Control Interrupt Status and Clear
(USBEPCISC), offset 0x40C
This 32-bit register specifies the masked interrupt status of the two-pin external power interface. It
OTG A / also provides a method to clear the interrupt state.
Host
USB External Power Control Interrupt Status and Clear (USBEPCISC)
Base 0x4005.0000
Offset 0x40C
OTG B / Type RW, reset 0x0000.0000
Device 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved PF
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The PF bits in the USBEPCRIS and USBEPCIM registers are
set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the PF bit
in the USBEPCRIS register.
Register 169: USB Device RESUME Raw Interrupt Status (USBDRRIS), offset
0x410
The USBDRRIS 32-bit register is the raw interrupt status register. On a read, this register gives the
OTG A / current raw status value of the corresponding interrupt prior to masking. A write has no effect.
Host
USB Device RESUME Raw Interrupt Status (USBDRRIS)
Base 0x4005.0000
Offset 0x410
OTG B / Type RO, reset 0x0000.0000
Device 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RESUME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 A RESUME status has been detected.
Register 170: USB Device RESUME Interrupt Mask (USBDRIM), offset 0x414
The USBDRIM 32-bit register is the masked interrupt status register. On a read, this register gives
OTG A / the current value of the mask on the corresponding interrupt. Setting a bit sets the mask, preventing
Host the interrupt from being signaled to the interrupt controller. Clearing a bit clears the corresponding
mask, enabling the interrupt to be sent to the interrupt controller.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RESUME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A detected RESUME does not affect the interrupt status.
1 The raw interrupt signal from a detected RESUME is sent to
the interrupt controller. This bit should only be set when a
SUSPEND has been detected (the SUSPEND bit in the USBIS
register is set).
Register 171: USB Device RESUME Interrupt Status and Clear (USBDRISC),
offset 0x418
The USBDRISC 32-bit register is the interrupt clear register. On a write of 1, the corresponding
OTG A / interrupt is cleared. A write of 0 has no effect.
Host
USB Device RESUME Interrupt Status and Clear (USBDRISC)
Base 0x4005.0000
Offset 0x418
OTG B / Type W1C, reset 0x0000.0000
Device 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RESUME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The RESUME bits in the USBDRRIS and USBDRCIM registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the RESUME
bit in the USBDRCRIS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The mode is specified by the state of the internal ID signal.
1 This bit enables the DEVMOD bit to control the internal ID signal.
Value Description
0 Host mode
1 Device mode
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VBDEN
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Any changes from VBUSVALID are masked when VBUS goes
below 4.75 V but not lower than 2.0 V for 65 microseconds.
During this time, the VBUS state indicates VBUSVALID.
Register 174: USB VBUS Droop Control Raw Interrupt Status (USBVDCRIS),
offset 0x434
This 32-bit register specifies the unmasked interrupt status of the VBUS droop limit of 65
OTG A / microseconds.
Host
USB VBUS Droop Control Raw Interrupt Status (USBVDCRIS)
Base 0x4005.0000
Offset 0x434
Type RO, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VD
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 A VBUS droop lasting for 65 microseconds has been detected.
Register 175: USB VBUS Droop Control Interrupt Mask (USBVDCIM), offset
0x438
This 32-bit register specifies the interrupt mask of the VBUS droop.
OTG A /
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VD
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A detected VBUS droop does not affect the interrupt status.
1 The raw interrupt signal from a detected VBUS droop is sent to
the interrupt controller.
Register 176: USB VBUS Droop Control Interrupt Status and Clear
(USBVDCISC), offset 0x43C
This 32-bit register specifies the masked interrupt status of the VBUS droop and provides a method
OTG A / to clear the interrupt state.
Host
USB VBUS Droop Control Interrupt Status and Clear (USBVDCISC)
Base 0x4005.0000
Offset 0x43C
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved VD
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The VD bits in the USBVDCRIS and USBVDCIM registers are
set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the VD bit
in the USBVDCRIS register.
Register 177: USB ID Valid Detect Raw Interrupt Status (USBIDVRIS), offset
0x444
This 32-bit register specifies whether the unmasked interrupt status of the ID value is valid.
OTG
USB ID Valid Detect Raw Interrupt Status (USBIDVRIS)
Base 0x4005.0000
Offset 0x444
Type RO, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ID
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 A valid ID has been detected.
Register 178: USB ID Valid Detect Interrupt Mask (USBIDVIM), offset 0x448
This 32-bit register specifies the interrupt mask of the ID valid detection.
OTG
USB ID Valid Detect Interrupt Mask (USBIDVIM)
Base 0x4005.0000
Offset 0x448
Type RW, reset 0x0000.0000
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ID
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A detected ID valid does not affect the interrupt status.
1 The raw interrupt signal from a detected ID valid is sent to the
interrupt controller.
Register 179: USB ID Valid Detect Interrupt Status and Clear (USBIDVISC),
offset 0x44C
This 32-bit register specifies the masked interrupt status of the ID valid detect. It also provides a
OTG method to clear the interrupt state.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ID
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW1C
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The ID bits in the USBIDVRIS and USBIDVIM registers are
set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the ID bit
in the USBIDVRIS register.
Device 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1
31:24 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 reserved
0x1 Endpoint 1 TX
0x2 Endpoint 2 TX
0x3 Endpoint 3 TX
0x4 Endpoint 4 TX
0x5 Endpoint 5 TX
0x6 Endpoint 6 TX
0x7 Endpoint 7 TX
0x8 - 0xF reserved
Value Description
0x0 reserved
0x1 Endpoint 1 RX
0x2 Endpoint 2 RX
0x3 Endpoint 3 RX
0x4 Endpoint 4 RX
0x5 Endpoint 5 RX
0x6 Endpoint 6 RX
0x7 Endpoint 7 RX
0x8 - 0xF reserved
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0
31:16 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 NA
USB is not present.
0x1 DEVICE
Device Only
0x2 HOST
Device or Host
0x3 OTG
Device, Host, or OTG
5 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A PHY is not integrated with the USB MAC.
1 A PHY is integrated with the USB MAC.
Value Description
0x0 The first-generation USB controller.
0x1 - 0xF Reserved
19 Analog Comparators
An analog comparator is a peripheral that compares two analog voltages and provides a logical
output that signals the comparison result.
Note: Not all comparators have the option to drive an output pin. See Signal
Description on page 1216 for more information.
The comparator can provide its output to a device pin, acting as a replacement for an analog
comparator on the board. In addition, the comparator can signal the application via interrupts or
trigger the start of a sample sequence in the ADC. The interrupt generation and ADC triggering logic
is separate and independent. This flexibility means, for example, that an interrupt can be generated
on a rising edge and the ADC triggered on a falling edge.
The TM4C123GH6PM microcontroller provides two independent integrated analog comparators
with the following functions:
Compare external pin input to external pin input or to internal programmable voltage reference
ACINTEN
Module
Status
ACMPPP
Note: This block diagram depicts the maximum number of analog comparators and comparator outputs
for the family of microcontrollers; the number for this specific device may vary. See page 1229 for
what is included on this device.
As shown in Figure 19-2 on page 1217, the input source for VIN- is an external input, Cn-, where n
is the analog comparator number. In addition to an external input, Cn+, input sources for VIN+ can
be the C0+ or an internal reference, VIREF.
-ve input
0 output
+ve input
1 CINV
+ve input (alternate) IntGen
2 TrigGen
reference input
ACCTL ACSTAT
internal
bus
trigger
interrupt
Important: The ASRCP bits in the ACCTL register must be set before using the analog comparators.
N*R
N*R
Note: In the figure above, N*R represents a multiple of the R value that produces the results specified
in Table 19-2 on page 1218.
The internal reference can be programmed in one of two modes (low range or high range) depending
on the RNG bit in the ACREFCTL register. When RNG is clear, the internal reference is in high-range
mode, and when RNG is set the internal reference is in low-range mode.
In each range, the internal reference, VIREF, has 16 preprogrammed thresholds or step values. The
threshold to be used to compare the external input voltage against is selected using the VREF field
in the ACREFCTL register.
In the high-range mode, the VIREF threshold voltages start at the ideal high-range starting voltage
of VDDA/4.2 and increase in ideal constant voltage steps of VDDA/29.4.
In the low-range mode, the VIREF threshold voltages start at 0 V and increase in ideal constant
voltage steps of VDDA/22.12. The ideal VIREF step voltages for each mode and their dependence
on the RNG and VREF fields are summarized in Table 19-2.
Note that the values shown in Table 19-2 are the ideal values of the VIREF thresholds. These values
actually vary between minimum and maximum values for each threshold step, depending on process
and temperature. The minimum and maximum values for each step are given by:
Examples of minimum and maximum VIREF values for VDDA = 3.3V for high and low ranges, are
shown inTable 19-3 and Table 19-4. Note that these examples are only valid for VDDA = 3.3V; values
scale up and down with VDDA.
Table 19-3. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 0
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0x0 0.731 0.786 0.841 V
0x1 0.843 0.898 0.953 V
0x2 0.955 1.010 1.065 V
0x3 1.067 1.122 1.178 V
0x4 1.180 1.235 1.290 V
0x5 1.292 1.347 1.402 V
0x6 1.404 1.459 1.514 V
0x7 1.516 1.571 1.627 V
0x8 1.629 1.684 1.739 V
0x9 1.741 1.796 1.851 V
0xA 1.853 1.908 1.963 V
0xB 1.965 2.020 2.076 V
0xC 2.078 2.133 2.188 V
0xD 2.190 2.245 2.300 V
0xE 2.302 2.357 2.412 V
0xF 2.414 2.469 2.525 V
Table 19-4. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 1
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0x0 0.000 0.000 0.074 V
0x1 0.076 0.149 0.223 V
0x2 0.225 0.298 0.372 V
0x3 0.374 0.448 0.521 V
0x4 0.523 0.597 0.670 V
0x5 0.672 0.746 0.820 V
0x6 0.822 0.895 0.969 V
0x7 0.971 1.044 1.118 V
0x8 1.120 1.193 1.267 V
0x9 1.269 1.343 1.416 V
0xA 1.418 1.492 1.565 V
Table 19-4. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 1 (continued)
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0xB 1.567 1.641 1.715 V
0xC 1.717 1.790 1.864 V
0xD 1.866 1.939 2.013 V
0xE 2.015 2.089 2.162 V
0xF 2.164 2.238 2.311 V
1. Enable the analog comparator clock by writing a value of 0x0000.0001 to the RCGCACMP
register in the System Control module (see page 353).
2. Enable the clock to the appropriate GPIO modules via the RCGCGPIO register (see page 340).
To find out which GPIO ports to enable, refer to Table 23-5 on page 1351.
3. In the GPIO module, enable the GPIO port/pin associated with the input signals as GPIO inputs.
To determine which GPIO to configure, see Table 23-4 on page 1344.
4. Configure the PMCn fields in the GPIOPCTL register to assign the analog comparator output
signals to the appropriate pins (see page 688 and Table 23-5 on page 1351).
5. Configure the internal voltage reference to 1.65 V by writing the ACREFCTL register with the
value 0x0000.030C.
6. Configure the comparator to use the internal voltage reference and to not invert the output by
writing the ACCTLn register with the value of 0x0000.040C.
7. Delay for 10 s.
8. Read the comparator output value by reading the ACSTATn register's OVAL value.
Change the level of the comparator negative input signal C- to see the OVAL value change.
0x000 ACMIS RW1C 0x0000.0000 Analog Comparator Masked Interrupt Status 1222
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The IN1 bits in the ACRIS register and the ACINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the IN1 bit
in the ACRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The IN0 bits in the ACRIS register and the ACINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the IN0 bit
in the ACRIS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 Comparator 1 has generated an interruptfor an event as
configured by the ISEN bit in the ACCTL1 register.
This bit is cleared by writing a 1 to the IN1 bit in the ACMIS register.
Value Description
0 An interrupt has not occurred.
1 Comparator 0 has generated an interrupt for an event as
configured by the ISEN bit in the ACCTL0 register.
This bit is cleared by writing a 1 to the IN0 bit in the ACMIS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 A comparator 1 interrupt does not affect the interrupt status.
1 The raw interrupt signal comparator 1 is sent to the interrupt
controller.
Value Description
0 A comparator 0 interrupt does not affect the interrupt status.
1 The raw interrupt signal comparator 0 is sent to the interrupt
controller.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RW RW RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:10 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The resistor ladder is unpowered.
1 Powers on the resistor ladder. The resistor ladder is connected
to VDDA.
This bit is cleared at reset so that the internal reference consumes the
least amount of power if it is not used.
Value Description
0 The ideal step size for the internal reference is VDDA / 29.4.
1 The ideal step size for the internal reference is VDDA / 22.12.
7:4 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 VIN- > VIN+
1 VIN- < VIN+
VIN - is the voltage on the Cn- pin. VIN+ is the voltage on the Cn+ pin,
the C0+ pin, or the internal voltage reference (VIREF) as defined by the
ASRCP bit in the ACCTL register.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TOEN ASRCP reserved TSLVAL TSEN ISLVAL ISEN CINV reserved
Type RO RO RO RO RW RW RW RO RW RW RW RW RW RW RW RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 ADC events are suppressed and not sent to the ADC.
1 ADC events are sent to the ADC.
Value Description
0x0 Pin value of Cn+
0x1 Pin value of C0+
0x2 Internal voltage reference (VIREF)
0x3 Reserved
8 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An ADC event is generated if the comparator output is Low.
1 An ADC event is generated if the comparator output is High.
Value Description
0x0 Level sense, see TSLVAL
0x1 Falling edge
0x2 Rising edge
0x3 Either edge
Value Description
0 An interrupt is generated if the comparator output is Low.
1 An interrupt is generated if the comparator output is High.
Value Description
0x0 Level sense, see ISLVAL
0x1 Falling edge
0x2 Rising edge
0x3 Either edge
Value Description
0 The output of the comparator is unchanged.
1 The output of the comparator is inverted prior to being processed
by hardware.
0 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
31:18 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Comparator output 1 is not present.
1 Comparator output 1 is present.
Value Description
0 Comparator output 0 is not present.
1 Comparator output 0 is present.
15:2 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Comparator 1 is not present.
1 Comparator 1 is present.
Value Description
0 Comparator 0 is not present.
1 Comparator 0 is present.
One fault-condition handling inputs to quickly provide low-latency shutdown and prevent damage
to the motor being controlled, for a total of two inputs
Output PWM signal is constructed based on actions taken as a result of the counter and
PWM comparator output signals
Dead-band generator
Produces two PWM signals with programmable dead-band delays suitable for driving a half-H
bridge
The control block determines the polarity of the PWM signals and which signals are passed through
to the pins. The output of the PWM generation blocks are managed by the output control block
before being passed to the device pins. The PWM control block has the following options:
Extended PWM synchronization of timer/comparator updates across the PWM generator blocks
Extended PWM fault handling, with multiple fault signals, programmable polarities, and filtering
PWM Clock
pwm0A
Triggers / Faults PWM 0
PWM pwm0B
System Clock Generator 0 PWM 1
Control and pwm0fault
Status
PWMCTL
PWMSYNC
pwm1A
PWMSTATUS PWM 2
PWMPP PWM pwm1B
Generator 1 PWM PWM 3
pwm1fault
Output
Interrupt
Control
pwm2A
PWM 4
PWMINTEN
Interrupts
PWMRIS PWM pwm2B Logic
PWMISC Generator 2 PWM 5
pwm2fault
Triggers
pwm3A
PWM 6
Output PWM pwm3B
PWMENABLE
Generator 3 PWM 7
pwm3fault
PWMINVERT
PWMFAULT
PWMFAULTVAL
PWMENUPD
Timer zero
load
dir pwmfault
PWMnLOAD
PWMnCOUNT
Dead-Band
Signal pwmA pwmA
Generator
Comparators Generator
pwmB PWMnDBCTL pwmB
cmpA
PWMnCMPA PWMnGENA PWMnDBRISE
PWM Clock cmpB
PWMnCMPB PWMnGENB PWMnDBFALL
The clock source is selected by programming the USPWMDIV bit in the Run-Mode Clock
Configuration (RCC) register at System Control offset 0x060. The PWMDIV bitfield specifies the
divisor of the System Clock that is used to create the PWM Clock.
load is the internal signal that has a single-clock-cycle-width High pulse when the counter is
equal to the load value
zero is the internal signal that has a single-clock-cycle-width High pulse when the counter is zero
cmpA is the internal signal that has a single-clock-cycle-width High pulse when the counter is
equal to COMPA
cmpB is the internal signal that has a single-clock-cycle-width High pulse when the counter is
equal to COMPB
COMPA
COMPB
load
zero
cmpA
cmpB
dir
BDown
ADown
COMPA
COMPB
load
zero
cmpA
cmpB
dir
BUp BDown
AUp ADown
center-aligned, overlapped PWM signals that have different duty cycles. This figure shows the pwmA
and pwmB signals before they have passed through the dead-band generator.
COMPA
COMPB
pwmA
pwmB
In this example, the first generator is set to drive High on match A up, drive Low on match A down,
and ignore the other four events. The second generator is set to drive High on match B up, drive
Low on match B down, and ignore the other four events. Changing the value of comparator A
changes the duty cycle of the pwmA signal, and changing the value of comparator B changes the
duty cycle of the pwmB signal.
pwmA
pwmA
pwmB
as a source for an ADC trigger; when any of these selected events occur, an ADC trigger pulse is
generated. The selection of events allows the interrupt or ADC trigger to occur at a specific position
within the pwmA or pwmB signal. Note that interrupts and ADC triggers are based on the raw events;
delays in the PWM signal edges caused by the dead-band generator are not taken into account.
Unsynchronized. The PWM generator and its two output signals are used alone, independent
of other PWM generators.
Synchronized. The PWM generator and its two outputs signals are used in conjunction with
other PWM generators using a common, unified time base. If multiple PWM generators are
configured with the same counter load value, synchronization can be used to guarantee that
they also have the same count value (the PWM generators must be configured before they are
synchronized). With this feature, more than two MnPWMn signals can be produced with a known
relationship between the edges of those signals because the counters always have the same
values. Other states in the module provide mechanisms to maintain the common time base and
mutual synchronization.
The counter in a PWM generator can be reset to zero by writing the PWM Time Base Sync
(PWMSYNC) register and setting the SYNCn bit associated with the generator. Multiple PWM
generators can be synchronized together by setting all necessary SYNCn bits in one access. For
example, setting the SYNC0 and SYNC1 bits in the PWMSYNC register causes the counters in PWM
generators 0 and 1 to reset together.
Additional synchronization can occur between multiple PWM generators by updating register contents
in one of the following three ways:
Immediately. The write value has immediate effect, and the hardware reacts immediately.
Locally Synchronized. The write value does not affect the logic until the counter reaches the
value zero at the end of the PWM cycle. In this case, the effect of the write is deferred, providing
a guaranteed defined behavior and preventing overly short or overly long output PWM pulses.
Globally Synchronized. The write value does not affect the logic until two sequential events
have occurred: (1) the Update mode for the generator function is programmed for global
synchronization in the PWMnCTL register, and (2) the counter reaches zero at the end of the
PWM cycle. In this case, the effect of the write is deferred until the end of the PWM cycle following
the end of all updates. This mode allows multiple items in multiple PWM generators to be updated
simultaneously without odd effects during the update; everything runs from the old values until
a point at which they all run from the new values. The Update mode of the load and comparator
match values can be individually configured in each PWM generator block. It typically makes
sense to use the synchronous update mechanism across PWM generator blocks when the timers
in those blocks are synchronized, although this is not required in order for this mechanism to
function properly.
The following registers provide either local or global synchronization based on the state of various
Update mode bits and fields in the PWMnCTL register (LOADUPD; CMPAUPD; CMPBUPD):
The following registers default to immediate update, but are provided with the optional functionality
of synchronously updating rather than having all updates take immediate effect:
Module-Level Register: PWMENABLE (based on the state of the ENUPDn bits in the PWMENUPD
register).
All other registers are considered statically provisioned for the execution of an application or are
used dynamically for purposes unrelated to maintaining synchronization and therefore do not need
synchronous update functionality.
The microcontroller is stalled and cannot perform the necessary computation in the time required
for motion control
Each PWM generator can use the following inputs to generate a fault condition, including:
Fault conditions are calculated on a per-PWM generator basis. Each PWM generator configures
the necessary conditions to indicate a fault condition exists. This method allows the development
of applications with dependent and independent control.
Two fault input pins (MnFAULTn) are available. These inputs may be used with circuits that generate
an active High or active Low signal to indicate an error condition. A MnFAULTn pins may be
individually programmed for the appropriate logic sense using the PWMnFLTSEN register.
The PWM generator's mode control, including fault condition handling, is provided in the PWMnCTL
register. This register determines whether the input or a combination of MnFAULTn input signals
and/or digital comparator triggers (as configured by the PWMnFLTSRC0 and PWMnFLTSRC1
registers) is used to generate a fault condition. The PWMnCTL register also selects whether the
fault condition is maintained as long as the external condition lasts or if it is latched until the fault
condition until cleared by software. Finally, this register also enables a counter that may be used to
extend the period of a fault condition for external events to assure that the duration is a minimum
length. The minimum fault period count is specified in the PWMnMINFLTPER register.
Note: When using an ADC digital comparator as a fault source, the LATCH and MINFLTPER bits
in the PWMnCTL register should be set to 1 to ensure trigger assertions are captured.
Status regarding the specific fault cause is provided in the PWMnFLTSTAT0 and PWMnFLTSTAT1
registers. Note that the fault status registers, PWMnFLTSTAT0 and PWMnFLTSTAT1, reflect the
status of all fault sources, regardless of what fault sources are enabled for that particular generator.
PWM generator fault conditions may be promoted to a controller interrupt using the PWMINTEN
register.
1. Enable the PWM clock by writing a value of 0x0010.0000 to the RCGC0 register in the System
Control module (see page 456).
2. Enable the clock to the appropriate GPIO module via the RCGC2 register in the System Control
module (see page 464).
3. In the GPIO module, enable the appropriate pins for their alternate function using the
GPIOAFSEL register. To determine which GPIOs to configure, see Table 23-4 on page 1344.
4. Configure the PMCn fields in the GPIOPCTL register to assign the PWM signals to the appropriate
pins (see page 688 and Table 23-5 on page 1351).
5. Configure the Run-Mode Clock Configuration (RCC) register in the System Control module
to use the PWM divide (USEPWMDIV) and set the divider (PWMDIV) to divide by 2 (000).
6. Configure the PWM generator for countdown mode with immediate updates to the parameters.
7. Set the period. For a 25-KHz frequency, the period = 1/25,000, or 40 microseconds. The PWM
clock source is 10 MHz; the system clock divided by 2. Thus there are 400 clock ticks per period.
Use this value to set the PWM0LOAD register. In Count-Down mode, set the LOAD field in the
PWM0LOAD register to the requested period minus one.
8. Set the pulse width of the MnPWM0 pin for a 25% duty cycle.
9. Set the pulse width of the MnPWM1 pin for a 75% duty cycle.
PWM0: 0x4002.8000
PWM1: 0x4002.9000
Note that the PWM module clock must be enabled before the registers can be programmed (see
page 456). There must be a delay of 3 system clocks after the PWM module clock is enabled before
any PWM module registers are accessed.
0x01C PWMISC RW1C 0x0000.0000 PWM Interrupt Status and Clear 1257
0x04C PWM0ISC RW1C 0x0000.0000 PWM0 Interrupt Status and Clear 1276
0x08C PWM1ISC RW1C 0x0000.0000 PWM1 Interrupt Status and Clear 1276
0x0CC PWM2ISC RW1C 0x0000.0000 PWM2 Interrupt Status and Clear 1276
0x10C PWM3ISC RW1C 0x0000.0000 PWM3 Interrupt Status and Clear 1276
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
GLOBALSYNC3
GLOBALSYNC2
GLOBALSYNC1
GLOBALSYNC0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Any queued update to a load or comparator register in PWM
generator 3 is applied the next time the corresponding counter
becomes zero.
This bit automatically clears when the updates have completed; it cannot
be cleared by software.
Value Description
0 No effect.
1 Any queued update to a load or comparator register in PWM
generator 2 is applied the next time the corresponding counter
becomes zero.
This bit automatically clears when the updates have completed; it cannot
be cleared by software.
Value Description
0 No effect.
1 Any queued update to a load or comparator register in PWM
generator 1 is applied the next time the corresponding counter
becomes zero.
This bit automatically clears when the updates have completed; it cannot
be cleared by software.
Value Description
0 No effect.
1 Any queued update to a load or comparator register in PWM
generator 0 is applied the next time the corresponding counter
becomes zero.
This bit automatically clears when the updates have completed; it cannot
be cleared by software.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No effect.
1 Resets the PWM generator 3 counter.
Value Description
0 No effect.
1 Resets the PWM generator 2 counter.
Value Description
0 No effect.
1 Resets the PWM generator 1 counter.
Value Description
0 No effect.
1 Resets the PWM generator 0 counter.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The MnPWM7 signal has a zero value.
1 The generated pwm3B' signal is passed to the MnPWM7 pin.
Value Description
0 The MnPWM6 signal has a zero value.
1 The generated pwm3A' signal is passed to the MnPWM6 pin.
Value Description
0 The MnPWM5 signal has a zero value.
1 The generated pwm2B' signal is passed to the MnPWM5 pin.
Value Description
0 The MnPWM4 signal has a zero value.
1 The generated pwm2A' signal is passed to the MnPWM4 pin.
Value Description
0 The MnPWM3 signal has a zero value.
1 The generated pwm1B' signal is passed to the MnPWM3 pin.
Value Description
0 The MnPWM2 signal has a zero value.
1 The generated pwm1A' signal is passed to the MnPWM2 pin.
Value Description
0 The MnPWM1 signal has a zero value.
1 The generated pwm0B' signal is passed to the MnPWM1 pin.
Value Description
0 The MnPWM0 signal has a zero value.
1 The generated pwm0A' signal is passed to the MnPWM0 pin.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The MnPWM7 signal is not inverted.
1 The MnPWM7 signal is inverted.
Value Description
0 The MnPWM6 signal is not inverted.
1 The MnPWM6 signal is inverted.
Value Description
0 The MnPWM5 signal is not inverted.
1 The MnPWM5 signal is inverted.
Value Description
0 The MnPWM4 signal is not inverted.
1 The MnPWM4 signal is inverted.
Value Description
0 The MnPWM3 signal is not inverted.
1 The MnPWM3 signal is inverted.
Value Description
0 The MnPWM2 signal is not inverted.
1 The MnPWM2 signal is inverted.
Value Description
0 The MnPWM1 signal is not inverted.
1 The MnPWM1 signal is inverted.
Value Description
0 The MnPWM0 signal is not inverted.
1 The MnPWM0 signal is inverted.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The generated pwm3B' signal is passed to the MnPWM7 pin.
1 The MnPWM7 output signal is driven to the value specified by
the PWM7 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm3A' signal is passed to the MnPWM6 pin.
1 The MnPWM6 output signal is driven to the value specified by
the PWM6 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm2B' signal is passed to the MnPWM5 pin.
1 The MnPWM5 output signal is driven to the value specified by
the PWM5 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm2A' signal is passed to the MnPWM4 pin.
1 The MnPWM4 output signal is driven to the value specified by
the PWM4 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm1B' signal is passed to the MnPWM3 pin.
1 The MnPWM3 output signal is driven to the value specified by
the PWM3 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm1A' signal is passed to the MnPWM2 pin.
1 The MnPWM2 output signal is driven to the value specified by
the PWM2 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm0B' signal is passed to the MnPWM1 pin.
1 The MnPWM1 output signal is driven to the value specified by
the PWM1 bit in the PWMFAULTVAL register.
Value Description
0 The generated pwm0A' signal is passed to the MnPWM0 pin.
1 The MnPWM0 output signal is driven to the value specified by
the PWM0 bit in the PWMFAULTVAL register.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:18 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The fault condition for PWM generator 1 is suppressed and not
sent to the interrupt controller.
1 An interrupt is sent to the interrupt controller when the fault
condition for PWM generator 1 is asserted.
Value Description
0 The fault condition for PWM generator 0 is suppressed and not
sent to the interrupt controller.
1 An interrupt is sent to the interrupt controller when the fault
condition for PWM generator 0 is asserted.
15:4 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PWM generator 3 interrupt is suppressed and not sent to
the interrupt controller.
1 An interrupt is sent to the interrupt controller when the PWM
generator 3 block asserts an interrupt.
Value Description
0 The PWM generator 2 interrupt is suppressed and not sent to
the interrupt controller.
1 An interrupt is sent to the interrupt controller when the PWM
generator 2 block asserts an interrupt.
Value Description
0 The PWM generator 1 interrupt is suppressed and not sent to
the interrupt controller.
1 An interrupt is sent to the interrupt controller when the PWM
generator 1 block asserts an interrupt.
Value Description
0 The PWM generator 0 interrupt is suppressed and not sent to
the interrupt controller.
1 An interrupt is sent to the interrupt controller when the PWM
generator 0 block asserts an interrupt.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:18 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The fault condition for PWM generator 1 has not been asserted.
1 The fault condition for PWM generator 1 is asserted.
Value Description
0 The fault condition for PWM generator 0 has not been asserted.
1 The fault condition for PWM generator 0 is asserted.
15:4 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PWM generator 3 block interrupt has not been asserted.
1 The PWM generator 3 block interrupt is asserted.
The PWM3RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM3ISC register.
Value Description
0 The PWM generator 2 block interrupt has not been asserted.
1 The PWM generator 2 block interrupt is asserted.
The PWM2RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM2ISC register.
Value Description
0 The PWM generator 1 block interrupt has not been asserted.
1 The PWM generator 1 block interrupt is asserted.
The PWM1RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM1ISC register.
Value Description
0 The PWM generator 0 block interrupt has not been asserted.
1 The PWM generator 0 block interrupt is asserted.
The PWM0RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM0ISC register.
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:18 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The fault condition for PWM generator 1 has not been asserted
or is not enabled.
1 An enabled interrupt for the fault condition for PWM generator
1 is asserted or is latched.
Writing a 1 to this bit clears it and the INTFAULT1 bit in the PWMRIS
register.
Value Description
0 The fault condition for PWM generator 0 has not been asserted
or is not enabled.
1 An enabled interrupt for the fault condition for PWM generator
0 is asserted or is latched.
Writing a 1 to this bit clears it and the INTFAULT0 bit in the PWMRIS
register.
15:4 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The PWM generator 3 block interrupt is not asserted or is not
enabled.
1 An enabled interrupt for the PWM generator 3 block is asserted.
The PWM3RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM3ISC register.
Value Description
0 The PWM generator 2 block interrupt is not asserted or is not
enabled.
1 An enabled interrupt for the PWM generator 2 block is asserted.
The PWM2RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM2ISC register.
Value Description
0 The PWM generator 1 block interrupt is not asserted or is not
enabled.
1 An enabled interrupt for the PWM generator 1 block is asserted.
The PWM1RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM1ISC register.
Value Description
0 The PWM generator 0 block interrupt is not asserted or is not
enabled.
1 An enabled interrupt for the PWM generator 0 block is asserted.
The PWM0RIS register shows the source of this interrupt. This bit is
cleared by writing a 1 to the corresponding bit in the PWM0ISC register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The fault condition for PWM generator 1 is not asserted.
1 The fault condition for PWM generator 1 is asserted.
If the FLTSRC bit in the PWM1CTL register is clear, the input
is the source of the fault condition, and is therefore asserted.
Value Description
0 The fault condition for PWM generator 0 is not asserted.
1 The fault condition for PWM generator 0 is asserted.
If the FLTSRC bit in the PWM0CTL register is clear, the input
is the source of the fault condition, and is therefore asserted.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The MnPWM7 output signal is driven Low during fault conditions
if the FAULT7 bit in the PWMFAULT register is set.
1 The MnPWM7 output signal is driven High during fault conditions
if the FAULT7 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM6 output signal is driven Low during fault conditions
if the FAULT6 bit in the PWMFAULT register is set.
1 The MnPWM6 output signal is driven High during fault conditions
if the FAULT6 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM5 output signal is driven Low during fault conditions
if the FAULT5 bit in the PWMFAULT register is set.
1 The MnPWM5 output signal is driven High during fault conditions
if the FAULT5 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM4 output signal is driven Low during fault conditions
if the FAULT4 bit in the PWMFAULT register is set.
1 The MnPWM4 output signal is driven High during fault conditions
if the FAULT4 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM3 output signal is driven Low during fault conditions
if the FAULT3 bit in the PWMFAULT register is set.
1 The MnPWM3 output signal is driven High during fault conditions
if the FAULT3 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM2 output signal is driven Low during fault conditions
if the FAULT2 bit in the PWMFAULT register is set.
1 The MnPWM2 output signal is driven High during fault conditions
if the FAULT2 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM1 output signal is driven Low during fault conditions
if the FAULT1 bit in the PWMFAULT register is set.
1 The MnPWM1 output signal is driven High during fault conditions
if the FAULT1 bit in the PWMFAULT register is set.
Value Description
0 The MnPWM0 output signal is driven Low during fault conditions
if the FAULT0 bit in the PWMFAULT register is set.
1 The MnPWM0 output signal is driven High during fault conditions
if the FAULT0 bit in the PWMFAULT register is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Immediate
Writes to the PWM7EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM7EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM7EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM6EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM6EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM6EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM5EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM5EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM5EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM4EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM4EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM4EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM3EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM3EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM3EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM2EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM2EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM2EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM1EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM1EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM1EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Value Description
0x0 Immediate
Writes to the PWM0EN bit in the PWMENABLE register are used
by the PWM generator immediately.
0x1 Reserved
0x2 Locally Synchronized
Writes to the PWM0EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0.
0x3 Globally Synchronized
Writes to the PWM0EN bit in the PWMENABLE register are used
by the PWM generator the next time the counter is 0 after a
synchronous update has been requested through the PWM
Master Control (PWMCTL) register.
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
DBFALLUPD DBRISEUPD DBCTLUPD GENBUPD GENAUPD CMPBUPD CMPAUPD LOADUPD DEBUG MODE ENABLE
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:19 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 Fault Condition Not Latched
A fault condition is in effect for as long as the generating source
is asserting.
1 Fault Condition Latched
A fault condition is set as the result of the assertion of the
faulting source and is held (latched) while the PWMISC
INTFAULTn bit is set. Clearing the INTFAULTn bit clears the
fault condition.
Value Description
0 The FAULT input deassertion is unaffected.
1 The PWMnMINFLTPER one-shot counter is active and extends
the period of the fault condition to a minimum period.
Value Description
0 The Fault condition is determined by the Fault0 input.
1 The Fault condition is determined by the configuration of the
PWMnFLTSRC0 and PWMnFLTSRC1 registers.
Value Description
0x0 Immediate
The PWMnDBFALL register value is immediately updated on
a write.
0x1 Reserved
0x2 Locally Synchronized
Updates to the register are reflected to the generator the next
time the counter is 0.
0x3 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0x0 Immediate
The PWMnDBRISE register value is immediately updated on
a write.
0x1 Reserved
0x2 Locally Synchronized
Updates to the register are reflected to the generator the next
time the counter is 0.
0x3 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0x0 Immediate
The PWMnDBCTL register value is immediately updated on a
write.
0x1 Reserved
0x2 Locally Synchronized
Updates to the register are reflected to the generator the next
time the counter is 0.
0x3 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0x0 Immediate
The PWMnGENB register value is immediately updated on a
write.
0x1 Reserved
0x2 Locally Synchronized
Updates to the register are reflected to the generator the next
time the counter is 0.
0x3 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0x0 Immediate
The PWMnGENA register value is immediately updated
on a write.
0x1 Reserved
0x2 Locally Synchronized
Updates to the register are reflected to the generator the
next time the counter is 0.
0x3 Globally Synchronized
Updates to the register are delayed until the next time
the counter is 0 after a synchronous update has been
requested through the PWMCTL register.
Value Description
0 Locally Synchronized
Updates to the PWMnCMPB register are reflected to the
generator the next time the counter is 0.
1 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0 Locally Synchronized
Updates to the PWMnCMPA register are reflected to the
generator the next time the counter is 0.
1 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0 Locally Synchronized
Updates to the PWMnLOAD register are reflected to the
generator the next time the counter is 0.
1 Globally Synchronized
Updates to the register are delayed until the next time the
counter is 0 after a synchronous update has been requested
through the PWMCTL register.
Value Description
0 The counter stops running when it next reaches 0 and continues
running again when no longer in Debug mode.
1 The counter always runs when in Debug mode.
Value Description
0 The counter counts down from the load value to 0 and then
wraps back to the load value (Count-Down mode).
1 The counter counts up from 0 to the load value, back down to
0, and then repeats (Count-Up/Down mode).
Note: Disabling the PWM by clearing the ENABLE bit does not clear
the COUNT field of the PWMnCOUNT register. Before
re-enabling the PWM (ENABLE = 0x1), the COUNT field should
be cleared by resetting the PWM registers through the
SRPWM register in the System Control Module.
Value Description
0 The entire PWM generation block is disabled and not clocked.
1 The PWM generation block is enabled and produces PWM
signals.
Register 16: PWM0 Interrupt and Trigger Enable (PWM0INTEN), offset 0x044
Register 17: PWM1 Interrupt and Trigger Enable (PWM1INTEN), offset 0x084
Register 18: PWM2 Interrupt and Trigger Enable (PWM2INTEN), offset 0x0C4
Register 19: PWM3 Interrupt and Trigger Enable (PWM3INTEN), offset 0x104
These registers control the interrupt and ADC trigger generation capabilities of the PWM generators
(PWM0INTEN controls the PWM generator 0 block, and so on). The events that can cause an
interrupt,or an ADC trigger are:
The counter being equal to the PWMnCMPA register while counting down
The counter being equal to the PWMnCMPB register while counting down
Any combination of these events can generate either an interrupt or an ADC trigger, though no
determination can be made as to the actual event that caused an ADC trigger if more than one is
specified. The PWMnRIS register provides information about which events have caused raw
interrupts.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved TRCMPBD TRCMPBU TRCMPAD TRCMPAU TRCNTLOAD TRCNTZERO reserved INTCMPBD INTCMPBU INTCMPAD INTCMPAU INTCNTLOAD INTCNTZERO
Type RO RO RW RW RW RW RW RW RO RO RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:14 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter matches the
value in the PWMnCMPB register value while counting down.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter matches the
value in the PWMnCMPB register value while counting up.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter matches the
value in the PWMnCMPA register value while counting down.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter matches the
value in the PWMnCMPA register value while counting up.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter matches the
PWMnLOAD register.
Value Description
0 No ADC trigger is output.
1 An ADC trigger pulse is output when the counter is 0.
7:6 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter matches the value in
the PWMnCMPB register value while counting down.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter matches the value in
the PWMnCMPB register value while counting up.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter matches the value in
the PWMnCMPA register value while counting down.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter matches the value in
the PWMnCMPA register value while counting up.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter matches the value in
the PWMnLOAD register value.
Value Description
0 No interrupt.
1 A raw interrupt occurs when the counter is zero.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An interrupt has not occurred.
1 The counter has matched the value in the PWMnCMPB register
while counting down.
Value Description
0 An interrupt has not occurred.
1 The counter has matched the value in the PWMnCMPB register
while counting up.
Value Description
0 An interrupt has not occurred.
1 The counter has matched the value in the PWMnCMPA register
while counting down.
Value Description
0 An interrupt has not occurred.
1 The counter has matched the value in the PWMnCMPA register
while counting up.
Value Description
0 An interrupt has not occurred.
1 The counter has matched the value in the PWMnLOAD register.
Value Description
0 An interrupt has not occurred.
1 The counter has matched zero.
Register 24: PWM0 Interrupt Status and Clear (PWM0ISC), offset 0x04C
Register 25: PWM1 Interrupt Status and Clear (PWM1ISC), offset 0x08C
Register 26: PWM2 Interrupt Status and Clear (PWM2ISC), offset 0x0CC
Register 27: PWM3 Interrupt Status and Clear (PWM3ISC), offset 0x10C
These registers provide the current set of interrupt sources that are asserted to the interrupt controller
(PWM0ISC controls the PWM generator 0 block, and so on). A bit is set if the event has occurred
and is enabled in the PWMnINTEN register; if a bit is clear, the event has not occurred or is not
enabled. These are RW1C registers; writing a 1 to a bit position clears the corresponding interrupt
reason.
Note: The interrupt status can only be cleared one PWM Clock cycle after the interrupt occurs.
The larger the PWM Clock Divider (PWMDIV) value in PWMCC register, the longer the
system delay is to clear the interrupt.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:6 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCMPBD bits in the PWMnRIS and PWMnINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCMPBD bit in the PWMnRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCMPBU bits in the PWMnRIS and PWMnINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCMPBU bit in the PWMnRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCMPAD bits in the PWMnRIS and PWMnINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCMPAD bit in the PWMnRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCMPAU bits in the PWMnRIS and PWMnINTEN registers
are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCMPAU bit in the PWMnRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCNTLOAD bits in the PWMnRIS and PWMnINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCNTLOAD bit in the PWMnRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTCNTZERO bits in the PWMnRIS and PWMnINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTCNTZERO bit in the PWMnRIS register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
LOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COUNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COMPA
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COMPB
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
Value Description
0x0 Do nothing.
0x1 Invert pwmA.
0x2 Drive pwmA Low.
0x3 Drive pwmA High.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
Value Description
0x0 Do nothing.
0x1 Invert pwmB.
0x2 Drive pwmB Low.
0x3 Drive pwmB High.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved ENABLE
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:1 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The pwmA and pwmB signals pass through to the pwmA' and
pwmB' signals unmodified.
1 The dead-band generator modifies the pwmA signal by inserting
dead bands into the pwmA' and pwmB' signals.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved RISEDELAY
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved FALLDELAY
Type RO RO RO RO RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:12 reserved RO 0x0000.0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The Fault1 signal is suppressed and cannot generate a fault
condition.
1 The Fault1 signal value is ORed with all other fault condition
generation inputs (Faultn signals and digital comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The Fault0 signal is suppressed and cannot generate a fault
condition.
1 The Fault0 signal value is ORed with all other fault condition
generation inputs (Faultn signals and digital comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The trigger from digital comparator 7 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 7 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 6 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 6 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 5 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 5 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 4 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 4 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 3 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 3 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 2 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 2 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 1 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 1 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
Value Description
0 The trigger from digital comparator 0 is suppressed and cannot
generate a fault condition.
1 The trigger from digital comparator 0 is ORed with all other fault
condition generation inputs (Faultn signals and digital
comparators).
Note: The FLTSRC bit in the PWMnCTL register must be set for this
bit to affect fault condition generation.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MFP
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:16 reserved RO 0x0000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Register 76: PWM0 Fault Pin Logic Sense (PWM0FLTSEN), offset 0x800
Register 77: PWM1 Fault Pin Logic Sense (PWM1FLTSEN), offset 0x880
This register defines the PWM fault pin logic sense.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 An error is indicated if the Fault1 signal is High.
1 An error is indicated if the Fault1 signal is Low.
Value Description
0 An error is indicated if the Fault0 signal is High.
1 An error is indicated if the Fault0 signal is Low.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO - -
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
If FAULT1 is clear, the input has not transitioned to the active state
since the last time it was cleared.
If FAULT0 is clear, the input has not transitioned to the active state
since the last time it was cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO - - - - - - - -
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:8 reserved RO 0x0000.00 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
If DCMP7 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP6 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP5 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP4 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP3 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP2 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP1 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
If DCMP0 is clear, the trigger has not transitioned to the active state
since the last time it was cleared.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0
31:11 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 One-shot modes are not available.
1 One-shot modes are available.
Value Description
0 Extended fault capabilities are not available.
1 Extended fault capabilities are available.
Value Description
0 Extended synchronization is not available.
1 Extended synchronization is available.
Value Description
0x0 No fault inputs.
0x1 1 fault input.
0x2 2 fault input.
0x3 3 fault input.
0x4 4 fault input.
0x5 - 0xF reserved
Value Description
0x0 No generators.
0x1 1 generator
0x2 2 generators
0x3 3 generators
0x4 4 generators
0x5 - 0xF reserved
The input frequency of the QEI inputs may be as high as 1/4 of the processor frequency (for
example, 12.5 MHz for a 50-MHz system)
Index pulse
Velocity-timer expiration
Direction change
QEILOAD
Velocity Accumulator
Velocity QEICOUNT
Predivider QEISPEED
clk
PhA QEIMAXPOS
Quadrature
Encoder dir Position Integrator
PhB QEIPOS
IDX
QEIINTEN
Figure 21-2 on page 1307 shows the logic that is provided to allow the PhAn and PhBn signals to be
inverted and/or swapped.
PhAn
QEICTL.INVA
0
QEICTL.INVB QEICTL.SWAP
PhBn PhA clk
1 Quadrature
PhB dir
Encoder
0
QEICTL.SWAP
Figure 21-3 on page 1309 shows how the TM4C123GH6PM quadrature encoder converts the phase
input signals into clock pulses, the direction signal, and how the velocity predivider operates (in
Divide by 4 mode).
PhA
PhB
clk
clkdiv
dir
pos -1 -1 -1 -1 -1 -1 -1 -1 -1 +1 +1 +1 +1 +1 +1 +1 +1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
rel +1 +1 +1 +1 +1 +1 +1 +1
The period of the timer is configurable by specifying the load value for the timer in the QEI Timer
Load (QEILOAD) register. When the timer reaches zero, an interrupt can be triggered, and the
hardware reloads the timer with the QEILOAD value and continues to count down. At lower encoder
speeds, a longer timer period is required to be able to capture enough edges to have a meaningful
result. At higher encoder speeds, both a shorter timer period and/or the velocity predivider can be
used.
The following equation converts the velocity counter value into an rpm value:
rpm = (clock * (2 ^ VELDIV) * SPEED * 60) (LOAD * ppr * edges)
where:
clock is the controller clock rate
ppr is the number of pulses per revolution of the physical encoder
edges is 2 or 4, based on the capture mode set in the QEICTL register (2 for CAPMODE clear and
4 for CAPMODE set)
For example, consider a motor running at 600 rpm. A 2048 pulse per revolution quadrature encoder
is attached to the motor, producing 8192 phase edges per revolution. With a velocity predivider of
1 (VELDIV is clear) and clocking on both PhA and PhB edges, this results in 81,920 pulses per
second (the motor turns 10 times per second). If the timer were clocked at 10,000 Hz, and the load
value was 2,500 ( of a second), it would count 20,480 pulses per update. Using the above equation:
rpm = (10000 * 1 * 20480 * 60) (2500 * 2048 * 4) = 600 rpm
Now, consider that the motor is sped up to 3000 rpm. This results in 409,600 pulses per second,
or 102,400 every of a second. Again, the above equation gives:
rpm = (10000 * 1 * 102400 * 60) (2500 * 2048 * 4) = 3000 rpm
Care must be taken when evaluating this equation because intermediate values may exceed the
capacity of a 32-bit integer. In the above examples, the clock is 10,000 and the divider is 2,500;
both could be predivided by 100 (at compile time if they are constants) and therefore be 100 and
25. In fact, if they were compile-time constants, they could also be reduced to a simple multiply by
4, cancelled by the 4 for the edge-count factor.
Important: Reducing constant factors at compile time is the best way to control the intermediate
values of this equation and reduce the processing requirement of computing this
equation.
The division can be avoided by selecting a timer load value such that the divisor is a power of 2; a
simple shift can therefore be done in place of the division. For encoders with a power of 2 pulses
per revolution, the load value can be a power of 2. For other encoders, a load value must be selected
such that the product is very close to a power of 2. For example, a 100 pulse-per-revolution encoder
could use a load value of 82, resulting in 32,800 as the divisor, which is 0.09% above 214. In this
case a shift by 15 would be an adequate approximation of the divide in most cases. If absolute
accuracy were required, the microcontroller's divide instruction could be used.
The QEI module can produce a controller interrupt on several events: phase error, direction change,
reception of the index pulse, and expiration of the velocity timer. Standard masking, raw interrupt
status, interrupt status, and interrupt clear capabilities are provided.
1. Enable the QEI clock using the RCGCQEI register in the System Control module (see page 355).
2. Enable the clock to the appropriate GPIO module via the RCGCGPIO register in the System
Control module (see page 340).
3. In the GPIO module, enable the appropriate pins for their alternate function using the
GPIOAFSEL register. To determine which GPIOs to configure, see Table 23-4 on page 1344.
4. Configure the PMCn fields in the GPIOPCTL register to assign the QEI signals to the appropriate
pins (see page 688 and Table 23-5 on page 1351).
5. Configure the quadrature encoder to capture edges on both signals and maintain an absolute
position by resetting on index pulses. A 1000-line encoder with four edges per line, results in
4000 pulses per revolution; therefore, set the maximum position to 3999 (0xF9F) as the count
is zero-based.
8. Read the encoder position by reading the QEI Position (QEIPOS) register value.
Note: If the application requires the quadrature encoder to have a specific initial position, this
value must be programmed in the QEIPOS register after the quadrature encoder has been
enabled by setting the ENABLE bit in the QEICTL register.
QEI0: 0x4002.C000
QEI1: 0x4002.D000
Note that the QEI module clock must be enabled before the registers can be programmed (see
page 355). There must be a delay of 3 system clocks after the QEI module clock is enabled before
any QEI module registers are accessed.
0x028 QEIISC RW1C 0x0000.0000 QEI Interrupt Status and Clear 1326
reserved FILTCNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
reserved FILTEN STALLEN INVI INVB INVA VELDIV VELEN RESMODE CAPMODE SIGMODE SWAP ENABLE
Type RO RO RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:20 reserved RO 0x000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
15:14 reserved RO 0x0 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The QEI inputs are not filtered.
1 Enables the digital noise filter on the QEI input signals. Inputs
must be stable for 3 consecutive clock edges before the edge
detector is updated.
Value Description
0 The QEI module does not stall when the microcontroller is
stopped by a debugger.
1 The QEI module stalls when the microcontroller is stopped by
a debugger.
Value Description
0 No effect.
1 Inverts the IDX input.
Value Description
0 No effect.
1 Inverts the PhBn input.
Value Description
0 No effect.
1 Inverts the PhAn input.
Value Predivider
0x0 1
0x1 2
0x2 4
0x3 8
0x4 16
0x5 32
0x6 64
0x7 128
Value Description
0 No effect.
1 Enables capture of the velocity of the quadrature encoder.
Value Description
0 The position counter is reset when it reaches the maximum as
defined by the MAXPOS field in the QEIMAXPOS register.
1 The position counter is reset when the index pulse is captured.
Value Description
0 Only the PhA edges are counted.
1 The PhA and PhB edges are counted, providing twice the
positional resolution but half the range.
Value Description
0 The internal PhA and PhB signals operate as quadrature phase
signals.
1 The internal PhA input operates as the clock (CLK) signal and
the internal PhB input operates as the direction (DIR) signal.
Value Description
0 No effect.
1 Swaps the PhAn and PhBn signals.
Value Description
0 No effect.
1 Enables the quadrature encoder module.
Note: Once the QEI module has been enabled by setting the
ENABLE bit, it cannot be disabled. The only way to clear the
ENABLE bit is to reset the module using the Quadrature
Encoder Interface Software Reset (SRQEI) register.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:2 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 The encoder is rotating forward.
1 The encoder is rotating in reverse.
Value Description
0 No error.
1 An error was detected in the gray code sequence (that is, both
signals changing at the same time).
POSITION
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
POSITION
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
MAXPOS
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MAXPOS
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
LOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
LOAD
Type RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
TIME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
TIME
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
COUNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COUNT
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
SPEED
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
SPEED
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RW RW RW RW
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Note: The INTERROR bit is only applicable when the QEI is operating
in quadrature phase mode (SIGMODE=0) and should be
masked when SIGMODE =1.
Value Description
0 The INTERROR interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
INTERROR bit in the QEIRIS register is set.
Value Description
0 The INTDIR interrupt is suppressed and not sent to the interrupt
controller.
1 An interrupt is sent to the interrupt controller when the INTDIR
bit in the QEIRIS register is set.
Value Description
0 The INTTIMER interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
INTTIMER bit in the QEIRIS register is set.
Value Description
0 The INTINDEX interrupt is suppressed and not sent to the
interrupt controller.
1 An interrupt is sent to the interrupt controller when the
INTINDEX bit in the QEIRIS register is set.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Note: The INTERROR bit is only applicable when the QEI is operating
in quadrature phase mode (SIGMODE=0).
Value Description
0 An interrupt has not occurred.
1 A phase error has been detected.
Value Description
0 An interrupt has not occurred.
1 The rotation direction has changed
This bit is cleared by writing a 1 to the INTDIR bit in the QEIISC register.
Value Description
0 An interrupt has not occurred.
1 The velocity timer has expired.
Value Description
0 An interrupt has not occurred.
1 The index pulse has occurred.
Register 11: QEI Interrupt Status and Clear (QEIISC), offset 0x028
This register provides the current set of interrupt sources that are asserted to the controller. If a bit
is set, the latched event has occurred and is enabled to generate an interrupt; if a bit is clear the
event in question has not occurred or is not enabled to generate an interrupt. This register is RW1C;
writing a 1 to a bit position clears the bit and the corresponding interrupt reason.
reserved
Type RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO RO
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31:4 reserved RO 0x0000.000 Software should not rely on the value of a reserved bit. To provide
compatibility with future products, the value of a reserved bit should be
preserved across a read-modify-write operation.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTERROR bits in the QEIRIS register and the QEIINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTERROR bit in the QEIRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTDIR bits in the QEIRIS register and the QEIINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the INTDIR
bit in the QEIRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTTIMER bits in the QEIRIS register and the QEIINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTTIMER bit in the QEIRIS register.
Value Description
0 No interrupt has occurred or the interrupt is masked.
1 The INTINDEX bits in the QEIRIS register and the QEIINTEN
registers are set, providing an interrupt to the interrupt controller.
This bit is cleared by writing a 1. Clearing this bit also clears the
INTINDEX bit in the QEIRIS register.
22 Pin Diagram
The TM4C123GH6PM microcontroller pin diagram is shown below.
Each GPIO signal is identified by its GPIO port unless it defaults to an alternate function on reset.
In this case, the GPIO port name is followed by the default alternate function. To see a complete
list of possible functions for each pin, see Table 23-5 on page 1351.
23 Signal Tables
The following tables list the signals available for each pin. Signals are configured as GPIOs on reset,
except for those noted below. Use the GPIOAMSEL register (see page 687) to select analog mode.
For a GPIO pin to be used for an alternate digital function, the corresponding bit in the GPIOAFSEL
register (see page 671) must be set. Further pin muxing options are provided through the PMCx bit
field in the GPIOPCTL register (see page 688), which selects one of several available peripheral
functions for that GPIO.
Important: Table 10-1 on page 650 shows special consideration GPIO pins. Most GPIO pins are
configured as GPIOs and tri-stated by default (GPIOAFSEL=0, GPIODEN=0,
GPIOPDR=0, GPIOPUR=0, and GPIOPCTL=0). Special consideration pins may be
programed to a non-GPIO function or may have special commit controls out of reset.
In addition, a Power-On-Reset (POR) or asserting RST returns these GPIO to their
original special consideration state.
Table 23-2 on page 1330 shows the pin-to-signal-name mapping, including functional characteristics
of the signals. Each possible alternate analog and digital function is listed for each pin.
Table 23-3 on page 1337 lists the signals in alphabetical order by signal name. If it is possible for a
signal to be on multiple pins, each possible pin assignment is listed. The "Pin Mux" column indicates
the GPIO and the encoding needed in the PMCx bit field in the GPIOPCTL register.
Table 23-4 on page 1344 groups the signals by functionality, except for GPIOs. If it is possible for a
signal to be on multiple pins, each possible pin assignment is listed.
Table 23-5 on page 1351 lists the GPIO pins and their analog and digital alternate functions. The AINx
analog signals are not 5-V tolerant and go through an isolation circuit before reaching their circuitry.
These signals are configured by clearing the corresponding DEN bit in the GPIO Digital Enable
(GPIODEN) register and setting the corresponding AMSEL bit in the GPIO Analog Mode Select
(GPIOAMSEL) register. Other analog signals are 5-V tolerant and are connected directly to their
circuitry (C0-, C0+, C1-, C1+, USB0VBUS, USB0ID). These signals are configured by clearing the
DEN bit in the GPIO Digital Enable (GPIODEN) register. The digital signals are enabled by setting
the appropriate bit in the GPIO Alternate Function Select (GPIOAFSEL) and GPIODEN registers
and configuring the PMCx bit field in the GPIO Port Control (GPIOPCTL) register to the numeric
enoding shown in the table below. Table entries that are shaded gray are the default values for the
corresponding GPIO pin.
Table 23-6 on page 1353 lists the signals based on number of possible pin assignments. This table
can be used to plan how to configure the pins for a particular functionality. Application Note AN01274
Configuring Tiva C Series Microcontrollers with Pin Multiplexing provides an overview of the pin
muxing implementation, an explanation of how a system designer defines a pin configuration, and
examples of the pin configuration process.
Note: All digital inputs are Schmitt triggered.
PC1 51 - TMS
- - - - - T4CCP1 - - - -
SWDIO
24 Electrical Characteristics
24.1 Maximum Ratings
The maximum ratings are the limits to which the device can be subjected without permanently
damaging the device. Device reliability may be adversely affected by exposure to absolute-maximum
ratings for extended periods.
Note: The device is not guaranteed to operate properly at the maximum ratings.
a Value
Parameter Parameter Name Unit
Min Max
VDD VDD supply voltage 0 4 V
b
VDDA VDDA supply voltage 0 4 V
VBAT VBAT battery supply voltage 0 4 V
VBATRMP VBAT battery supply voltage ramp time 0 0.7 V/s
Input voltage on GPIOs, regardless of whether the -0.3 5.5 V
cde
microcontroller is powered
VIN_GPIO
Input voltage for PD4, PD5, PB0 and PB1 when -0.3 VDD + 0.3 V
configured as GPIO
IGPIOMAX Maximum current per output pin - 25 mA
TS Unpowered storage temperature range -65 150 C
TJMAX Maximum junction temperature - 150 C
a. Voltages are measured with respect to GND.
b. To ensure proper operation, VDDA must be powered before VDD if sourced from different supplies, or connected to the
same supply as VDD. Note that the minimum operating voltage for VDD differs from the minimum operating voltage for
VDDA. This change should be accounted for in the system design if both are sourced from the same supply. There is
not a restriction on order for powering off.
c. Applies to static and dynamic signals including overshoot.
d. Refer to Figure 24-16 on page 1386 for a representation of the ESD protection on GPIOs.
e. For additional details, see the note on GPIO pad tolerance in GPIO Module Characteristics on page 1385.
Important: This device contains circuitry to protect the I/Os against damage due to high-static
voltages; however, it is advised that normal precautions be taken to avoid application
of any voltage higher than maximum-rated voltages to this high-impedance circuit.
Reliability of operation is enhanced if unused inputs are connected to an appropriate
logic voltage level (see Connections for Unused Signals on page 1356).
a
Table 24-4. Thermal Characteristics
Characteristic Symbol Value Unit
b
Thermal resistance (junction to ambient) JA 54.8 C/W
b
Thermal resistance (junction to board) JB 27.5 C/W
b
Thermal resistance (junction to case) JC 15.8 C/W
Thermal metric (junction to top of JT 0.7 C/W
package)
Thermal metric (junction to board) JB 27.1 C/W
Junction temperature formula TJ TC + (P JT) C
c
TPCB + (P JB)
d
TA + (P JA)
ef
TB + (P JB)
a. For more details about thermal metrics and definitions, see the Semiconductor and IC Package Thermal Metrics Application
Report (literature number SPRA953).
b. Junction to ambient thermal resistance (JA), junction to board thermal resistance (JB), and junction to case thermal
resistance (JC) numbers are determined by a package simulator.
c. TPCB is the temperature of the board acquired by following the steps listed in the EAI/JESD 51-8 standard summarized in
the Semiconductor and IC Package Thermal Metrics Application Report (literature number SPRA953).
d. Because JA is highly variable and based on factors such as board design, chip/pad size, altitude, and external ambient
temperature, it is recommended that equations containing JT and JB be used for best results.
e. TB is temperature of the board.
f. JB is not a pure reflection of the internal resistance of the package because it includes the resistance of the testing board
and environment. It is recommended that equations containing JT and JB be used for best results.
a
Table 24-7. GPIO Current Restrictions
Parameter Parameter Name Min Nom Max Unit
b
IMAXL Cumulative maximum GPIO current per side, left - - 30 mA
b
IMAXB Cumulative maximum GPIO current per side, bottom - - 35 mA
b
IMAXR Cumulative maximum GPIO current per side, right - - 40 mA
b
IMAXT Cumulative maximum GPIO current per side, top - - 40 mA
a. Based on design simulations, not tested in production.
b. Sum of sink and source current for GPIOs as shown in Table 24-8 on page 1361.
pin CL = 50 pF
GND
J2
J3 J4
TCK
J6 J5
TCK
J7 J8 J7 J8
J9 J10 J9 J10
The POR monitor is used to keep the analog circuitry in reset until the VDDA supply has reached
the correct range for the analog circuitry to begin operating. The POK monitor is used to keep the
digital circuitry in reset until the VDDA power supply is at an acceptable operational level. The digital
Power-On Reset (Digital POR) is only released when the Power-On Reset has deasserted and
all of the Power-OK monitors for each of the supplies indicate that power levels are in operational
ranges.
Once the VDDA POK monitor has released the digital Power-On Reset on the initial power-up, voltage
drops on the VDDA supply will only be reflected in the following bits. The digital Power-On Reset will
not be re-asserted.
VDDARIS bit in the Raw Interrupt Status (RIS) register (see page 244).
VDDAMIS bit in the Masked Interrupt Status and Clear (MISC) register (see page 249). This bit
is set only if the VDDAIM bit in the Interrupt Mask Control (IMC) register has been set.
Figure 24-4 on page 1366 shows the relationship between VDDA, POR, POK, and an interrupt event.
P1
VDDAMIN
P5RISE P5FALL
VDDA
P4 P4
POR
0
POK
1
INT
Power-OK (POK)
Brown-Out Reset0 (BOR0)
Brown-Out Reset1 (BOR1)
The POK monitor is used to keep the digital circuitry in reset until the VDD power supply is at an
acceptable operational level. The digital Power-On Reset (Digital POR) is only released when
the Power-On Reset has deasserted and all of the Power-OK monitors for each of the supplies
indicate that power levels are in operational ranges. The BOR0 and the BOR1 monitors are used
to generate a reset to the device or assert an interrupt if the VDD supply drops below its operational
range. The BOR1 monitor's threshold is in between the BOR0 and POK thresholds.
If either a BOR0 event or a BOR1 event occurs, the following bits are affected:
BOR0RIS or BOR1RIS bits in the Raw Interrupt Status (RIS) register (see page 244).
BOR0MIS or BOR1MIS bits in the Masked Interrupt Status and Clear (MISC) register (see
page 249). These bits are set only if the respective BOR0IM or BOR1IM bits in the Interrupt Mask
Control (IMC) register have been set.
BOR bit in the Reset Cause (RESC) register (see page 252). This bit is set only if either of the
BOR0 or BOR1 events have been configured to initiate a reset.
In addition, the following bits control both the BOR0 and BOR1 events:
BOR0IM or BOR1IM bits in the Interrupt Mask Control (IMC) register (see page 247).
BOR0 or BOR1 bits in the Power-On and Brown-Out Reset Control (PBORCTL) register (see
page 243).
P2
VDDMIN P7
P6RISE P8
P6FALL
VDD
POK
0
BOR0
0
BOR1
P3
VDDCMIN
VDDC
P9RISE
P9FALL
POK
24.7 Reset
Table 24-11. Reset Characteristics
Parameter Parameter Parameter Name Min Nom Max Unit
No.
a
R1 TDPORDLY Digital POR to Internal Reset assertion delay 0.80 - 5.35 s
Standard Internal Reset time - 9 11.5 ms
R2 TIRTOUT c
Internal Reset time with recovery code repair - - 6400 ms
b
(program or erase)
a
R3 TBOR0DLY BOR0 to Internal Reset assertion delay 0.25 - 1.95 s
a
R3 TBOR1DLY BOR1 to Internal Reset assertion delay 0.75 - 5.95 s
R4 TRSTMIN Minimum RST pulse width - 250 - ns
R5 TIRHWDLY RST to Internal Reset assertion delay - 250 - ns
R6 TIRSWR Internal reset timeout after software-initiated - 2.07 - s
system reset
R7 TIRWDR Internal reset timeout after Watchdog reset - 2.10 - s
R8 TIRMFR Internal reset timeout after MOSC failure reset - 1.92 - s
a. Timing values are dependent on the VDD power-down ramp rate.
b. This parameter applies only in situations where a power-loss or brown-out event occurs during an EEPROM program or
erase operation, and EEPROM needs to be repaired (which is a rare case). For all other sequences, there is no impact
to normal Power-On Reset (POR) timing. This delay is in addition to other POR delays.
c. This value represents the maximum internal reset time when the EEPROM reaches its endurance limit.
Digital POR
R1 R2
Reset
(Internal)
Note: The digital Power-On Reset is only released when the analog Power-On Reset has deasserted
and all of the Power-OK monitors for each of the supplies indicate that power levels are in operational
ranges.
BOR
R3 R2
Reset
(Internal)
R4
RST
(Package Pin)
R5 R2
Reset
(Internal)
Software
Reset
R6
Reset
(Internal)
Watchdog
Reset
R7
Reset
(Internal)
MOSC Fail
Reset
R8
Reset
(Internal)
24.9 Clocks
The following sections provide specifications on the various clock sources and mode.
Table 24-14 on page 1374 shows the actual frequency of the PLL based on the crystal frequency used
(defined by the XTAL field in the RCC register).
The load capacitors added on the board, C1 and C2, should be chosen such that the following
equation is satisfied (see Table 24-17 on page 1375 for typical values).
CSHUNT = CPKG + CPCB + C0 (total shunt capacitance seen across XOSC0, XOSC1)
CPKG, CPCB as measured across the XOSC0, XOSC1 pins excluding the crystal
Clear the OSCDRV bit in the Hibernation Control (HIBCTL) register for C1,2 18 pF; set the
OSCDRV bit for C1,2 > 18 pF.
The load capacitors added on the board, C1 and C2, should be chosen such that the following
equation is satisfied (see Table 24-18 on page 1376 for typical values and Table 24-19 on page 1378
for detailed crystal parameter information).
CL = (C1*C2)/(C1+C2) + CSHUNT
CSHUNT = C0 + CPKG + CPCB (total shunt capacitance seen across OSC0, OSC1 crystal inputs)
CPKG, CPCB = the mutual caps as measured across the OSC0,OSC1 pins excluding the crystal.
Table 24-19 on page 1378 lists part numbers of crystals that have been simulated and confirmed to
operate within the specifications in Table 24-18 on page 1376. Other crystals that have nearly identical
crystal parameters can be expected to work as well.
In the table below, the crystal parameters labeled C0, C1 and L1 are values that are obtained from
the crystal manufacturer. These numbers are usually a result of testing a relevant batch of crystals
on a network analyzer. The parameters labeled ESR, DL and CL are maximum numbers usually
available in the data sheet for a crystal.
The table also includes three columns of Recommended Component Values. These values apply
to system board components. C1 and C2 are the values in pico Farads of the load capacitors that
should be put on each leg of the crystal pins to ensure oscillation at the correct frequency. Rs is the
value in k of a resistor that is placed in series with the crystal between the OSC1 pin and the crystal
pin. Rs dissipates some of the power so the Max Dl crystal parameter is not exceeded. Only use
the recommended C1, C2, and Rs values with the associated crystal part. The values in the table
were used in the simulation to ensure crystal startup and to determine the worst case drive level
(WC Dl). The value in the WC Dl column should not be greater than the Max Dl Crystal parameter.
The WC Dl value can be used to determine if a crystal with similar parameter values but a lower
Max Dl value is acceptable.
Crystal Spec
(Tolerance /
WC Dl (W)
(mm x mm)
Freq (MHz)
MFG Part#
PKG Size
Stability)
Max Dl (W)
Holder
MFG
ESR ()
L1 (mH)
Rs (k)
C0 (pF)
C1 (pF)
C2 (pF)
C1 (fF)
CL (pf)
NDK NX8045GB- NX8045GB 8 x 4.5 4 30/50 ppm 1.00 2.70 598.10 300 500 8 12 12 0 132
4.000M-STD-
CJL-5
FOX FQ1045A-4 2-SMD 10 x 4.5 4 30/30 ppm 1.18 4.05 396.00 150 500 10 14 14 0 103
NDK NX8045GB- NX8045GB 8 x 4.5 5 30/50 ppm 1.00 2.80 356.50 250 500 8 12 12 0 164
5.000M-STD-
CSF-4
NDK NX8045GB- NX8045GB 8 x 4.5 6 30/50 ppm 1.30 4.10 173.20 250 500 8 12 12 0 214
6.000M-STD-
CSF-4
FOX FQ1045A-6 2-SMD 10 x 4.5 6 30/30 ppm 1.37 6.26 112.30 150 500 10 14 14 0 209
NDK NX8045GB- NX8045GB 8 x 4.5 8 30/50 ppm 1.00 2.80 139.30 200 500 8 12 12 0 277
8.000M-STD-
CSF-6
FOX FQ7050B-8 4-SMD 7x5 8 30/30 ppm 1.95 6.69 59.10 80 500 10 14 14 0 217
ECS ECS-80-16- HC49/US 12.5 x 4.85 8 50/30 ppm 1.82 4.90 85.70 80 500 16 24 24 0 298
28A-TR
a
Abracon AABMM- ABMM 7.2 x 5.2 12 10/20 ppm 2.37 8.85 20.5 50 500 10 12 12 2.0 124
12.0000MHz-
10-D-1-X-T
NDK NX3225GA- NX3225GA 3.2 x 2.5 12 20/30 ppm 0.70 2.20 81.00 100 200 8 12 12 2.5 147
12.000MHZ-
STD-CRG-2
NDK NX5032GA- NX5032GA 5 x 3.2 12 30/50 ppm 0.93 3.12 56.40 120 500 8 12 12 0 362
12.000MHZ-
LN-CD-1
FOX FQ5032B-12 4-SMD 5 x 3.2 12 30/30 ppm 1.16 4.16 42.30 80 500 10 14 14 0 370
a
Abracon AABMM- ABMM 7.2 x 5.2 16 10/20 ppm 3.00 11.00 9.30 50 500 10 12 12 2.0 143
16.0000MHz-
10-D-1-X-T
a
Ecliptek ECX-6595- HC-49/UP 13.3 x 4.85 16 15/30 ppm 3.00 12.7 8.1 50 1000 10 12 12 2.0 139
16.000M
NDK NX3225GA- NX3225GA 3.2 x 2.5 16 20/30 ppm 1.00 2.90 33.90 80 200 8 12 12 2 188
16.000MHZ-
STD-CRG-2
b
NDK NX5032GA- NX5032GA 5 x 3.2 16 30/50ppm 1.02 3.82 25.90 120 500 8 10 10 0 437
16.000MHZ-
LN-CD-1
Crystal Spec
(Tolerance /
WC Dl (W)
(mm x mm)
Freq (MHz)
MFG Part#
PKG Size
Stability)
Max Dl (W)
Holder
MFG
ESR ()
L1 (mH)
Rs (k)
C0 (pF)
C1 (pF)
C2 (pF)
C1 (fF)
CL (pf)
ECS ECS-160-9-42- ECX-42 4 x 2.5 16 10/10 ppm 1.47 3.90 25.84 60 300 9 12 12 0.5 289
CKM-TR
a
Abracon AABMM- ABMM 7.2 x 5.2 25 10/20 ppm 3.00 11.00 3.70 50 500 10 12 12 2.0 158
25.0000MHz-
10-D-1-X-T
a
Ecliptek ECX-6593- HC-49/UP 13.3 x 4.85 25 15/30 ppm 3.00 12.8 3.2 40 1000 10 12 12 1.5 159
25.000M
NDK NX3225GA- NX3225GA 3.2 x 2.5 25 20/30 ppm 1.10 4.70 8.70 50 200 8 12 12 2 181
25.000MHZ-
STD-CRG-2
a
NX5032GA- 10 10 1.0 216
NDK 25.000MHZ- NX5032GA 5 x 3.2 25 30/50 ppm 1.3 5.1 7.1 70 500 8 c
12 12 0.75 269
LD-CD-1
AURIS Q-25.000M- HC3225/4 3.2 x 2.5 25 30/30 ppm 1.58 5.01 8.34 50 500 12 16 16 1 331
HC3225/4-
F-30-30-E-12-TR
FOX FQ5032B-25 4-SMD 5 x 3.2 25 30/30 ppm 1.69 7.92 5.13 50 500 10 14 14 0.5 433
c
TXC 7A2570018 NX5032GA 5 x 3.2 25 20/25 ppm 2.0 6.7 6.1 30 350 10 12 12 2.0 124
a. RS values as low as 0 Ohms can be used. Using a lower RS value will result in the WC DL to increase towards the Max DL of the crystal.
b. Although this ESR value is outside of the recommended crystal ESR maximum for this frequency, this crystal has been simulated to
confirm proper operation and is valid for use with this device.
c. RS values as low as 500 Ohms can be used. Using a lower RS value will result in the WC DL to increase towards the Max DL of the
crystal.
a
Table 24-20. Supported MOSC Crystal Frequencies
Value Crystal Frequency (MHz) Not Using the PLL Crystal Frequency (MHz) Using the PLL
0x00-0x5 reserved
0x06 4 MHz reserved
0x07 4.096 MHz reserved
0x08 4.9152 MHz reserved
0x09 5 MHz (USB)
0x0A 5.12 MHz
0x0B 6 MHz (USB)
0x0C 6.144 MHz
0x0D 7.3728 MHz
0x0E 8 MHz (USB)
0x0F 8.192 MHz
0x10 10.0 MHz (USB)
ab
Table 24-24. Time to Wake with Respect to Low-Power Modes
Sleep/Deep-Sleep Time to Wake
Run Mode
Mode Mode FLASHPM SRAMPM Unit
Clock/Frequency Min Max
Clock/Frequency
0x0 0.28 0.30 s
0x0 0x1 33.57 35.00 s
H1
WAKE
H2
HIB
H3
VDD
H4
POR
a
Table 24-28. EEPROM Characteristics
Parameter Parameter Name Min Nom Max Unit
b
EPECYC Number of mass program/erase cycles of a single word before 500,000 - - cycles
c
failure
ETRET Data retention, -40C to +85C 20 - - years
Program time for 32 bits of data - space available - 110 600 s
Program time for 32 bits of data - requires a copy to the copy - 30 - ms
buffer, copy buffer has space and less than 10% of EEPROM
endurance used
Program time for 32 bits of data - requires a copy to the copy - - 900 ms
buffer, copy buffer has space and greater than 90% of
ETPROG EEPROM endurance used
Program time for 32 bits of data - requires a copy to the copy - 60 - ms
buffer, copy buffer requires an erase and less than 10% of
EEPROM endurance used
Program time for 32 bits of data - requires a copy to the copy - - 1800 ms
buffer, copy buffer requires an erase and greater than 90% of
EEPROM endurance used
ETREAD Read access time - 4 - system clocks
Mass erase time, <1k cycles - 8 15 ms
ETME Mass erase time, 10k cycles - 15 40 ms
Mass erase time, 100k cycles - 75 500 ms
a. Because the EEPROM operates as a background task and does not prevent the CPU from executing from Flash memory,
the operation will complete within the maximum time specified provided the EEPROM operation is not stalled by a Flash
memory program or erase operation.
b. One word can be written more than 500K times, but these writes impact the endurance of the words in the meta-block
that the word is within. Different words can be written such that any or all words can be written more than 500K times
when write counts per word stay about the same. See the section called Endurance on page 538 for more information.
c. A program/erase cycle is defined as switching the bits from 1-> 0 -> 1.
If the voltage applied to a GPIO pad is in the high voltage range (5V +/- 10%) while VDD
is not present, such condition should be allowed for a maximum of 10,000 hours at 27C
or 5,000 hours at 85C, over the lifetime of the device.
If the voltage applied to a GPIO pad is in the normal voltage range (3.3V +/- 10%) while
VDD is not present or if the voltage applied is in the high voltage range (5V +/- 10%)
while VDD is present, there are no constraints on the lifetime of the device.
a
Table 24-29. GPIO Module Characteristics
Parameter Parameter Name Min Nom Max Unit
CGPIO GPIO Digital Input Capacitance - 8 - pF
RGPIOPU GPIO internal pull-up resistor 13 20 30 k
RGPIOPD GPIO internal pull-down resistor 13 20 35 k
GPIO input leakage current, 0 V VIN VDD GPIO - - 1.0 A
b
pins
ILKG+
GPIO input leakage current, 0 V < VIN VDD, GPIO - - 2.0 A
pins configured as ADC or analog comparator inputs
c
GPIO rise time, 2-mA drive 14.2 16.1 ns
c
GPIO rise time, 4-mA drive 11.9 15.5 ns
TGPIOR c -
GPIO rise time, 8-mA drive 8.1 11.2 ns
c
GPIO rise time, 8-mA drive with slew rate control 9.5 11.8 ns
d
GPIO fall time, 2-mA drive 25.2 29.4 ns
d
GPIO fall time, 4-mA drive 13.3 16.8 ns
TGPIOF d -
GPIO fall time, 8-mA drive 8.6 11.2 ns
d
GPIO fall time, 8-mA drive with slew rate control 11.3 12.9 ns
a. VDD must be within the range specified in Table 24-5 on page 1360.
b. The leakage current is measured with VIN applied to the corresponding pin(s). The leakage of digital port pins is measured
individually. The port pin is configured as an input and the pull-up/pull-down resistor is disabled.
c. Time measured from 20% to 80% of VDD.
d. Time measured from 80% to 20% of VDD.
non-XOSCn pins). This section covers I/O pins with fail-safe ESD protection and I/O pins with
non-fail-safe ESD protection. Power I/O pin voltage and current limitations are specified in
Recommended Operating Conditions on page 1360.
VDD
I/O Pad
ESD
Clamp
GND
a
Table 24-30. Pad Voltage/Current Characteristics for Fail-Safe Pins
Parameter Parameter Name Min Nom Max Unit
bb
GPIO input leakage current, VDD< VIN 4.5 V - - 700 A
ILKG+ bc
GPIO input leakage current, 4.5 V < VIN 5.5 V - - 100 A
bd e
GPIO input leakage current, VIN < -0.3 V - - - A
ILKG- b
GPIO input leakage current, -0.3 V VIN < 0 V - - 10 A
fg
IINJ+ DC injection current, VDD < VIN 5.5 V - - ILKG+ A
g
IINJ- DC injection current, VIN 0 V - - 0.5 mA
a. VIN must be within the range specified in Table 24-1 on page 1358.
b. To protect internal circuitry from over-voltage, the GPIOs have an internal voltage clamp that limits internal swings to VDD
without affecting swing at the I/O pad. This internal clamp starts turning on while VDD < VIN < 4.5 V and causes a somewhat
larger (but bounded) current draw. To save power, static input voltages between VDD and 4.5 V should be avoided.
c. Leakage current above maximum voltage (VIN = 5.5V) is not guaranteed, this condition is not allowed and can result in
permanent damage to the device.
d. Leakage outside the minimum range (-0.3V) is unbounded and must be limited to IINJ- using an external resistor.
e. In this case, ILKG- is unbounded and must be limited to IINJ- using an external resistor.
f. Current injection is internally bounded for GPIOs, and maximum current into the pin is given by ILKG+ for VDD < VIN < 5.5
V.
g. If the I/O pad is not voltage limited, it should be current limited (to IINJ+ and IINJ-) if there is any possibility of the pad
voltage exceeding the VIO limits (including transient behavior during supply ramp up, or at any time when the part is
unpowered).
VDD
I/O Pad
GND
abcd
Table 24-32. Non-Fail-Safe I/O Pad Voltage/Current Characteristics
Parameter Parameter Name Min Nom Max Unit
VIO IO pad voltage limits -0.3 VDD VDD+0.3 V
ef
ILKG+ Positive IO leakage for VIO Max - - 10 A
ef
ILKG- Negative IO leakage for VIO Min - - 10 A
g
IINJ+ Max positive injection - - 2 mA
g
IINJ- Max negative injection if not voltage protected - - -0.5 mA
a. VIN must be within the range specified in Table 24-1 on page 1358. Leakage current outside of this maximum voltage is not
guaranteed and can result in permanent damage of the device.
b. VDD must be within the range specified in Table 24-5 on page 1360.
c. To avoid potential damage to the part, either the voltage or current on the ESD-protected, non-Power, non-Hibernate/XOSC
input/outputs should be limited externally as shown in this table.
d. I/O pads should be protected if at any point the IO voltage has a possibility of going outside the limits shown in the table.
If the part is unpowered, the IO pad Voltage or Current must be limited (as shown in this table) to avoid powering the
part through the IO pad, causing potential irreversible damage.
e. This value applies to an I/O pin that is voltage-protected within the Min and Max VIO ratings. Leakage outside the specified
voltage range is unbounded and must be limited to IINJ- using an external resistor.
f. MIN and MAX leakage current for the case when the I/O is voltage-protected to VIO Min or VIO Max.
g. If an I/O pin is not voltage-limited, it should be current-limited (to IINJ+ and IINJ-) if there is any possibility of the pad voltage
exceeding the VIO limits (including transient behavior during supply ramp up, or at any time when the part is unpowered).
Tiva Microcontroller
InputPAD
Equivalent
Zs Circuit ZADC
ESDclamps
toGNDonly
Rs Pin RADC 12bit
SARADC
Converter
5VESD 12bit
VS VADCIN IL
Cs Clamp Word
InputPAD RADC
Pin
Equivalent
Circuit
Figure 24-19. SSI Timing for TI Frame Format (FRF=01), Single Transfer Timing Measurement
S1
S2 S5 S4
SSIClk
S3
SSIFss
SSITx
MSB LSB
SSIRx
4 to 16 bits
Figure 24-20. SSI Timing for MICROWIRE Frame Format (FRF=10), Single Transfer
S2 S1 S5 S4
SSIClk
S3
SSIFss
8-bit control
Figure 24-21. Master Mode SSI Timing for SPI Frame Format (FRF=00), with SPH=1
S5 S1
S4 S2
SSIClk
(SPO=1)
S3
SSIClk
(SPO=0)
S6 S7
SSIRx
( from slave)
MSB LSB
SSIFss
Figure 24-22. Slave Mode SSI Timing for SPI Frame Format (FRF=00), with SPH=1
S1
S5 S4 S2
SSIClk
(SPO=1)
S3
S3
SSIClk
(SPO=0)
S10 S11
SSIFss
I2 I10 I6 I5
I2CSCL
I1 I4 I7 I8 I3 I9
I2CSDA
Table 24-38. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 0
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0x0 0.731 0.786 0.841 V
0x1 0.843 0.898 0.953 V
0x2 0.955 1.010 1.065 V
0x3 1.067 1.122 1.178 V
0x4 1.180 1.235 1.290 V
0x5 1.292 1.347 1.402 V
0x6 1.404 1.459 1.514 V
0x7 1.516 1.571 1.627 V
0x8 1.629 1.684 1.739 V
0x9 1.741 1.796 1.851 V
0xA 1.853 1.908 1.963 V
0xB 1.965 2.020 2.076 V
0xC 2.078 2.133 2.188 V
Table 24-38. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 0 (continued)
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0xD 2.190 2.245 2.300 V
0xE 2.302 2.357 2.412 V
0xF 2.414 2.469 2.525 V
Table 24-39. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and
RNG = 1
VREF Value VIREF Min Ideal VIREF VIREF Max Unit
0x0 0.000 0.000 0.074 V
0x1 0.076 0.149 0.223 V
0x2 0.225 0.298 0.372 V
0x3 0.374 0.448 0.521 V
0x4 0.523 0.597 0.670 V
0x5 0.672 0.746 0.820 V
0x6 0.822 0.895 0.969 V
0x7 0.971 1.044 1.118 V
0x8 1.120 1.193 1.267 V
0x9 1.269 1.343 1.416 V
0xA 1.418 1.492 1.565 V
0xB 1.567 1.641 1.715 V
0xC 1.717 1.790 1.864 V
0xD 1.866 1.939 2.013 V
0xE 2.015 2.089 2.162 V
0xF 2.164 2.238 2.311 V
Run mode (Flash 1 MHz PIOSC 10.0 10.1 10.5 10.8 17.5 21.3 mA
loop) 80 MHz MOSC 24.5 24.7 25.2 25.5 31.3 35.0 mA
with PLL
40 MHz MOSC 19.6 19.7 20.4 20.7 25.9 29.6 mA
VDD = 3.3 V
with PLL
VDDA = 3.3 V
16 MHz MOSC 12.1 12.2 12.7 12.9 18.7 22.3 mA
Peripherals = All OFF with PLL
16 MHz PIOSC 10.1 10.1 10.5 10.8 16.4 20.0 mA
1 MHz PIOSC 5.45 5.50 5.98 6.18 11.6 15.2 mA
IDD_RUN
80 MHz MOSC 34.7 34.9 35.5 35.9 44.2 47.8 mA
with PLL
40 MHz MOSC 22.2 22.4 22.9 23.3 30.2 33.8 mA
VDD = 3.3 V
with PLL
VDDA = 3.3 V
16 MHz MOSC 14.7 14.8 15.3 15.7 21.8 25.4 mA
Peripherals = All ON with PLL
16 MHz PIOSC 12.8 12.9 13.4 13.7 19.7 23.3 mA
Run mode (SRAM 1 MHz PIOSC 8.07 8.16 8.61 8.95 14.6 18.1 mA
loop) 80 MHz MOSC 15.2 15.3 15.8 16.2 21.7 25.2 mA
with PLL
40 MHz MOSC 10.3 10.5 10.9 11.3 16.2 19.8 mA
VDD = 3.3 V
with PLL
VDDA = 3.3 V
16 MHz MOSC 7.32 7.45 7.92 8.28 13.0 16.5 mA
Peripherals = All OFF with PLL
16 MHz PIOSC 5.87 5.96 6.35 6.69 13.7 16.2 mA
1 MHz PIOSC 3.54 3.63 4.07 4.41 8.84 12.3 mA
Run, Sleep and VDD = 3.3 V - MOSC 2.71 2.71 2.71 2.71 3.97 3.98 mA
Deep-sleep mode with PLL,
VDDA = 3.3 V PIOSC
Deep-Sleep mode Peripherals = All ON 30 kHz LFIOSC 2.54 2.54 2.54 2.54 3.68 3.69 mA
b
IDDA
Run, Sleep and VDD = 3.3 V - MOSC 0.28 0.28 0.29 0.29 0.56 0.57 mA
Deep-sleep mode VDDA = 3.3 V with PLL,
PIOSC,
Peripherals = All OFF LFIOSC
Peripherals = All ON 16 MHz MOSC 13.6 13.8 14.2 14.6 20.6 25.2 mA
with PLL
LDO = 1.2 V
c
16 MHz PIOSC 11.7 11.8 12.2 12.5 18.5 22.0 mA
c
Sleep mode 1 MHz PIOSC 7.01 7.06 7.93 8.14 12.0 14.3 mA
(FLASHPM = 0x0) 80 MHz MOSC 9.60 9.73 10.2 10.5 15.4 18.9 mA
with PLL
VDD = 3.3 V 40 MHz MOSC 7.49 7.60 8.06 8.41 13.2 16.6 mA
VDDA = 3.3 V with PLL
Peripherals = All OFF 16 MHz MOSC 6.22 6.33 6.78 7.12 11.7 15.1 mA
with PLL
LDO = 1.2 V
c
16 MHz PIOSC 4.28 4.35 4.77 5.11 9.52 13.1 mA
c
1 MHz PIOSC 3.52 3.59 4.01 4.34 8.70 12.1 mA
IDD_SLEEP
80 MHz MOSC 28.4 28.6 29.2 29.6 37.2 40.7 mA
with PLL
VDD = 3.3 V 40 MHz MOSC 18.6 18.8 19.3 19.7 26.2 29.7 mA
VDDA = 3.3 V with PLL
Peripherals = All ON 16 MHz MOSC 12.7 12.9 13.3 13.7 19.7 23.2 mA
with PLL
LDO = 1.2 V
c
16 MHz PIOSC 10.8 10.9 11.3 11.7 17.5 21.0 mA
c
Sleep mode 1 MHz PIOSC 7.09 7.20 7.67 8.02 13.6 17.0 mA
(FLASHPM = 0x2) 80 MHz MOSC 8.66 8.82 9.31 9.68 14.5 17.9 mA
with PLL
VDD = 3.3 V 40 MHz MOSC 6.55 6.69 7.17 7.54 12.1 15.6 mA
VDDA = 3.3 V with PLL
Peripherals = All OFF 16 MHz MOSC 5.27 5.41 5.89 6.26 10.7 14.2 mA
with PLL
LDO = 1.2 V
c
16 MHz PIOSC 3.34 3.44 3.88 4.24 8.65 12.0 mA
c
1 MHz PIOSC 2.58 2.67 3.13 3.48 7.85 11.2 mA
A Package Information
A.1 Orderable Devices
The figure below defines the full set of orderable part numbers for the TM4C123x Series. See the
Package Option Addendum for the complete list of valid orderable part numbers for the
TM4C123GH6PM microcontroller.
T M4 C 1 SSS M Y PPP T XX Z R
Shipping Medium
Prefix R = Tape-and-reel
T = Qualified Device Omitted = Default shipping (tray or tube)
X = Experimental Device
Revision
Core
M4 = ARM Cortex-M4 Special Codes
Tiva Series Optional
C = Connected MCUs Temperature
I = 40C to +85C
Family T = 40C to +105C
Package
Part Number PM = 64-pin LQFP
SSS = Series identifier PZ = 100-pin LQFP
PGE = 144-pin LQFP
Program Memory ZRB = 157-ball BGA
C = 32 KB Data Memory
D = 64 KB 3 = 12 KB
E = 128 KB 5 = 24 KB
H = 256 KB 6 = 32 KB
XM4C Experimental device that is not necessarily representative of the final device's electrical
specifications and may not use production assembly flow.
$$
TM4C123G
H6PGEI7
YMLLLLS
G1
MAJOR Bitfield Value MINOR Bitfield Value Die Revision Part Revision
0x0 0x0 A0 1
0x0 0x1 A1 2
0x0 0x2 A2 3
0x0 0x3 A3 4
0x1 0x0 B0 5
0x1 0x1 B1 6
0x1 0x2 B2 7
MECHANICAL DATA
0,27
0,50 0,08 M
0,17
48 33
49 32
64 17
0,13 NOM
1 16
1,45 0,75
1,35 0,45
Seating Plane
www.ti.com 25-Feb-2015
PACKAGING INFORMATION
Orderable Device Status Package Type Package Pins Package Eco Plan Lead/Ball Finish MSL Peak Temp Op Temp (C) Device Marking Samples
(1) Drawing Qty (2) (6) (3) (4/5)
TM4C123GH6PMI7 ACTIVE LQFP PM 64 160 Green (RoHS CU NIPDAU Level-3-260C-168 HR -40 to 85 TM4C123G
& no Sb/Br) H6PMI7
TM4C123GH6PMI7R ACTIVE LQFP PM 64 1000 Green (RoHS CU NIPDAU Level-3-260C-168 HR -40 to 85 TM4C123G
& no Sb/Br) H6PMI7
TM4C123GH6PMT7 ACTIVE LQFP PM 64 160 Green (RoHS CU NIPDAU Level-3-260C-168 HR -40 to 105 TM4C123G
& no Sb/Br) H6PMT7
TM4C123GH6PMT7R ACTIVE LQFP PM 64 1000 Green (RoHS CU NIPDAU Level-3-260C-168 HR -40 to 105 TM4C123G
& no Sb/Br) H6PMT7
(1)
The marketing status values are defined as follows:
ACTIVE: Product device recommended for new designs.
LIFEBUY: TI has announced that the device will be discontinued, and a lifetime-buy period is in effect.
NRND: Not recommended for new designs. Device is in production to support existing customers, but TI does not recommend using this part in a new design.
PREVIEW: Device has been announced but is not in production. Samples may or may not be available.
OBSOLETE: TI has discontinued the production of the device.
(2)
Eco Plan - The planned eco-friendly classification: Pb-Free (RoHS), Pb-Free (RoHS Exempt), or Green (RoHS & no Sb/Br) - please check http://www.ti.com/productcontent for the latest availability
information and additional product content details.
TBD: The Pb-Free/Green conversion plan has not been defined.
Pb-Free (RoHS): TI's terms "Lead-Free" or "Pb-Free" mean semiconductor products that are compatible with the current RoHS requirements for all 6 substances, including the requirement that
lead not exceed 0.1% by weight in homogeneous materials. Where designed to be soldered at high temperatures, TI Pb-Free products are suitable for use in specified lead-free processes.
Pb-Free (RoHS Exempt): This component has a RoHS exemption for either 1) lead-based flip-chip solder bumps used between the die and package, or 2) lead-based die adhesive used between
the die and leadframe. The component is otherwise considered Pb-Free (RoHS compatible) as defined above.
Green (RoHS & no Sb/Br): TI defines "Green" to mean Pb-Free (RoHS compatible), and free of Bromine (Br) and Antimony (Sb) based flame retardants (Br or Sb do not exceed 0.1% by weight
in homogeneous material)
(3)
MSL, Peak Temp. - The Moisture Sensitivity Level rating according to the JEDEC industry standard classifications, and peak solder temperature.
(4)
There may be additional marking, which relates to the logo, the lot trace code information, or the environmental category on the device.
(5)
Multiple Device Markings will be inside parentheses. Only one Device Marking contained in parentheses and separated by a "~" will appear on a device. If a line is indented then it is a continuation
of the previous line and the two combined represent the entire Device Marking for that device.
(6)
Lead/Ball Finish - Orderable Devices may have multiple material finish options. Finish options are separated by a vertical ruled line. Lead/Ball Finish values may wrap to two lines if the finish
value exceeds the maximum column width.
Addendum-Page 1
PACKAGE OPTION ADDENDUM
www.ti.com 25-Feb-2015
Important Information and Disclaimer:The information provided on this page represents TI's knowledge and belief as of the date that it is provided. TI bases its knowledge and belief on information
provided by third parties, and makes no representation or warranty as to the accuracy of such information. Efforts are underway to better integrate information from third parties. TI has taken and
continues to take reasonable steps to provide representative and accurate information but may not have conducted destructive testing or chemical analysis on incoming materials and chemicals.
TI and TI suppliers consider certain information to be proprietary, and thus CAS numbers and other limited information may not be available for release.
In no event shall TI's liability arising out of such information exceed the total purchase price of the TI part(s) at issue in this document sold by TI to Customer on an annual basis.
Addendum-Page 2
MECHANICAL DATA
0,27
0,50 0,08 M
0,17
48 33
49 32
64 17
0,13 NOM
1 16
1,45 0,75
1,35 0,45
Seating Plane
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, enhancements, improvements and other
changes to its semiconductor products and services per JESD46, latest issue, and to discontinue any product or service per JESD48, latest
issue. Buyers should obtain the latest relevant information before placing orders and should verify that such information is current and
complete. All semiconductor products (also referred to herein as components) are sold subject to TIs terms and conditions of sale
supplied at the time of order acknowledgment.
TI warrants performance of its components to the specifications applicable at the time of sale, in accordance with the warranty in TIs terms
and conditions of sale of semiconductor products. Testing and other quality control techniques are used to the extent TI deems necessary
to support this warranty. Except where mandated by applicable law, testing of all parameters of each component is not necessarily
performed.
TI assumes no liability for applications assistance or the design of Buyers products. Buyers are responsible for their products and
applications using TI components. To minimize the risks associated with Buyers products and applications, Buyers should provide
adequate design and operating safeguards.
TI does not warrant or represent that any license, either express or implied, is granted under any patent right, copyright, mask work right, or
other intellectual property right relating to any combination, machine, or process in which TI components or services are used. Information
published by TI regarding third-party products or services does not constitute a license to use such products or services or a warranty or
endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the
third party, or a license from TI under the patents or other intellectual property of TI.
Reproduction of significant portions of TI information in TI data books or data sheets is permissible only if reproduction is without alteration
and is accompanied by all associated warranties, conditions, limitations, and notices. TI is not responsible or liable for such altered
documentation. Information of third parties may be subject to additional restrictions.
Resale of TI components or services with statements different from or beyond the parameters stated by TI for that component or service
voids all express and any implied warranties for the associated TI component or service and is an unfair and deceptive business practice.
TI is not responsible or liable for any such statements.
Buyer acknowledges and agrees that it is solely responsible for compliance with all legal, regulatory and safety-related requirements
concerning its products, and any use of TI components in its applications, notwithstanding any applications-related information or support
that may be provided by TI. Buyer represents and agrees that it has all the necessary expertise to create and implement safeguards which
anticipate dangerous consequences of failures, monitor failures and their consequences, lessen the likelihood of failures that might cause
harm and take appropriate remedial actions. Buyer will fully indemnify TI and its representatives against any damages arising out of the use
of any TI components in safety-critical applications.
In some cases, TI components may be promoted specifically to facilitate safety-related applications. With such components, TIs goal is to
help enable customers to design and create their own end-product solutions that meet applicable functional safety standards and
requirements. Nonetheless, such components are subject to these terms.
No TI components are authorized for use in FDA Class III (or similar life-critical medical equipment) unless authorized officers of the parties
have executed a special agreement specifically governing such use.
Only those TI components which TI has specifically designated as military grade or enhanced plastic are designed and intended for use in
military/aerospace applications or environments. Buyer acknowledges and agrees that any military or aerospace use of TI components
which have not been so designated is solely at the Buyer's risk, and that Buyer is solely responsible for compliance with all legal and
regulatory requirements in connection with such use.
TI has specifically designated certain components as meeting ISO/TS16949 requirements, mainly for automotive use. In any case of use of
non-designated products, TI will not be responsible for any failure to meet ISO/TS16949.
Products Applications
Audio www.ti.com/audio Automotive and Transportation www.ti.com/automotive
Amplifiers amplifier.ti.com Communications and Telecom www.ti.com/communications
Data Converters dataconverter.ti.com Computers and Peripherals www.ti.com/computers
DLP Products www.dlp.com Consumer Electronics www.ti.com/consumer-apps
DSP dsp.ti.com Energy and Lighting www.ti.com/energy
Clocks and Timers www.ti.com/clocks Industrial www.ti.com/industrial
Interface interface.ti.com Medical www.ti.com/medical
Logic logic.ti.com Security www.ti.com/security
Power Mgmt power.ti.com Space, Avionics and Defense www.ti.com/space-avionics-defense
Microcontrollers microcontroller.ti.com Video and Imaging www.ti.com/video
RFID www.ti-rfid.com
OMAP Applications Processors www.ti.com/omap TI E2E Community e2e.ti.com
Wireless Connectivity www.ti.com/wirelessconnectivity
Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright 2015, Texas Instruments Incorporated