Other Parts Discussed in Thread: CC2640, CC2640R2F, BLE-STACK
Hi Team,
I need to save a variable in flash so I started to refer this link http://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.00.00.22/exports/docs/blestack/html/cc2640/platform.html#flash
in that, I have two doubt where to declare this
OSAL_SVN = 1 --> in stack where ?
osal_snv_write() --> in app where?
can anyone suggest me related to this