HI,
i'm using SDK 15.2.0 and MESH SDK 3.1.0.
my program using the uart to get data from a sensor and sending it over the mesh network.
now i'm trying to write to the flash and read the this data.
when i'm using the flash_manager has the example here all work fine but i asked about it here and told me not to using the flash manager...(Why?How i can remove all the mesh network settings for the device ?).
so i tried to use the FDS has the support recommend me, but its not work for me when i try to initialize the fds the same way the example in SDK(<InstallFolder>\examples\peripheral\flash_fds) the program crash and i cant write and read from the flash. when i remove the uart option its work fine.
maybe someone know whats the problem ? there is a example to integrate uart mesh and FDS?
thanks!!!