SNAU287 November   2023

 

  1.   1
  2.   Description
  3.   Features
  4.   4
  5. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
  6. 2Hardware
    1. 2.1 Evaluation Setup Requirement
    2. 2.2 Configuring the EVM
      1. 2.2.1 Configuring the Power Supply
      2. 2.2.2 Configuring the Control Pins
      3. 2.2.3 Configuring the Clock Outputs
      4. 2.2.4 Using the USB Interface Connection
      5. 2.2.5 EVM Quick Start Guide
    3. 2.3 Modes of Operation
  7. 3Software
    1. 3.1 Using TICS Pro with the LMK3H0102EVM
      1. 3.1.1 Using the LMK3H0102 Wizard
        1. 3.1.1.1 Frequency Plan
        2. 3.1.1.2 Output Formats
        3. 3.1.1.3 Output Enable Pin
        4. 3.1.1.4 OTP Options
        5. 3.1.1.5 Review
        6. 3.1.1.6 Design Report
      2. 3.1.2 Live Debugger
        1. 3.1.2.1 FODs
        2. 3.1.2.2 Outputs
        3. 3.1.2.3 Others
      3. 3.1.3 Programming
        1. 3.1.3.1 Registers
        2. 3.1.3.2 OTP Configuration
      4. 3.1.4 Help
        1. 3.1.4.1 Contact TI
    2. 3.2 Using TI’s USB2ANY Module for In-System Programming of the LMK3H0102
      1. 3.2.1 USB2ANY Board Connections
      2. 3.2.2 Ordering a USB2ANY Module
  8. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layout
    3. 4.3 Bill of Materials
  9. 5Additional Information
    1.     Trademarks
  10. 6Related Documentation

Registers

GUID-20230927-SS0I-VR3C-FVCB-V9WRSXS496NW-low.png Figure 3-13 LMK3H0102 Registers Page

The Registers page allows for bulk reading and writing of the device registers. The Make Register Sequence button generates a register sequence for writing all required registers to the device. This includes setting the PDN bit to a '1' before modifying registers, and setting the bit to a '0' afterward. The Include Register Names checkbox inserts the register name before the register data, separated by a tab. The registers can be written field-by-field using the Make Fields Sequence button. Sequences can be imported into and exported from the GUI using the Import Sequence and Export Sequence buttons. The contents of the progSequence field below the buttons can be written to the device using the Write to Device button.

Custom data can be written to the device using the progSequence and Write to Device buttons. The requirements for custom data are as follows:

  • Empty lines are ignored.
  • Comments must start with the '#' character.
  • Registers can be data only, or register name and data. If register name and data, these must be separated by a tab or a single space.
  • Field names and data can be specified. If so, these must be separated by a tab or a single space.