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.

CC2650 FLASH Example?

Other Parts Discussed in Thread: CC2650

So perhaps I just do not understand the api calls to the functions in halflash or nvocop but I really could use a small example these being used in a task...

Say for instance that I wanted to Write to memory of size int8_t about 4096 times.... 
Could I use a basic for loop with the value being hit by 8 to call the read and write from a given memory location? 

An ideal case for my use would be to have a total of int8_t x [8192] different entries without using an array  (I get ram issues if I do this...)I am unsure which direction I should go for the size of information I would like to use in my application (halflash vs nvocop) 

Also if you happen to suggest a direction do you have a basic example of the function being used in both a read and a write of a int8_t value into flash.... 
If this is a tad to vague I can elaborate on what I have tried and failed on thus far....