hi,I used NRF52833 to debug the program, and I used the ble_app_hid_mouse project in SDK16 to debug the fstore function ,and the file path is E:\nrf52833\nRF5SDK160098a08e2\examples\ble_peripheral\ble_app_hids_mouse\pca10056\s140\arm5_no_packs.
Now, I see some problems debugging the fstore functionality,when I started app_timer, when the timing time was less than 8ms, I found that when using fsrore to write data to flash, it would prompt an error.。but when I turn off the timer or the timer time is greater than 8MS, when using fstore to write data to flash, it is normal..
May I ask what the problem is?What can I do about it?