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.

CC2650STK: Writing and reading data from flash memory via mobile application

Part Number: CC2650STK

I need to access the flash memory data in my mobile application and may even need to write into the flash memory via my mobile phone. I have made my self clear with these functions.

osal_snv_read(SNV_ID_APP, BUF_LEN, (void*)buf)
osal_snv_write(SNV_ID_APP, BUF_LEN, (void *)buf)

now I need to call them via my phone application. Can someone guide where to begin?


I have already written application that reads acceleromter data from sensortag using cordova ble manager library.

github.com/.../react-native-ble-manager

Thanks,

Faizan Shah