SPRUJ86A October   2023  – January 2024 AM263P4

 

  1.   1
  2.   Description
  3.   Features
  4.   4
  5. 1Evaluation Module Overview
    1. 1.1 Introduction
      1.      Preface: Read This First
        1. 1.1.1.1 Sitara MCU+ Academy
        2. 1.1.1.2 Important Usage Notes
    2. 1.2 Kit Contents
    3. 1.3 Device Information
      1. 1.3.1 HSEC 180-pin Control Card Docking Station
      2. 1.3.2 Security
  6. 2Hardware
    1. 2.1  Component Identification
    2. 2.2  Power Requirements
      1. 2.2.1 Power Input Using USB Type-C Connector
      2. 2.2.2 Power Status LEDs
      3. 2.2.3 Power Tree
      4. 2.2.4 Power Sequence
      5. 2.2.5 PMIC
    3. 2.3  Functional Block Diagram
    4. 2.4  Reset
    5. 2.5  Clock
    6. 2.6  Boot Mode Selection
    7. 2.7  JTAG Path Selection
    8. 2.8  Header Information
    9. 2.9  GPIO Mapping
    10. 2.10 Push Buttons
    11. 2.11 Interfaces
      1. 2.11.1  Memory Interface
        1. 2.11.1.1 OSPI/QSPI
        2. 2.11.1.2 Board ID EEPROM
      2. 2.11.2  Ethernet Interface
        1. 2.11.2.1 Control Card Ethernet Routing
        2. 2.11.2.2 On Board Ethernet PHY
        3. 2.11.2.3 LED Indication in RJ45 Connector
      3. 2.11.3  I2C
      4. 2.11.4  Industrial Application LEDs
      5. 2.11.5  SPI
      6. 2.11.6  UART
      7. 2.11.7  MCAN
      8. 2.11.8  FSI
      9. 2.11.9  JTAG
      10. 2.11.10 Test Automation Header
      11. 2.11.11 LIN
      12. 2.11.12 MMC
      13. 2.11.13 ADC and DAC
    12. 2.12 HSEC Pinout and Pinmux Mapping
  7. 3Hardware Design Files
  8. 4Additional Information
    1. 4.1 If You Need Assistance
    2. 4.2 Trademarks
  9. 5Related Documentation
    1. 5.1 Supplemental Content
      1.      5.1.A E1 Board Modifications
      2.      5.1.B E2 Design Changes
  10. 6References
    1. 6.1 Reference Documents
    2. 6.2 Other TI Components Used in This Design
  11. 7Revision History

I2C

The AM263Px Control Card uses three AM263Px SoC inter-integrated circuit (I2C) ports to operate as a controller for various targets. All I2C data and clock lines pulling up to the 3.3V IO voltage supply to enable communication are important.

GUID-33E6A38C-F4D9-4F78-B33E-402AB848DA25-low.png Figure 2-23 I2C Instances Tree
Table 2-19 I2C Addressing
Target I2C Instance I2C Address Bit Description Device Configuration CC Config. I2C Address
Board ID EEPROM I2C0 The first 4 bits of the device address are set to 1010, the next two are set by the A2 and A1 pins, the seventh bit, a16, is the most significant internal address bit 0b10110[A2][A1][a16]
A1/A2 are connected to ground
0b1010000 0x50
GPIO Expander I2C2 The first 6 bits of the target address are set to 010000, the next bit is determined by the addr pin of the IO expander 0b010000[ADDR]
ADDR pin connected to ground
0b0100000 0x20
BOOTMODE IO Expander I2C2/I2C1_TA The first 6 bits of the target address are set to 010000, the next bit is determined by the addr pin of the IO expander 0b010000[ADDR]
ADDR pin connected to 3.3V IO supply
0b0100001 0x21
Current Monitor I2C2 The first three bits of the target address are 100, the following four bits are determined by what is hooked up to A1 and A0 Refer to Address pin table from Device Data Sheet. 0b1000000 0x40
Current Monitor I2C2 The first three bits of the target address are 100, the following four bits are determined by what is hooked up to A1 and A0 Refer to Address pin table from Device Data Sheet. 0b1000001 0x41
Temperature Sensor I2C2 Fixed value of 1001100 for part number TMP411Ax N/A 0b1001100 0x4C
LED Driver I2C2 The first four bits of the target address are 1100, the following three are determined by A2, A1, and A0 0b1100[A2][A1][A0]
A2/A1/A0 all connected to ground
0b1100000 0x60
Note: Underlined address bits are fixed based on the device addressing and cannot be configured.