Write UUID and data during production CYBT-213043-02

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AKORICHE
Level 1
Level 1
50 sign-ins First solution authored 25 sign-ins

Hello,

Actually, we work with CYBT-213043-02 to make an application using the mesh stack. We use an embeded provisionner to provision the nodes.
Is there any documentation about the flash mapping where the network information is stored ?
Hwo do we program static data such UUID during production ? is there any advice ?

Thank you for your answer

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Unfortunately, there is no such document that explains flash mappings. Usually, UUID should be unique and randomly generated. For testing and qualification purposes, you can configure a hardcoded id as well. For that please check mesh_application.c. (mesh_application_init())

 

Thanks,

-Dheeraj.P.K

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Unfortunately, there is no such document that explains flash mappings. Usually, UUID should be unique and randomly generated. For testing and qualification purposes, you can configure a hardcoded id as well. For that please check mesh_application.c. (mesh_application_init())

 

Thanks,

-Dheeraj.P.K

0 Likes