This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28027: TMS320F28027 Read/Write issue via i2c with EEPROM IC

Part Number: TMS320F28027
Other Parts Discussed in Thread: C2000WARE

if somebody can provide simple I2C write/read code to interface TMS320F28027 with EEPROM IC M24256 would be great.

  • Hello Sharique,

    While we do not discourage any community members from posting their code, TI does not generally provide custom drivers for specific external components. Please refer to the C2000Ware driver library for on-chip peripheral examples. Feel free to use these examples to learn about the modules and either adapt them or start fresh for creating your application code.

    C2000Ware does include an eeprom example located here: C:\ti\c2000\C2000Ware_1_00_03_00\device_support\f2802x\examples\structs\i2c_eeprom
    The C2000 boot loader also includes an I2C boot mode, the code for which is here: C:\ti\c2000\C2000Ware_1_00_03_00\libraries\boot_rom\f2802x\v2_0\rom_sources\source\I2C_Boot.c

    Again, you can use these examples as starting points for developing your code.

    Regards,
    Mark