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 SNV error

Hey,

I wrote to the Items 0x80 to 0x8F every one 200 bytes, then I started to run a code that first of all reads by osal_snv_read the items, and I read successfully the content and changing the content for any item and reading back the content... and it works after restarting the sensortag without any problem!

but sometimes it stops working successfully and starts to return MSG_BUFFER_NOT_AVAIL from the read even this Item was written?!

do I need at the firs time to use any function that configures the items? like to configure Item 0x80 for example and that I want it in size 200... then start using write and read functions?

but as I see I should use only the osal_snv_read  and the osal_snv_write functions, I understood that when I use the osal_snv_read  functions it configures the size of the selected Item!

Thanks.