This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 SDK for Mesh v3.0.0 PERSISTENT_STORAGE Macro Enable Create issue.

Hii,

I'm using Nordic nRF5 SDK for Mesh v3.0.0 Example Code in LIGHT SW Provisioner Example i got Error code please healp me how to solve.

In Case Of

 #define PERSISTENT_STORAGE 1

if  #define PERSISTENT_STORAGE 0 then works well. i want to store server and client data in stack so please help me out of it.

Regards,

-Nikunj

Parents
  • Hello Nikunj,

    I am sorry, the resolution of your screenshot is very low, so I can't see what it says. But I tested the provisioner with #define PERSISTENT_STORAGE 0, and I didn't run into any problems while provisioning the server or the client.

    Can you please tell me what it says in the log of your screenshot? When did you get the error? When you start the application, or after you start the provisioning (after you press button 1)?

    Did you do any other changes to the project, other than setting PERSISTENT_STORAGE to 0?

    Best regards,

    Edvin

Reply
  • Hello Nikunj,

    I am sorry, the resolution of your screenshot is very low, so I can't see what it says. But I tested the provisioner with #define PERSISTENT_STORAGE 0, and I didn't run into any problems while provisioning the server or the client.

    Can you please tell me what it says in the log of your screenshot? When did you get the error? When you start the application, or after you start the provisioning (after you press button 1)?

    Did you do any other changes to the project, other than setting PERSISTENT_STORAGE to 0?

    Best regards,

    Edvin

Children
Related