trungnd33
Newbie level 4
Hi guys,
I have a device which read from N25Q256A (Digilent Pmod SF3) via SPI. My device sends 16 bit address addr[15:0] to the flash SPI along with the read command 03, expecting the flash chip will return 4 byte of data starting at address {addr[15:2], 2'b00} of the flash chip.
Given, I cannot make any modification to my device, how can I configure the flash chip so that it will always ignore the 2 LSB of address and return 4 bytes of data I expected?
In case, you know other flash allow that configuration, please recommend.
Much appriciated
I have a device which read from N25Q256A (Digilent Pmod SF3) via SPI. My device sends 16 bit address addr[15:0] to the flash SPI along with the read command 03, expecting the flash chip will return 4 byte of data starting at address {addr[15:2], 2'b00} of the flash chip.
Given, I cannot make any modification to my device, how can I configure the flash chip so that it will always ignore the 2 LSB of address and return 4 bytes of data I expected?
In case, you know other flash allow that configuration, please recommend.
Much appriciated