Hello,
I was trying to store some information in flash using littlefs. when I build and run the littlefs example alone it works fine as accepted. However, when I configure openthread example to run with littlefs example. the fs_mount function have an error! (it did not display in the terminal any error message it just restart the board). I don't know what exactly do openthread to flash memory.
I would like to know if this is the best way to save state of device and some information server in memory. because openthread use NVS to store some information and I try to store in it but did not work for me.
My board nrf52833dk and Im using 1.9.1 sdk.
any help please ^_^