hi, i am working on code which require to store data array of 20x20 to store in flash area using FDS or any other possibilities.
1)i confused with FDS concept. how i can write data to flash during progrinamming nrf51 chip which is present in file.
2)HOW TO READ data[20][20] while running the program in after giving ble command to chip. and also i need to compare this data[20][20] with user sample values.
3)i was little confused proximity example bcoz it is using peer manager(i only need how fds working)is it possible to create a page with key and id for storing this data[20][20].
4)Can anyone provide example code with storing and reading array[2][2] at least. so that i can get knowledge on this FDS concept.
THANK YOU....