Tiva C Series TM4C123GH6PM Microcontroller Data...

1409
Tiva TM4C123GH6PM Microcontroller DATA SHEET Copyright © 2007-2014 Texas Instruments Incorporated DS-TM4C123GH6PM-15842.2741 SPMS376E TEXAS INSTRUMENTS-PRODUCTION DATA

Transcript of Tiva C Series TM4C123GH6PM Microcontroller Data...

  • Tiva TM4C123GH6PM Microcontroller

    DATA SHEET

    Copyr ight 2007-2014Texas Instruments Incorporated

    DS-TM4C123GH6PM-15842.2741SPMS376E

    TEXAS INSTRUMENTS-PRODUCTION DATA

  • CopyrightCopyright 2007-2014 Texas Instruments Incorporated. Tiva and TivaWare are trademarks of Texas Instruments Incorporated. ARM and Thumb areregistered trademarks and Cortex is a trademark of ARM Limited. All other trademarks are the property of others.

    PRODUCTION DATA information is current as of publication date. Products conform to specifications per the terms of Texas Instruments standardwarranty. 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 semiconductorproducts and disclaimers thereto appears at the end of this data sheet.

    Texas Instruments Incorporated108 Wild Basin, Suite 350Austin, TX 78746http://www.ti.com/tm4chttp://www-k.ext.ti.com/sc/technical-support/product-information-centers.htm

    June 12, 20142Texas Instruments-Production Data

    http://www.ti.com/tm4chttp://www-k.ext.ti.com/sc/technical-support/product-information-centers.htm

  • Table of ContentsRevision History ............................................................................................................................. 38About This Document .................................................................................................................... 42Audience .............................................................................................................................................. 42About This Manual ................................................................................................................................ 42Related Documents ............................................................................................................................... 42Documentation Conventions .................................................................................................................. 43

    1 Architectural Overview .......................................................................................... 451.1 Tiva C Series Overview .............................................................................................. 451.2 TM4C123GH6PM Microcontroller Overview .................................................................... 461.3 TM4C123GH6PM Microcontroller Features ..................................................................... 491.3.1 ARM Cortex-M4F Processor Core .................................................................................. 491.3.2 On-Chip Memory ........................................................................................................... 511.3.3 Serial Communications Peripherals ................................................................................ 531.3.4 System Integration ........................................................................................................ 571.3.5 Advanced Motion Control ............................................................................................... 631.3.6 Analog .......................................................................................................................... 651.3.7 JTAG and ARM Serial Wire Debug ................................................................................ 671.3.8 Packaging and Temperature .......................................................................................... 671.4 TM4C123GH6PM Microcontroller Hardware Details ........................................................ 681.5 Kits .............................................................................................................................. 681.6 Support Information ....................................................................................................... 68

    2 The Cortex-M4F Processor ................................................................................... 692.1 Block Diagram .............................................................................................................. 702.2 Overview ...................................................................................................................... 712.2.1 System-Level Interface .................................................................................................. 712.2.2 Integrated Configurable Debug ...................................................................................... 712.2.3 Trace Port Interface Unit (TPIU) ..................................................................................... 722.2.4 Cortex-M4F System Component Details ......................................................................... 722.3 Programming Model ...................................................................................................... 732.3.1 Processor Mode and Privilege Levels for Software Execution ........................................... 732.3.2 Stacks .......................................................................................................................... 742.3.3 Register Map ................................................................................................................ 742.3.4 Register Descriptions .................................................................................................... 762.3.5 Exceptions and Interrupts .............................................................................................. 922.3.6 Data Types ................................................................................................................... 922.4 Memory Model .............................................................................................................. 922.4.1 Memory Regions, Types and Attributes ........................................................................... 952.4.2 Memory System Ordering of Memory Accesses .............................................................. 952.4.3 Behavior of Memory Accesses ....................................................................................... 952.4.4 Software Ordering of Memory Accesses ......................................................................... 962.4.5 Bit-Banding ................................................................................................................... 972.4.6 Data Storage ................................................................................................................ 992.4.7 Synchronization Primitives ........................................................................................... 1002.5 Exception Model ......................................................................................................... 1012.5.1 Exception States ......................................................................................................... 102

    3June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • 2.5.2 Exception Types .......................................................................................................... 1022.5.3 Exception Handlers ..................................................................................................... 1062.5.4 Vector Table ................................................................................................................ 1062.5.5 Exception Priorities ...................................................................................................... 1072.5.6 Interrupt Priority Grouping ............................................................................................ 1082.5.7 Exception Entry and Return ......................................................................................... 1082.6 Fault Handling ............................................................................................................. 1112.6.1 Fault Types ................................................................................................................. 1122.6.2 Fault Escalation and Hard Faults .................................................................................. 1122.6.3 Fault Status Registers and Fault Address Registers ...................................................... 1132.6.4 Lockup ....................................................................................................................... 1132.7 Power Management .................................................................................................... 1142.7.1 Entering Sleep Modes ................................................................................................. 1142.7.2 Wake Up from Sleep Mode .......................................................................................... 1142.8 Instruction Set Summary .............................................................................................. 115

    3 Cortex-M4 Peripherals ......................................................................................... 1223.1 Functional Description ................................................................................................. 1223.1.1 System Timer (SysTick) ............................................................................................... 1233.1.2 Nested Vectored Interrupt Controller (NVIC) .................................................................. 1243.1.3 System Control Block (SCB) ........................................................................................ 1253.1.4 Memory Protection Unit (MPU) ..................................................................................... 1253.1.5 Floating-Point Unit (FPU) ............................................................................................. 1303.2 Register Map .............................................................................................................. 1343.3 System Timer (SysTick) Register Descriptions .............................................................. 1373.4 NVIC Register Descriptions .......................................................................................... 1413.5 System Control Block (SCB) Register Descriptions ........................................................ 1563.6 Memory Protection Unit (MPU) Register Descriptions .................................................... 1853.7 Floating-Point Unit (FPU) Register Descriptions ............................................................ 194

    4 JTAG Interface ...................................................................................................... 2004.1 Block Diagram ............................................................................................................ 2014.2 Signal Description ....................................................................................................... 2014.3 Functional Description ................................................................................................. 2024.3.1 JTAG Interface Pins ..................................................................................................... 2024.3.2 JTAG TAP Controller ................................................................................................... 2044.3.3 Shift Registers ............................................................................................................ 2044.3.4 Operational Considerations .......................................................................................... 2054.4 Initialization and Configuration ..................................................................................... 2074.5 Register Descriptions .................................................................................................. 2084.5.1 Instruction Register (IR) ............................................................................................... 2084.5.2 Data Registers ............................................................................................................ 210

    5 System Control ..................................................................................................... 2125.1 Signal Description ....................................................................................................... 2125.2 Functional Description ................................................................................................. 2125.2.1 Device Identification .................................................................................................... 2125.2.2 Reset Control .............................................................................................................. 2135.2.3 Non-Maskable Interrupt ............................................................................................... 2185.2.4 Power Control ............................................................................................................. 2185.2.5 Clock Control .............................................................................................................. 219

    June 12, 20144Texas Instruments-Production Data

    Table of Contents

  • 5.2.6 System Control ........................................................................................................... 2275.3 Initialization and Configuration ..................................................................................... 2315.4 Register Map .............................................................................................................. 2315.5 System Control Register Descriptions ........................................................................... 2375.6 System Control Legacy Register Descriptions ............................................................... 424

    6 System Exception Module ................................................................................... 4856.1 Functional Description ................................................................................................. 4856.2 Register Map .............................................................................................................. 4856.3 Register Descriptions .................................................................................................. 485

    7 Hibernation Module .............................................................................................. 4937.1 Block Diagram ............................................................................................................ 4947.2 Signal Description ....................................................................................................... 4947.3 Functional Description ................................................................................................. 4957.3.1 Register Access Timing ............................................................................................... 4957.3.2 Hibernation Clock Source ............................................................................................ 4967.3.3 System Implementation ............................................................................................... 4977.3.4 Battery Management ................................................................................................... 4987.3.5 Real-Time Clock .......................................................................................................... 4997.3.6 Battery-Backed Memory .............................................................................................. 5017.3.7 Power Control Using HIB ............................................................................................. 5017.3.8 Power Control Using VDD3ON Mode ........................................................................... 5017.3.9 Initiating Hibernate ...................................................................................................... 5017.3.10 Waking from Hibernate ................................................................................................ 5017.3.11 Arbitrary Power Removal ............................................................................................. 5027.3.12 Interrupts and Status ................................................................................................... 5027.4 Initialization and Configuration ..................................................................................... 5037.4.1 Initialization ................................................................................................................. 5037.4.2 RTC Match Functionality (No Hibernation) .................................................................... 5047.4.3 RTC Match/Wake-Up from Hibernation ......................................................................... 5047.4.4 External Wake-Up from Hibernation .............................................................................. 5047.4.5 RTC or External Wake-Up from Hibernation .................................................................. 5057.5 Register Map .............................................................................................................. 5057.6 Register Descriptions .................................................................................................. 506

    8 Internal Memory ................................................................................................... 5248.1 Block Diagram ............................................................................................................ 5248.2 Functional Description ................................................................................................. 5258.2.1 SRAM ........................................................................................................................ 5258.2.2 ROM .......................................................................................................................... 5268.2.3 Flash Memory ............................................................................................................. 5288.2.4 EEPROM .................................................................................................................... 5348.3 Register Map .............................................................................................................. 5408.4 Flash Memory Register Descriptions (Flash Control Offset) ............................................ 5418.5 EEPROM Register Descriptions (EEPROM Offset) ........................................................ 5598.6 Memory Register Descriptions (System Control Offset) .................................................. 576

    9 Micro Direct Memory Access (DMA) ................................................................ 5859.1 Block Diagram ............................................................................................................ 5869.2 Functional Description ................................................................................................. 586

    5June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • 9.2.1 Channel Assignments .................................................................................................. 5879.2.2 Priority ........................................................................................................................ 5889.2.3 Arbitration Size ............................................................................................................ 5889.2.4 Request Types ............................................................................................................ 5889.2.5 Channel Configuration ................................................................................................. 5899.2.6 Transfer Modes ........................................................................................................... 5919.2.7 Transfer Size and Increment ........................................................................................ 5999.2.8 Peripheral Interface ..................................................................................................... 5999.2.9 Software Request ........................................................................................................ 5999.2.10 Interrupts and Errors .................................................................................................... 6009.3 Initialization and Configuration ..................................................................................... 6009.3.1 Module Initialization ..................................................................................................... 6009.3.2 Configuring a Memory-to-Memory Transfer ................................................................... 6019.3.3 Configuring a Peripheral for Simple Transmit ................................................................ 6029.3.4 Configuring a Peripheral for Ping-Pong Receive ............................................................ 6049.3.5 Configuring Channel Assignments ................................................................................ 6069.4 Register Map .............................................................................................................. 6069.5 DMA Channel Control Structure ................................................................................. 6089.6 DMA Register Descriptions ........................................................................................ 615

    10 General-Purpose Input/Outputs (GPIOs) ........................................................... 64910.1 Signal Description ....................................................................................................... 64910.2 Functional Description ................................................................................................. 65210.2.1 Data Control ............................................................................................................... 65310.2.2 Interrupt Control .......................................................................................................... 65410.2.3 Mode Control .............................................................................................................. 65510.2.4 Commit Control ........................................................................................................... 65610.2.5 Pad Control ................................................................................................................. 65610.2.6 Identification ............................................................................................................... 65610.3 Initialization and Configuration ..................................................................................... 65610.4 Register Map .............................................................................................................. 65810.5 Register Descriptions .................................................................................................. 661

    11 General-Purpose Timers ...................................................................................... 70411.1 Block Diagram ............................................................................................................ 70511.2 Signal Description ....................................................................................................... 70611.3 Functional Description ................................................................................................. 70711.3.1 GPTM Reset Conditions .............................................................................................. 70811.3.2 Timer Modes ............................................................................................................... 70911.3.3 Wait-for-Trigger Mode .................................................................................................. 71811.3.4 Synchronizing GP Timer Blocks ................................................................................... 71911.3.5 DMA Operation ........................................................................................................... 72011.3.6 Accessing Concatenated 16/32-Bit GPTM Register Values ............................................ 72011.3.7 Accessing Concatenated 32/64-Bit Wide GPTM Register Values .................................... 72011.4 Initialization and Configuration ..................................................................................... 72211.4.1 One-Shot/Periodic Timer Mode .................................................................................... 72211.4.2 Real-Time Clock (RTC) Mode ...................................................................................... 72311.4.3 Input Edge-Count Mode ............................................................................................... 72311.4.4 Input Edge Time Mode ................................................................................................. 72411.4.5 PWM Mode ................................................................................................................. 724

    June 12, 20146Texas Instruments-Production Data

    Table of Contents

  • 11.5 Register Map .............................................................................................................. 72511.6 Register Descriptions .................................................................................................. 726

    12 Watchdog Timers ................................................................................................. 77412.1 Block Diagram ............................................................................................................ 77512.2 Functional Description ................................................................................................. 77512.2.1 Register Access Timing ............................................................................................... 77612.3 Initialization and Configuration ..................................................................................... 77612.4 Register Map .............................................................................................................. 77612.5 Register Descriptions .................................................................................................. 777

    13 Analog-to-Digital Converter (ADC) ..................................................................... 79913.1 Block Diagram ............................................................................................................ 80013.2 Signal Description ....................................................................................................... 80113.3 Functional Description ................................................................................................. 80213.3.1 Sample Sequencers .................................................................................................... 80213.3.2 Module Control ............................................................................................................ 80313.3.3 Hardware Sample Averaging Circuit ............................................................................. 80713.3.4 Analog-to-Digital Converter .......................................................................................... 80713.3.5 Differential Sampling ................................................................................................... 81013.3.6 Internal Temperature Sensor ........................................................................................ 81213.3.7 Digital Comparator Unit ............................................................................................... 81313.4 Initialization and Configuration ..................................................................................... 81713.4.1 Module Initialization ..................................................................................................... 81713.4.2 Sample Sequencer Configuration ................................................................................. 81813.5 Register Map .............................................................................................................. 81813.6 Register Descriptions .................................................................................................. 820

    14 Universal Asynchronous Receivers/Transmitters (UARTs) ............................. 89314.1 Block Diagram ............................................................................................................ 89414.2 Signal Description ....................................................................................................... 89414.3 Functional Description ................................................................................................. 89514.3.1 Transmit/Receive Logic ............................................................................................... 89514.3.2 Baud-Rate Generation ................................................................................................. 89614.3.3 Data Transmission ...................................................................................................... 89714.3.4 Serial IR (SIR) ............................................................................................................. 89714.3.5 ISO 7816 Support ....................................................................................................... 89814.3.6 Modem Handshake Support ......................................................................................... 89914.3.7 9-Bit UART Mode ........................................................................................................ 90014.3.8 FIFO Operation ........................................................................................................... 90014.3.9 Interrupts .................................................................................................................... 90014.3.10 Loopback Operation .................................................................................................... 90114.3.11 DMA Operation ........................................................................................................... 90214.4 Initialization and Configuration ..................................................................................... 90214.5 Register Map .............................................................................................................. 90314.6 Register Descriptions .................................................................................................. 905

    15 Synchronous Serial Interface (SSI) .................................................................... 95215.1 Block Diagram ............................................................................................................ 95315.2 Signal Description ....................................................................................................... 95315.3 Functional Description ................................................................................................. 954

    7June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • 15.3.1 Bit Rate Generation ..................................................................................................... 95415.3.2 FIFO Operation ........................................................................................................... 95515.3.3 Interrupts .................................................................................................................... 95515.3.4 Frame Formats ........................................................................................................... 95615.3.5 DMA Operation ........................................................................................................... 96415.4 Initialization and Configuration ..................................................................................... 96515.5 Register Map .............................................................................................................. 96715.6 Register Descriptions .................................................................................................. 968

    16 Inter-Integrated Circuit (I2C) Interface ................................................................ 99716.1 Block Diagram ............................................................................................................ 99816.2 Signal Description ....................................................................................................... 99816.3 Functional Description ................................................................................................. 99916.3.1 I2C Bus Functional Overview ........................................................................................ 99916.3.2 Available Speed Modes ............................................................................................. 100316.3.3 Interrupts .................................................................................................................. 100516.3.4 Loopback Operation .................................................................................................. 100616.3.5 Command Sequence Flow Charts .............................................................................. 100716.4 Initialization and Configuration .................................................................................... 101516.4.1 Configure the I2C Module to Transmit a Single Byte as a Master .................................. 101516.4.2 Configure the I2C Master to High Speed Mode ............................................................ 101616.5 Register Map ............................................................................................................ 101716.6 Register Descriptions (I2C Master) .............................................................................. 101816.7 Register Descriptions (I2C Slave) ............................................................................... 103516.8 Register Descriptions (I2C Status and Control) ............................................................ 1045

    17 Controller Area Network (CAN) Module ........................................................... 104817.1 Block Diagram ........................................................................................................... 104917.2 Signal Description ..................................................................................................... 104917.3 Functional Description ............................................................................................... 105017.3.1 Initialization ............................................................................................................... 105117.3.2 Operation .................................................................................................................. 105117.3.3 Transmitting Message Objects ................................................................................... 105217.3.4 Configuring a Transmit Message Object ...................................................................... 105317.3.5 Updating a Transmit Message Object ......................................................................... 105417.3.6 Accepting Received Message Objects ........................................................................ 105417.3.7 Receiving a Data Frame ............................................................................................ 105517.3.8 Receiving a Remote Frame ........................................................................................ 105517.3.9 Receive/Transmit Priority ........................................................................................... 105617.3.10 Configuring a Receive Message Object ...................................................................... 105617.3.11 Handling of Received Message Objects ...................................................................... 105717.3.12 Handling of Interrupts ................................................................................................ 105917.3.13 Test Mode ................................................................................................................. 106017.3.14 Bit Timing Configuration Error Considerations ............................................................. 106217.3.15 Bit Time and Bit Rate ................................................................................................. 106217.3.16 Calculating the Bit Timing Parameters ........................................................................ 106417.4 Register Map ............................................................................................................ 106717.5 CAN Register Descriptions ......................................................................................... 1068

    June 12, 20148Texas Instruments-Production Data

    Table of Contents

  • 18 Universal Serial Bus (USB) Controller ............................................................. 109918.1 Block Diagram ........................................................................................................... 110018.2 Signal Description ..................................................................................................... 110018.3 Functional Description ............................................................................................... 110118.3.1 Operation as a Device ............................................................................................... 110118.3.2 Operation as a Host ................................................................................................... 110718.3.3 OTG Mode ................................................................................................................ 111018.3.4 DMA Operation ......................................................................................................... 111218.4 Initialization and Configuration .................................................................................... 111318.4.1 Pin Configuration ....................................................................................................... 111318.4.2 Endpoint Configuration .............................................................................................. 111418.5 Register Map ............................................................................................................ 111418.6 Register Descriptions ................................................................................................. 1120

    19 Analog Comparators .......................................................................................... 121519.1 Block Diagram ........................................................................................................... 121619.2 Signal Description ..................................................................................................... 121619.3 Functional Description ............................................................................................... 121719.3.1 Internal Reference Programming ................................................................................ 121819.4 Initialization and Configuration .................................................................................... 122019.5 Register Map ............................................................................................................ 122019.6 Register Descriptions ................................................................................................. 1221

    20 Pulse Width Modulator (PWM) .......................................................................... 123020.1 Block Diagram ........................................................................................................... 123120.2 Signal Description ..................................................................................................... 123320.3 Functional Description ............................................................................................... 123420.3.1 Clock Configuration ................................................................................................... 123420.3.2 PWM Timer ............................................................................................................... 123420.3.3 PWM Comparators .................................................................................................... 123420.3.4 PWM Signal Generator .............................................................................................. 123520.3.5 Dead-Band Generator ............................................................................................... 123620.3.6 Interrupt/ADC-Trigger Selector ................................................................................... 123620.3.7 Synchronization Methods .......................................................................................... 123720.3.8 Fault Conditions ........................................................................................................ 123820.3.9 Output Control Block .................................................................................................. 123920.4 Initialization and Configuration .................................................................................... 123920.5 Register Map ............................................................................................................ 124020.6 Register Descriptions ................................................................................................. 1243

    21 Quadrature Encoder Interface (QEI) ................................................................. 130521.1 Block Diagram ........................................................................................................... 130521.2 Signal Description ..................................................................................................... 130721.3 Functional Description ............................................................................................... 130821.4 Initialization and Configuration .................................................................................... 131021.5 Register Map ............................................................................................................ 131021.6 Register Descriptions ................................................................................................. 1311

    22 Pin Diagram ........................................................................................................ 132823 Signal Tables ...................................................................................................... 132923.1 Signals by Pin Number .............................................................................................. 1330

    9June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • 23.2 Signals by Signal Name ............................................................................................. 133723.3 Signals by Function, Except for GPIO ......................................................................... 134423.4 GPIO Pins and Alternate Functions ............................................................................ 135123.5 Possible Pin Assignments for Alternate Functions ....................................................... 135323.6 Connections for Unused Signals ................................................................................. 1356

    24 Electrical Characteristics .................................................................................. 135824.1 Maximum Ratings ...................................................................................................... 135824.2 Operating Characteristics ........................................................................................... 135924.3 Recommended Operating Conditions ......................................................................... 136024.4 Load Conditions ........................................................................................................ 136224.5 JTAG and Boundary Scan .......................................................................................... 136324.6 Power and Brown-Out ............................................................................................... 136524.6.1 VDDA Levels ............................................................................................................ 136524.6.2 VDD Levels ............................................................................................................... 136624.6.3 VDDC Levels ............................................................................................................ 136724.6.4 VDD Glitches ............................................................................................................ 136824.6.5 VDD Droop Response ............................................................................................... 136824.7 Reset ........................................................................................................................ 137024.8 On-Chip Low Drop-Out (LDO) Regulator ..................................................................... 137324.9 Clocks ...................................................................................................................... 137424.9.1 PLL Specifications ..................................................................................................... 137424.9.2 PIOSC Specifications ................................................................................................ 137524.9.3 Low-Frequency Internal Oscillator (LFIOSC) Specifications .......................................... 137524.9.4 Hibernation Clock Source Specifications ..................................................................... 137524.9.5 Main Oscillator Specifications ..................................................................................... 137624.9.6 System Clock Specification with ADC Operation .......................................................... 138024.9.7 System Clock Specification with USB Operation .......................................................... 138024.10 Sleep Modes ............................................................................................................. 138124.11 Hibernation Module ................................................................................................... 138324.12 Flash Memory and EEPROM ..................................................................................... 138424.13 Input/Output Pin Characteristics ................................................................................. 138524.13.1 GPIO Module Characteristics ..................................................................................... 138524.13.2 Types of I/O Pins and ESD Protection ......................................................................... 138524.14 Analog-to-Digital Converter (ADC) .............................................................................. 138924.15 Synchronous Serial Interface (SSI) ............................................................................. 139224.16 Inter-Integrated Circuit (I2C) Interface ......................................................................... 139524.17 Universal Serial Bus (USB) Controller ......................................................................... 139624.18 Analog Comparator ................................................................................................... 139724.19 Pulse-Width Modulator (PWM) ................................................................................... 139824.20 Current Consumption ................................................................................................. 1399

    A Package Information .......................................................................................... 1402A.1 Orderable Devices ..................................................................................................... 1402A.2 Device Nomenclature ................................................................................................ 1402A.3 Device Markings ........................................................................................................ 1403A.4 Packaging Diagram ................................................................................................... 1404

    June 12, 201410Texas Instruments-Production Data

    Table of Contents

  • List of FiguresFigure 1-1. Tiva TM4C123GH6PM Microcontroller High-Level Block Diagram ........................ 48Figure 2-1. CPU Block Diagram ............................................................................................. 71Figure 2-2. TPIU Block Diagram ............................................................................................ 72Figure 2-3. Cortex-M4F Register Set ...................................................................................... 75Figure 2-4. Bit-Band Mapping ................................................................................................ 99Figure 2-5. Data Storage ..................................................................................................... 100Figure 2-6. Vector Table ...................................................................................................... 107Figure 2-7. Exception Stack Frame ...................................................................................... 110Figure 3-1. SRD Use Example ............................................................................................. 128Figure 3-2. FPU Register Bank ............................................................................................ 131Figure 4-1. JTAG Module Block Diagram .............................................................................. 201Figure 4-2. Test Access Port State Machine ......................................................................... 204Figure 4-3. IDCODE Register Format ................................................................................... 210Figure 4-4. BYPASS Register Format ................................................................................... 210Figure 4-5. Boundary Scan Register Format ......................................................................... 211Figure 5-1. Basic RST Configuration .................................................................................... 215Figure 5-2. External Circuitry to Extend Power-On Reset ....................................................... 215Figure 5-3. Reset Circuit Controlled by Switch ...................................................................... 216Figure 5-4. Power Architecture ............................................................................................ 219Figure 5-5. Main Clock Tree ................................................................................................ 222Figure 5-6. Module Clock Selection ...................................................................................... 229Figure 7-1. Hibernation Module Block Diagram ..................................................................... 494Figure 7-2. Using a Crystal as the Hibernation Clock Source with a Single Battery Source ...... 496Figure 7-3. Using a Dedicated Oscillator as the Hibernation Clock Source with VDD3ON

    Mode ................................................................................................................ 497Figure 7-4. Using a Regulator for Both VDD and VBAT ............................................................ 498Figure 7-5. Counter Behavior with a TRIM Value of 0x8002 ................................................... 500Figure 7-6. Counter Behavior with a TRIM Value of 0x7FFC .................................................. 500Figure 8-1. Internal Memory Block Diagram .......................................................................... 524Figure 8-2. EEPROM Block Diagram ................................................................................... 525Figure 9-1. DMA Block Diagram ......................................................................................... 586Figure 9-2. Example of Ping-Pong DMA Transaction ........................................................... 592Figure 9-3. Memory Scatter-Gather, Setup and Configuration ................................................ 594Figure 9-4. Memory Scatter-Gather, DMA Copy Sequence .................................................. 595Figure 9-5. Peripheral Scatter-Gather, Setup and Configuration ............................................. 597Figure 9-6. Peripheral Scatter-Gather, DMA Copy Sequence ............................................... 598Figure 10-1. Digital I/O Pads ................................................................................................. 652Figure 10-2. Analog/Digital I/O Pads ...................................................................................... 653Figure 10-3. GPIODATA Write Example ................................................................................. 654Figure 10-4. GPIODATA Read Example ................................................................................. 654Figure 11-1. GPTM Module Block Diagram ............................................................................ 705Figure 11-2. Reading the RTC Value ...................................................................................... 712Figure 11-3. Input Edge-Count Mode Example, Counting Down ............................................... 714Figure 11-4. 16-Bit Input Edge-Time Mode Example ............................................................... 715Figure 11-5. 16-Bit PWM Mode Example ................................................................................ 717Figure 11-6. CCP Output, GPTMTnMATCHR > GPTMTnILR ................................................... 717

    11June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • Figure 11-7. CCP Output, GPTMTnMATCHR = GPTMTnILR ................................................... 718Figure 11-8. CCP Output, GPTMTnILR > GPTMTnMATCHR ................................................... 718Figure 11-9. Timer Daisy Chain ............................................................................................. 719Figure 12-1. WDT Module Block Diagram .............................................................................. 775Figure 13-1. Implementation of Two ADC Blocks .................................................................... 800Figure 13-2. ADC Module Block Diagram ............................................................................... 801Figure 13-3. ADC Sample Phases ......................................................................................... 804Figure 13-4. Doubling the ADC Sample Rate .......................................................................... 805Figure 13-5. Skewed Sampling .............................................................................................. 806Figure 13-6. Sample Averaging Example ............................................................................... 807Figure 13-7. ADC Input Equivalency ...................................................................................... 808Figure 13-8. ADC Voltage Reference ..................................................................................... 809Figure 13-9. ADC Conversion Result ..................................................................................... 810Figure 13-10. Differential Voltage Representation ..................................................................... 812Figure 13-11. Internal Temperature Sensor Characteristic ......................................................... 813Figure 13-12. Low-Band Operation (CIC=0x0 and/or CTC=0x0) ................................................ 815Figure 13-13. Mid-Band Operation (CIC=0x1 and/or CTC=0x1) ................................................. 816Figure 13-14. High-Band Operation (CIC=0x3 and/or CTC=0x3) ................................................ 817Figure 14-1. UART Module Block Diagram ............................................................................. 894Figure 14-2. UART Character Frame ..................................................................................... 896Figure 14-3. IrDA Data Modulation ......................................................................................... 898Figure 15-1. SSI Module Block Diagram ................................................................................. 953Figure 15-2. TI Synchronous Serial Frame Format (Single Transfer) ........................................ 957Figure 15-3. TI Synchronous Serial Frame Format (Continuous Transfer) ................................ 958Figure 15-4. Freescale SPI Format (Single Transfer) with SPO=0 and SPH=0 .......................... 959Figure 15-5. Freescale SPI Format (Continuous Transfer) with SPO=0 and SPH=0 .................. 959Figure 15-6. Freescale SPI Frame Format with SPO=0 and SPH=1 ......................................... 960Figure 15-7. Freescale SPI Frame Format (Single Transfer) with SPO=1 and SPH=0 ............... 961Figure 15-8. Freescale SPI Frame Format (Continuous Transfer) with SPO=1 and SPH=0 ........ 961Figure 15-9. Freescale SPI Frame Format with SPO=1 and SPH=1 ......................................... 962Figure 15-10. MICROWIRE Frame Format (Single Frame) ........................................................ 963Figure 15-11. MICROWIRE Frame Format (Continuous Transfer) ............................................. 964Figure 15-12. MICROWIRE Frame Format, SSInFss Input Setup and Hold Requirements .......... 964Figure 16-1. I2C Block Diagram ............................................................................................. 998Figure 16-2. I2C Bus Configuration ........................................................................................ 999Figure 16-3. START and STOP Conditions ............................................................................. 999Figure 16-4. Complete Data Transfer with a 7-Bit Address ..................................................... 1000Figure 16-5. R/S Bit in First Byte .......................................................................................... 1000Figure 16-6. Data Validity During Bit Transfer on the I2C Bus ................................................. 1001Figure 16-7. High-Speed Data Format .................................................................................. 1005Figure 16-8. Master Single TRANSMIT ................................................................................ 1008Figure 16-9. Master Single RECEIVE ................................................................................... 1009Figure 16-10. Master TRANSMIT of Multiple Data Bytes ......................................................... 1010Figure 16-11. Master RECEIVE of Multiple Data Bytes ............................................................ 1011Figure 16-12. Master RECEIVE with Repeated START after Master TRANSMIT ....................... 1012Figure 16-13. Master TRANSMIT with Repeated START after Master RECEIVE ....................... 1013Figure 16-14. Standard High Speed Mode Master Transmit ..................................................... 1014Figure 16-15. Slave Command Sequence .............................................................................. 1015

    June 12, 201412Texas Instruments-Production Data

    Table of Contents

  • Figure 17-1. CAN Controller Block Diagram .......................................................................... 1049Figure 17-2. CAN Data/Remote Frame ................................................................................. 1050Figure 17-3. Message Objects in a FIFO Buffer .................................................................... 1059Figure 17-4. CAN Bit Time ................................................................................................... 1063Figure 18-1. USB Module Block Diagram ............................................................................. 1100Figure 19-1. Analog Comparator Module Block Diagram ....................................................... 1216Figure 19-2. Structure of Comparator Unit ............................................................................ 1217Figure 19-3. Comparator Internal Reference Structure .......................................................... 1218Figure 20-1. PWM Module Diagram ..................................................................................... 1232Figure 20-2. PWM Generator Block Diagram ........................................................................ 1232Figure 20-3. PWM Count-Down Mode .................................................................................. 1235Figure 20-4. PWM Count-Up/Down Mode ............................................................................. 1235Figure 20-5. PWM Generation Example In Count-Up/Down Mode .......................................... 1236Figure 20-6. PWM Dead-Band Generator ............................................................................. 1236Figure 21-1. QEI Block Diagram .......................................................................................... 1306Figure 21-2. QEI Input Signal Logic ...................................................................................... 1307Figure 21-3. Quadrature Encoder and Velocity Predivider Operation ...................................... 1309Figure 22-1. 64-Pin LQFP Package Pin Diagram .................................................................. 1328Figure 24-1. Load Conditions ............................................................................................... 1362Figure 24-2. JTAG Test Clock Input Timing ........................................................................... 1363Figure 24-3. JTAG Test Access Port (TAP) Timing ................................................................ 1364Figure 24-4. Power Assertions versus VDDA Levels ............................................................. 1366Figure 24-5. Power and Brown-Out Assertions versus VDD Levels ........................................ 1367Figure 24-6. POK assertion vs VDDC ................................................................................... 1368Figure 24-7. POR-BOR0-BOR1 VDD Glitch Response .......................................................... 1368Figure 24-8. POR-BOR0-BOR1 VDD Droop Response ......................................................... 1369Figure 24-9. Digital Power-On Reset Timing ......................................................................... 1370Figure 24-10. Brown-Out Reset Timing .................................................................................. 1371Figure 24-11. External Reset Timing (RST) ............................................................................ 1371Figure 24-12. Software Reset Timing ..................................................................................... 1371Figure 24-13. Watchdog Reset Timing ................................................................................... 1371Figure 24-14. MOSC Failure Reset Timing ............................................................................. 1372Figure 24-15. Hibernation Module Timing ............................................................................... 1383Figure 24-16. ESD Protection on Fail-Safe Pins ...................................................................... 1386Figure 24-17. ESD Protection on Non-Fail-Safe Pins .............................................................. 1387Figure 24-18. ADC Input Equivalency Diagram ....................................................................... 1391Figure 24-19. SSI Timing for TI Frame Format (FRF=01), Single Transfer Timing

    Measurement .................................................................................................. 1393Figure 24-20. SSI Timing for MICROWIRE Frame Format (FRF=10), Single Transfer ............... 1393Figure 24-21. Master Mode SSI Timing for SPI Frame Format (FRF=00), with SPH=1 .............. 1394Figure 24-22. Slave Mode SSI Timing for SPI Frame Format (FRF=00), with SPH=1 ................ 1394Figure 24-23. I2C Timing ....................................................................................................... 1395Figure A-1. Key to Part Numbers ........................................................................................ 1402Figure A-2. TM4C123GH6PM 64-Pin LQFP Package Diagram ............................................. 1404

    13June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • List of TablesTable 1. Revision History .................................................................................................. 38Table 2. Documentation Conventions ................................................................................ 43Table 1-1. TM4C123GH6PM Microcontroller Features ........................................................... 46Table 2-1. Summary of Processor Mode, Privilege Level, and Stack Use ................................ 74Table 2-2. Processor Register Map ....................................................................................... 75Table 2-3. PSR Register Combinations ................................................................................. 81Table 2-4. Memory Map ....................................................................................................... 92Table 2-5. Memory Access Behavior ..................................................................................... 95Table 2-6. SRAM Memory Bit-Banding Regions .................................................................... 97Table 2-7. Peripheral Memory Bit-Banding Regions ............................................................... 98Table 2-8. Exception Types ................................................................................................ 103Table 2-9. Interrupts .......................................................................................................... 104Table 2-10. Exception Return Behavior ................................................................................. 111Table 2-11. Faults ............................................................................................................... 112Table 2-12. Fault Status and Fault Address Registers ............................................................ 113Table 2-13. Cortex-M4F Instruction Summary ....................................................................... 115Table 3-1. Core Peripheral Register Regions ....................................................................... 122Table 3-2. Memory Attributes Summary .............................................................................. 126Table 3-3. TEX, S, C, and B Bit Field Encoding ................................................................... 128Table 3-4. Cache Policy for Memory Attribute Encoding ....................................................... 129Table 3-5. AP Bit Field Encoding ........................................................................................ 129Table 3-6. Memory Region Attributes for Tiva C Series Microcontrollers ............................. 130Table 3-7. QNaN and SNaN Handling ................................................................................. 133Table 3-8. Peripherals Register Map ................................................................................... 134Table 3-9. Interrupt Priority Levels ...................................................................................... 164Table 3-10. Example SIZE Field Values ................................................................................ 192Table 4-1. JTAG_SWD_SWO Signals (64LQFP) ................................................................. 201Table 4-2. JTAG Port Pins State after Power-On Reset or RST assertion .............................. 202Table 4-3. JTAG Instruction Register Commands ................................................................. 208Table 5-1. System Control & Clocks Signals (64LQFP) ........................................................ 212Table 5-2. Reset Sources ................................................................................................... 213Table 5-3. Clock Source Options ........................................................................................ 220Table 5-4. Possible System Clock Frequencies Using the SYSDIV Field ............................... 223Table 5-5. Examples of Possible System Clock Frequencies Using the SYSDIV2 Field .......... 223Table 5-6. Examples of Possible System Clock Frequencies with DIV400=1 ......................... 224Table 5-7. System Control Register Map ............................................................................. 232Table 5-8. RCC2 Fields that Override RCC Fields ............................................................... 260Table 6-1. System Exception Register Map ......................................................................... 485Table 7-1. Hibernate Signals (64LQFP) ............................................................................... 494Table 7-2. Hibernation Module Clock Operation ................................................................... 503Table 7-3. Hibernation Module Register Map ....................................................................... 505Table 8-1. Flash Memory Protection Policy Combinations .................................................... 529Table 8-2. User-Programmable Flash Memory Resident Registers ....................................... 533Table 8-3. Flash Register Map ............................................................................................ 540Table 9-1. DMA Channel Assignments .............................................................................. 587Table 9-2. Request Type Support ....................................................................................... 589

    June 12, 201414Texas Instruments-Production Data

    Table of Contents

  • Table 9-3. Control Structure Memory Map ........................................................................... 590Table 9-4. Channel Control Structure .................................................................................. 590Table 9-5. DMA Read Example: 8-Bit Peripheral ................................................................ 599Table 9-6. DMA Interrupt Assignments .............................................................................. 600Table 9-7. Channel Control Structure Offsets for Channel 30 ................................................ 601Table 9-8. Channel Control Word Configuration for Memory Transfer Example ...................... 602Table 9-9. Channel Control Structure Offsets for Channel 7 .................................................. 603Table 9-10. Channel Control Word Configuration for Peripheral Transmit Example .................. 603Table 9-11. Primary and Alternate Channel Control Structure Offsets for Channel 8 ................. 604Table 9-12. Channel Control Word Configuration for Peripheral Ping-Pong Receive

    Example ............................................................................................................ 605Table 9-13. DMA Register Map .......................................................................................... 607Table 10-1. GPIO Pins With Special Considerations .............................................................. 650Table 10-2. GPIO Pins and Alternate Functions (64LQFP) ..................................................... 650Table 10-3. GPIO Pad Configuration Examples ..................................................................... 657Table 10-4. GPIO Interrupt Configuration Example ................................................................ 658Table 10-5. GPIO Pins With Special Considerations .............................................................. 659Table 10-6. GPIO Register Map ........................................................................................... 660Table 10-7. GPIO Pins With Special Considerations .............................................................. 671Table 10-8. GPIO Pins With Special Considerations .............................................................. 677Table 10-9. GPIO Pins With Special Considerations .............................................................. 679Table 10-10. GPIO Pins With Special Considerations .............................................................. 682Table 10-11. GPIO Pins With Special Considerations .............................................................. 688Table 11-1. Available CCP Pins ............................................................................................ 706Table 11-2. General-Purpose Timers Signals (64LQFP) ......................................................... 706Table 11-3. General-Purpose Timer Capabilities .................................................................... 708Table 11-4. Counter Values When the Timer is Enabled in Periodic or One-Shot Modes .......... 709Table 11-5. 16-Bit Timer With Prescaler Configurations ......................................................... 710Table 11-6. 32-Bit Timer (configured in 32/64-bit mode) With Prescaler Configurations ............ 711Table 11-7. Counter Values When the Timer is Enabled in RTC Mode .................................... 711Table 11-8. Counter Values When the Timer is Enabled in Input Edge-Count Mode ................. 713Table 11-9. Counter Values When the Timer is Enabled in Input Event-Count Mode ................ 714Table 11-10. Counter Values When the Timer is Enabled in PWM Mode ................................... 716Table 11-11. Timeout Actions for GPTM Modes ...................................................................... 719Table 11-12. Timers Register Map .......................................................................................... 726Table 12-1. Watchdog Timers Register Map .......................................................................... 777Table 13-1. ADC Signals (64LQFP) ...................................................................................... 801Table 13-2. Samples and FIFO Depth of Sequencers ............................................................ 802Table 13-3. Differential Sampling Pairs ................................................................................. 810Table 13-4. ADC Register Map ............................................................................................. 818Table 14-1. UART Signals (64LQFP) .................................................................................... 895Table 14-2. Flow Control Mode ............................................................................................. 899Table 14-3. UART Register Map ........................................................................................... 904Table 15-1. SSI Signals (64LQFP) ........................................................................................ 954Table 15-2. SSI Register Map .............................................................................................. 967Table 16-1. I2C Signals (64LQFP) ........................................................................................ 998Table 16-2. Examples of I2C Master Timer Period Versus Speed Mode ................................. 1004Table 16-3. Examples of I2C Master Timer Period in High-Speed Mode ................................ 1005

    15June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • Table 16-4. Inter-Integrated Circuit (I2C) Interface Register Map ........................................... 1017Table 16-5. Write Field Decoding for I2CMCS[3:0] Field ....................................................... 1023Table 17-1. Controller Area Network Signals (64LQFP) ........................................................ 1050Table 17-2. Message Object Configurations ........................................................................ 1055Table 17-3. CAN Protocol Ranges ...................................................................................... 1063Table 17-4. CANBIT Register Values .................................................................................. 1063Table 17-5. CAN Register Map ........................................................................................... 1067Table 18-1. USB Signals (64LQFP) .................................................................................... 1101Table 18-2. Remainder (MAXLOAD/4) ................................................................................ 1112Table 18-3. Actual Bytes Read ........................................................................................... 1112Table 18-4. Packet Sizes That Clear RXRDY ...................................................................... 1113Table 18-5. Universal Serial Bus (USB) Controller Register Map ........................................... 1114Table 19-1. Analog Comparators Signals (64LQFP) ............................................................. 1216Table 19-2. Internal Reference Voltage and ACREFCTL Field Values ................................... 1218Table 19-3. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and

    RNG = 0 .......................................................................................................... 1219Table 19-4. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and

    RNG = 1 .......................................................................................................... 1219Table 19-5. Analog Comparators Register Map ................................................................... 1220Table 20-1. PWM Signals (64LQFP) ................................................................................... 1233Table 20-2. PWM Register Map .......................................................................................... 1240Table 21-1. QEI Signals (64LQFP) ...................................................................................... 1307Table 21-2. QEI Register Map ............................................................................................ 1311Table 23-1. GPIO Pins With Special Considerations ............................................................ 1329Table 23-2. Signals by Pin Number ..................................................................................... 1330Table 23-3. Signals by Signal Name ................................................................................... 1337Table 23-4. Signals by Function, Except for GPIO ............................................................... 1344Table 23-5. GPIO Pins and Alternate Functions ................................................................... 1351Table 23-6. Possible Pin Assignments for Alternate Functions .............................................. 1353Table 23-7. Connections for Unused Signals (64-Pin LQFP) ................................................. 1356Table 24-1. Absolute Maximum Ratings .............................................................................. 1358Table 24-2. ESD Absolute Maximum Ratings ...................................................................... 1358Table 24-3. Temperature Characteristics ............................................................................. 1359Table 24-4. Thermal Characteristics ................................................................................... 1359Table 24-5. Recommended DC Operating Conditions .......................................................... 1360Table 24-6. Recommended GPIO Pad Operating Conditions ................................................ 1360Table 24-7. GPIO Current Restrictions ................................................................................ 1360Table 24-8. GPIO Package Side Assignments ..................................................................... 1361Table 24-9. JTAG Characteristics ....................................................................................... 1363Table 24-10. Power-On and Brown-Out Levels ...................................................................... 1365Table 24-11. Reset Characteristics ....................................................................................... 1370Table 24-12. LDO Regulator Characteristics ......................................................................... 1373Table 24-13. Phase Locked Loop (PLL) Characteristics ......................................................... 1374Table 24-14. Actual PLL Frequency ...................................................................................... 1374Table 24-15. PIOSC Clock Characteristics ............................................................................ 1375Table 24-16. Low-Frequency internal Oscillator Characteristics .............................................. 1375Table 24-17. Hibernation Oscillator Input Characteristics ........................................................ 1375Table 24-18. Main Oscillator Input Characteristics ................................................................. 1376

    June 12, 201416Texas Instruments-Production Data

    Table of Contents

  • Table 24-19. Crystal Parameters .......................................................................................... 1378Table 24-20. Supported MOSC Crystal Frequencies .............................................................. 1379Table 24-21. System Clock Characteristics with ADC Operation ............................................. 1380Table 24-22. System Clock Characteristics with USB Operation ............................................. 1380Table 24-23. Sleep Modes AC Characteristics ....................................................................... 1381Table 24-24. Time to Wake with Respect to Low-Power Modes .............................................. 1381Table 24-25. Hibernation Module Battery Characteristics ....................................................... 1383Table 24-26. Hibernation Module AC Characteristics ............................................................. 1383Table 24-27. Flash Memory Characteristics ........................................................................... 1384Table 24-28. EEPROM Characteristics ................................................................................. 1384Table 24-29. GPIO Module Characteristics ............................................................................ 1385Table 24-30. Pad Voltage/Current Characteristics for Fail-Safe Pins ....................................... 1386Table 24-31. Fail-Safe GPIOs that Require an External Pull-up .............................................. 1387Table 24-32. Non-Fail-Safe I/O Pad Voltage/Current Characteristics ....................................... 1387Table 24-33. ADC Electrical Characteristics .......................................................................... 1389Table 24-34. SSI Characteristics .......................................................................................... 1392Table 24-35. I2C Characteristics ........................................................................................... 1395Table 24-36. Analog Comparator Characteristics ................................................................... 1397Table 24-37. Analog Comparator Voltage Reference Characteristics ...................................... 1397Table 24-38. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and

    RNG = 0 .......................................................................................................... 1397Table 24-39. Analog Comparator Voltage Reference Characteristics, VDDA = 3.3V, EN= 1, and

    RNG = 1 .......................................................................................................... 1398Table 24-40. PWM Timing Characteristics ............................................................................. 1398Table 24-41. Current Consumption ....................................................................................... 1399

    17June 12, 2014Texas Instruments-Production Data

    Tiva TM4C123GH6PM Microcontroller

  • List of RegistersThe Cortex-M4F Processor ........................................................................................................... 69Register 1: Cortex General-Purpose Register 0 (R0) ........................................................................... 77Register 2: Cortex General-Purpose Register 1 (R1) ........................................................................... 77Register 3: Cortex General-Purpose Register 2 (R2) ........................................................................... 77Register 4: Cortex General-Purpose Register 3 (R3) ........................................................................... 77Register 5: Cortex General-Purpose Register 4 (R4) ........................................................................... 77Register 6: Cortex General-Purpose Register 5 (R5) ........................................................................... 77Register 7: Cortex General-Purpose Register 6 (R6) ........................................................................... 77Register 8: Cortex General-Purpose Register 7 (R7) ........................................................................... 77Register 9: Cortex General-Purpose Register 8 (R8) ........................................................................... 77Register 10: Cortex General-Purpose Register 9 (R9) ........................................................................... 77Register 11: Cortex General-Purpose Register 10 (R10) ....................................................................... 77Register 12: Cortex General-Purpose Register 11 (R11) ........................................................................ 77Register 13: Cortex General-Purpose Register 12 (R12) ....................................................................... 77Register 14: Stack Pointer (SP) ........................................................................................................... 78Register 15: Link Register (LR) ............................................................................................................ 79Register 16: Program Counter (PC) ..................................................................................................... 80Register 17: Program Status Register (PSR) ........................................................................................ 81Register 18: Priority Mask Register (PRIMASK) .................................................................................... 85Register 19: Fault Mask Register (FAULTMASK) .................................................................................. 86Register 20: Base Priority Mask Register (BASEPRI) ............................................................................ 87Register 21: Control Register (CONTROL) ........................................................................................... 88Register 22: Floating-Point Status Control (FPSC) ................................................................................ 90

    Cortex-M4 Peripherals ................................................................................................................. 122Register 1: SysTick Control and Status Register (STCTRL), offset 0x010 ........................................... 138Register 2: SysTick Reload Value Register (STRELOAD), offset 0x014 .............................................. 140Register 3: SysTick Current Value Register (STCURRENT), offset 0x018 ........................................... 141Register 4: Interrupt 0-31 Set Enable (EN0), offset 0x100 .................................................................. 142Register 5: Interrupt 32-63 Set Enable (EN1), offset 0x104 ................................................................ 142Register 6: Interrupt 64-95 Set Enable (EN2), offset 0x108 ................................................................ 142Register 7: Interrupt 96-127 Set Enable (EN