QSPI Quad Read Commands Only Receiving 16 Bytes and Low Read Frequencies
We are creating a driver for a W25Q128JV Winbond Nor Flash chip. We are working with a STM32 H743ZI2 board and communicating on the QSPI peripheral with the help of the HAL libraries. Currently the driver can successfully Write to the chip using stan...