Hello,
I am using BLE stack v1.4.1.43908 and am trying to write and read some data to and from the non-volatile memory locations. But on compiling the project on IAR, it shows following error:
Error[e46]: Undefined external "osal_nv_item_init::?relay" referred in simpleBLESwitch ( C:\Texas Instruments\BLE-CC254x-1.4.1.43908\Projects\ble\SimpleBLESwitch_EM\
CC2540DB\CC2540EM\Obj\simpleBLESwitch.r51 )
Error[e46]: Undefined external "osal_nv_write::?relay" referred in simpleBLESwitch ( C:\Texas Instruments\BLE-CC254x-1.4.1.43908\Projects\ble\SimpleBLESwitch_EM\
CC2540DB\CC2540EM\Obj\simpleBLESwitch.r51 )
Error[e46]: Undefined external "osal_nv_read::?relay" referred in simpleBLESwitch ( C:\Texas Instruments\BLE-CC254x-1.4.1.43908\Projects\ble\SimpleBLESwitch_EM\
CC2540DB\CC2540EM\Obj\simpleBLESwitch.r51 )
Error while running Linker
Can anyone suggest some solution to get rid of these errors?
Thanks and regards,
Manan