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.

EEPROM with TIRTOS

Other Parts Discussed in Thread: TM4C123GH6PGE

Hi,

Im develop Tiva Microcontroller with Ti-RTOS. Can you share for me an example code or how to read write data with EEPROM in TI-RTOS.

My current Tiva is TM4C123GH6PGE.

Thank you so much.

  • Aut,

    What kind of EEPROM are you attempting to communicate with?  Does it have a serial or parallel interface?  We have a plethora of example code for using our Tivaware libraries to facilitate communication over SPI, I2C, GPIO bit banging, CAN... a very wide range of interfaces.  Without knowing what type of interface you are using to talk to the EEPROM, though, I don't know which peripheral you're going to need to use.

    Check out the examples/peripherals directory of your Tivaware installation directory (by default, C:/ti/TivaWare_C_Series-1.0|1).  Odds are, you'll be able to find an example of whatever peripheral your EEPROM talks over in that directory.

  • Hi Jordan,

    I use 2k internal EEPROM of chip.

    I try with C:\ti\tirtos_1_10_00_23\products\TivaWare_C_Series-1.0\driverlib\ eeprom driver but it not work.