Other Parts Discussed in Thread: CC2650
Hello,
In CC2650 module using SimpleBLEMulti in that i want to do osal_snv_write() and osal_snv_read(). when i did this the status return is 0x02 which means its a INVALIDPARAMETER. I'm using BLE STACK 2.0
state = osal_snv_write(0x80, 5, &data);
state = osal_snc_read(0x80, 5, &readData);
state is 0x02 (INVALIDPARAMETER).
And i read in forum for SimpleBLEMulti project need to enable the OSAL_SNV in stack project. So i changed OSAL_SNV=0 to OSAL_SNV=1 in stack project. Now i compiled the stack project it showing error as.
Error[Lp011]:section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x10778 bytes (max align 0x4) in <[0x0000e000-0x0001 efff]> (total uncommitted space 0xffd0).
Thanks in Advance,
Regards,
SenthilAnand Sampath