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.

Flash and EEPROM drivers for TIRTOS for TM4C123

I am unable to locate any drivers/examples for flash and EEPROM storage in tirtos_tivac_2_12_01_33. I am working on a project where I need to store data in flash and EEPROM. Does th RTOS provide any drivers/examples  for same? If so please advise the path.

  • Hi Nikhil,

       Unfortunately we do not have any Flash/EEPROM driver or examples in TI-RTOS but Tivaware has driverlib API's for writing to flash. You can find the Tivaware driver in <TI-RTOS_INSTALL_DIR>/products/TivaWare_C_Series-2.1.0.12573c/driverlib

        I've found a couple of posts like this one with code examples of writing to EEPROM using the Tivaware driverlib. I'm sure you'll find others with some more searching. You can use these examples as a guideline and add the EEPROM API calls to your Tasks.

    Let me know if this helped

    Moses