Question
Problem regarding programming NOR flash via OCTOSPI
I am using STM32L4R5 and S25FL128L (quadspi) NOR flash interfaced over OCTOSPI. Currently we are using single channel for erase, read and write operations. Read and erase operations seems working fine. But we are facing issue for write/program operations.
When we use indirect mode STM32L4R5 is able to write only 2 bytes instead of 256 bytes for one program command. If we use memory mapped mode, we able to write only 32 bytes in one loop of 256 byte write.
Could you please provide your expert comments for this issue.
