can any one suggest me some tutorial,docs etc so i can understand how eprom is implemented in nrf52832.
can any one suggest me some tutorial,docs etc so i can understand how eprom is implemented in nrf52832.
There is no EEPROM on nRF5x chips, it's flash technology. It has several specifics like it must be erased in pages before writing to it (that can be done per 32-bit words), erasing takes pretty long time etc. There are resources on Infocenter about it.
There is no EEPROM on nRF5x chips, it's flash technology. It has several specifics like it must be erased in pages before writing to it (that can be done per 32-bit words), erasing takes pretty long time etc. There are resources on Infocenter about it.