Referenece devzone example, :devzone.nordicsemi.com/.../mesh-mac-address
We should set the new MAC value via sd_ble_gap_addr_set before mesh_init( adv_start)
But flash manager was initialized in function mesh_init. It means that we can not use flash data( mesh configuration) before mesh_init, also means we can not read the MAC value stored in flash ?
So how to store the MAC address assigned in factory in correty way ,and how to read it and set to softdevice?
Urgent case because this issue has been block our factory manufaction, Please rise the priroty of this case as possible!