Hi all ,
We are using MSP432E401Y microcontroller in our project . And for Password set and Write protection for EEPROM ,we are refering "MSP432E4 DriverLib API Guide: Eeprom_api (ti.com)" this document .
Needed clarification's are:
1. Once the password is set and the type of protection is set using the API , will it be permanent even if the MC restarts.
2. I am also doing the Mass Erase using the API (after the EEPROM initialization) and I am getting the return status as 0(means erase successfull) , but even after doing this , if I do
EEPROMBlockProtectGet()
the return status is 0 means
#define | EEPROM_PROT_RW_LRO_URW 0x00000000 |
SO then how to resolve this?
Regards,
HARSHA