SLLU386 August   2024 TIOL221

 

  1.   1
  2.   Description
  3.   Features
  4.   Applications
  5.   5
  6. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  7. 2Hardware
    1. 2.1 Power Requirements
    2. 2.2 Current Limit Configuration
    3. 2.3 Setup
    4. 2.4 Header Information
    5. 2.5 Jumper Information
    6. 2.6 IO-Link Interface
    7. 2.7 Test Points
    8. 2.8 I2C EEPROM
  8. 3Software
  9. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layouts
    3. 4.3 Bill of Materials (BOM)
  10. 5Additional Information
    1. 5.1 Trademarks

I2C EEPROM

The TIOL221EVM contains an 8Kb EEPROM device with an I2C interface that can be used for local storage of device parameters accessible when the EVM is used with a microcontroller. This device is not directly connected to the TIOL221 device and is provided solely for the convenience of the user and is not required to evaluate any features of the TIOL221.

Note:

The CAT24C08TDI-GT3 EEPROM device has Device Address of 0x50 and a Write Protect pin (WP) that must be pulled low to allow write access to the protected memory.

For example, the following parameters store the byte values of 0x12 in the EEPROM memory address 0x00 when following standard I2C protocol.

  • Device Address = 0x50
  • Read/Write bit = 0
  • Memory Address = 0x00
  • Data Byte = 0x12
  • WP = Low

Likewise, the following parameters return the values stored in the EEPROM memory address 0x00 when following standard I2C protocol for a selective read.

  • Device Address = 0x50
  • Read/Write bit = 1
  • Memory Address = 0x00