Other Parts Discussed in Thread: CC2540
Hi
I am using cc2540, and i want to write nearly 1024 bytes. using HAL API osal_snv_write and custom ID 0x80, but I am not sure how can I write or how much data I can write in ID 0x80
is it correct
#define DATA_LEN 2014
{
char data[1024];
.....
.....
VOID osal_snv_write(BLE_NVID_CUST_START, DATA_LEN,
&data);
}
or should I divide into segments if so then how much data can be write in one single NV ID (Customer NV Items - Range 0x80 - 0x8F )
Regards
Harshit