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.

CCS/TMS570LS3137: EEPROM Write and Read With out using API

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Is there a detailed description of the flash wrapper and its FSM available? I am thinking of writing my own flash API because I need it for a certification project. Is it planned to to certify the F021? If yes, to which certification standard and which level,Is that possible to Read  Data from  EEPROM  directly using a Pointer??? ...

  • Hello Arjun,

    The FEE (EEPROM) driver can be generated through HALCoGen. The HALCoGen is compliant with ISO26262 SW development process. The HALCoGen Compliance Support Package (CSP) was developed to provide the necessary documentation, reports and unit test capability to assist customers using HALCoGen generated software to comply with functional safety standards such as IEC 61508 and ISO 26262.

    www.ti.com/.../safeti-halcogen-csp

    The EEPROM is write and read by data block index. The data blocks are predefined data structure for EEPROM. The driver doesn't use pointer or address to access the data in EEPROM.