Hi Experts,
I According to spec board has 16mb NOR flash, but there is an issue when I am trying to read data from NOR flash above 8MB,
I simple use TI examples qspi_flash_dma_transfers.c to perform RW testing but modify flash offset to 10mb #define APP_QSPI_FLASH_OFFSET (0xA00000U)
When I use jtag debugger for read data it seems like data write works well but read return ff,ff,ff,ff.
Do you have any clue what is the problem ?
Regards Mykola