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
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