Hi! I'm facing a similar problem. I accidentally set the CMP bit in StatusRegister2. I managed to perform a sequence of actions manually:w25q_write_enable(); w25q_write_status_reg(2, 2);It helped me. I hope this helps someone too. It remains a myster...