Hi everyone,
I used SPI interface to access a external flash with page size 256 bytes.
I found I can't access full page, because the maximum of one SPI transaction is 255 bytes.
I need 260 bytes (include command and data) in one SPI transaction to access full page, is it possible to use SPI transaction more than 255 bytes?
Thank you!