Problem of program using qspi mt25qL128 with octospi STM32H735VGT
Hi All,
I have a custom board with STM32735VGT(this mcu is with 1=quad SPI but using the register octpspi). I am using the micro mt25qL128 NOR flash.
I am using the 1-1-1(1 bit instruction, 1 but data) for read and configure the registers, erase
I am using the 1-4-4(1 bit instruction, 4 bits address and data) for read and program.
All read registers, configure registers and erase is working fine.
Using 1-4-4 to read the flash is working fine too.
But when using program flash, the status is ok. I can see WIP and ready bit is correctly changed. But the flag status register read back is 144=0x90. Bit7 means ready. But bit4=1 shows it has failure and protect error or crc error.
Please help.