[STM32H750BX][QSPI] Issue with W25N01GVZEIG NAND Flash Driver
Hello,
Please, I am working on a Custom Project with STM32H7 platform and I am using a NAND Flash for Data Storage (W25N01GVZEIG). I can execute correctly all commands except :
- (32h) Quad Program Data Load .
I can write using (02h) Program Data Load with SPI mode with no issues, but once I switch to Quad mode (32h) the data written is not correct, seems there is some bits corruption.
{0x11,0x22,0x44,0x88} is written {0x91,0x22,0x04,0x48}. I suspected the pinout first but the Quad read is working fine.
I saw a similar question QSPI of STM32L496A but didn't fix my issue.
Could you support on this?
Thanks,
Ayoub
