I’m developing a project on the nRF52840 that uses BLE + RTC + an SD card. It’s based on a previous project that only used BLE + RTC, and I’ve added the ability to store data on the SD card. However, a problem has appeared. In the BLE + RTC + SD card project, when I write data to the SD card, it succeeds a few times at the beginning, but most of the time it just waits for the block_dev interrupt, and that interrupt doesn’t seem to occur. Is there anything I should check in this situation? After merging everything into the BLE + RTC + SD card project, I confirmed that the basic SD card write operation itself works. The issue only happens when BLE is running, the RTC is running, and I also perform SD card write operations at the same time.