Hi!
I am currently developing product containing Thread mesh and BLE peripheral service. I am using Thread SDK v2 in my software. My application has to support writing to MCU flash. I am trying to do it with working radio. Unfortunately my application stops on first command, which is flash erase command. Flash storage module says it is busy, forever. My question is if nrf_fstorage module works with thread and BLE or am I supposed to turn off radio or one of protocols. I am also using scheduler in my application,. what may be important.