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.

CC3235MODAS: Static vendor token Uniflash

Part Number: CC3235MODAS
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi,

I added a file in Uniflash and I clicked on the options "Secure", "Static" and "Vendor Token", and I defined my File Token, then created my bundle .tar to update the wifi module. Then, when I try to delete the file using the token that I defined in File Token in Uniflash, it throws the error -10365 SL_ERROR_FS_INVALID_TOKEN_SECURITY_ALERT.

Could you please tell me why the File Token that I defined in Uniflash is not working?

Thank you.

  • Hi,

    Can you elaborate the procedure you took?

    Did you create it from Uniflash and then tried to delete from the code?

    I tried it locally and it works for me.

    I created from Uniflash, used a token of 1234 and then deleted from the code like this:

    RetVal = sl_FsDel((unsigned char *)"readme.md", 1234);

    Maybe you are using the token in ""?

    Regards,

    Shlomi