This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SNV size on CC650

Other Parts Discussed in Thread: CC2650

Hey,

I need to store data on the the CC2650, I am based on the simpleBLEPeripheral project.

how can I know what is the space available for me to store? where I can find example for that? I need to store 10KB for example! is it possible?

Thanks.

  • Hello,

    Our simpleNV size is 2x 4kB pages so 8kB. That is the limit for using our SNV API. There is certainly more Flash available on the device, but that would require implementing your own scheme for using it, being sure to not interfere with app or stack sections.