Tool/software: Code Composer Studio
Hi
I am using QSPI Driver to implement the read/write fuction in SFLASH.
I have found that there is a problem with the "QSPIFlash_singleRead()" function.
There is a problem that the data of the input address + 1 can be read because the data must be able to be read from the input address value.
So I checked.
Inside QSPIFlash_singleRead () function
/ * Send dummy byte * /
QSPIFlashWriteByte (QSPIHandle, 0U, dataLen + 1U);
Is a problem.
I want you to check the bugs.
Thanks.
-Changyu Kim