Part Number: MSP432E401Y
Tool/software:
Hi,
I need to read the complete EEPROM , Is there any api i can use to get the complete EEPROM data? If not what is the best way to do it. Thanks in advance.
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.
Part Number: MSP432E401Y
Tool/software:
Hi,
I need to read the complete EEPROM , Is there any api i can use to get the complete EEPROM data? If not what is the best way to do it. Thanks in advance.
HI,
The API to use is EEPROMRead(). You can specify the number of words to read the EEPROM content. You can pass 1536 as the number of words to read the entire 6kB EEPROM.

