Hi,
I use flash read operations at the BLE interrupts, because I need some of the stored informations. However, while I am doing another flash operations and BLE interrupt arrived at the same time the firmware stucks at the wait_for_flashready(&fstorage);.
Before doing any flash operation (Read/Write/Erase) I am looking for f_storage readyness. The BLE Interrupts are crucial and when they arrived they have to evaluate by firmware, but also I have to solve this conflict. What should I do?
Should I remove the flash read operations in BLE Interrupts?
Sincerely,