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.

SPI interface for cc2538

Other Parts Discussed in Thread: CC2538

hii all...

i am prashanth. as a part of my project i have to interface M95M02-DR EEPROM to cc2538 with SPI.so i couldnt figure it out how to read n write data from the EEPROM. can any one please tell me what r the read and write commands to EEPROM .i had gone through foundation fermware example and peripheral lib also in that there r no APIs that specifies the memory address to where data should be written.can some one please help out with this......if any one done this it would be glad if u attach the code.

thank you.....

  • Hi,

    CC2538 foundation firmware provides SPI Master example. With that example as the baseline, you will need to implement the protocol required by the EEPROM device. Sorry for not being capable of helping on issues with EEPROM devices from outside TI.

    - Cetri
  • thank you....cetri

    yes i had gone through the SPI master example but what i am looking for is how we can send data to the EEPROM (M95M02-DR) and read data from EEPROM.M95M02-DR this is the part num of the EEPROM that i m going to interface....

    thank you...