Hi Sir
I tried to read W25Q128JV with QSPI API, but the response data always incorrect. (last some bytes become to 0x0..)
I checked the spec, this flash default supports QSPI, I don't know what happened, please help.
if read 1 bytes from address 0
0x0
if read 4 bytes from address 0
0xFF 0x0 0x0 0x0 // last some bytes always are 0x0 ??