This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flash Write/Read Basic Way

Im using sdk 14.0 and s132 When i add flashwrite codes to my project which has bluetooth communication ,it does not work I wanna send data to flash and i wanna read/write it What is the simplest way to do this

Im using NRF52832.

Thank you

Parents
  • I would use fds.c (short for Flash Data Storage). You can a relative simple use in components/libraries/eddystone/es_flash.c Other examples also use FDS.

    Using flash is not trivial, and fds.c (in cooperation with fstorage.c) will hide away all the nasty stuff required to do it correctly.

Reply
  • I would use fds.c (short for Flash Data Storage). You can a relative simple use in components/libraries/eddystone/es_flash.c Other examples also use FDS.

    Using flash is not trivial, and fds.c (in cooperation with fstorage.c) will hide away all the nasty stuff required to do it correctly.

Children
No Data