Tool/software:
Hello,
We are using AWR2E44P, and W25Q32JV as the external flash. We are using the memmap mode to read the data during initialization.
I have doubt that we don't set the read length in any register, only set the start address and 0x6B command, how we can realize the read action?
Another question is related to 0x6B command, the flash chip shows the sequence should be cmd+addr+dummy+data0+data1+data2+....., however from the testing log, it shows cmd+addr+dummy+data0 repeat cmd+addr+dummy+data1......
Whether I can use the 0xEB command to realize cmd+addr+dummy+data0,1,2,3....?