I'm using nRF51822 SoC . I wanna read and write from the flash memory . Shall I use a specific configuration before using read and write functions provided from S110 softDevice ?
I'm using nRF51822 SoC . I wanna read and write from the flash memory . Shall I use a specific configuration before using read and write functions provided from S110 softDevice ?
Reading is easy... Just read at the address.
For writing you will need to use something like the pstorage utility code.
Reading is easy... Just read at the address.
For writing you will need to use something like the pstorage utility code.