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.

TMS320F280039C: EEPROM state machine reference code.

Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hello,

Is there any TI's reference code for I2C EEPROM state machine?

I'm implementing blackbox function for MCRPS but there is not much to refer to in TI SDK example code.

Thanks.

  • Hi Jaehoon,

    We have 3 I2C EEPROM SW Examples as well as I2C EEPROM drivers within C2000Ware that showcase how to communicate between I2C and EEPROMs in different ways.

    Best Regards,

    Aishwarya

  • Can you tell me where is the path that includes 3 examples in C2000Ware?

    I need to write about 248 bytes into EEPROM but EEPROMs can be write only 8 bytes in one time and there is internal write delay.

    Does the example take these parts into account as well?

  • Jaehoon,

    At the path 'C:\ti\c2000\C2000Ware_5_02_00_00\driverlib\f28003x\examples\i2c\', the three examples include "eeprom" in their titles. I believe the examples take into account the internal write delay and write various amounts of bytes at a time. These drivers and examples can definitely be modified for your use case whether that be the amount of bytes transferred or delay needed.

    Best Regards,

    Aishwarya