Hi
I add the fstorage to ble_app_uart on the SDK v14.1 to work on nRF52810. After fstorage initialization, I could write data to flash.
However, if I write the data received by UART to flash, it return no error while the value is the old value. That is to say, the data hasn't been written to flash. The maic.c is my code. Could anyone give me some advice? Thanks