STM32L452 QUAD SPI - wrong address on bus
Posted on January 16, 2018 at 11:32Hello,I use STM32L452 QUAd SPI for communicate with Winbond w25n01g NAND Flash.My init code ispage = 0x30; /* Initialize the read command */ sCommand.InstructionMode = QSPI_INSTRUCTION_1_LINE; sCommand.Instruc...