Tool/software: Code Composer Studio
Hi all,
We test the QSPI flash driver on IDK5718, and found the QSPI flash write speed is too slow, about 4KByte/s,
in u-boot, it works good.
The post mentioned the same issue, but it seems have no good answer.
The SF25FL_bufferWrite write JUST ONE byte on every programme cycle in memory map mode.
We try to change the length up to the FLASH's PAGE SIZE, eg.256,
BUT only the first byte is correct on FLASH.
Is any solution or suggestion for this issue??
Thanks very much.