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