2019-10-24 10:06 PM
Hello
I am using STM32F779BI controller.
I have to write data to external flash(MT25QL256ABA8ESF) using QSPI .
I have writen code but main issue it stucks after write enable command
any solutions for this ,or any samples examples , reply me
Best Regards
Dipak Garasiya
2019-10-24 11:14 PM
After the enable it usually spins waiting for the bit to reflect in the status register.
Should probably read the register and check if things are working there.
I'd probably check that READ ID works.
2019-11-01 10:17 PM
Hello , i have done successfully write data to flash but not able to read data over qspi from flash
Best Regards
Dipak Garasiya