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.

Project Zero - Including Simple NV Flash Storage



Hello,

I have been experiencing difficulty including the osal_snv libraries into project zero. There seem to be multiple declarations for the library functions, EG: 

I tried using singular declarations by commenting one of them out. Did not resolve the issue.

The only way I am able to use osal_snv was through following the BLE dev guide (section 3.10.2) and using the osal_snv functions declared in simple_ble type projects. I would like to include these functions into project zero.

Has anyone encountered similar problems?
Any recommendations?