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.

CIK file read error

Other Parts Discussed in Thread: UNIFLASH, CC3200

Hi

I used code from exocite garage

but in that following function not works

 lRetVal = sl_FsOpen((unsigned char *)CIK_FILENAME,
                        FS_MODE_OPEN_READ,
                        &ulToken,
                        &lFileHandle);
    if(lRetVal < 0)
    {
        lRetVal = sl_FsClose(lFileHandle, 0, 0, 0);
        ASSERT_ON_ERROR(FILE_OPEN_READ_FAILED);
        return FALSE;
    }

and lRetVal gives me value -11 in place of 0.

Once i format flash after this function not works...

please help...