Other Parts Discussed in Thread: SK-AM62-LP
Tool/software:
Hi:
My SDK version is 10.01.10.04.
I try to support a spi nor flash ds25m4cb on my board and I add the driver.
When I test read, I use logic analyzer to get signal. For every block 0x10000, I can get more 36 bytes , 72 clk(freq is 20M).
The address mode is 4 bytes address.The read command is 0xEC.
We checked dma, it sends 0x10000 bytes to driver and drops the 36 bytes. But for next block, when I read it, the offset will add 36, so I will lose the 36 bytes data.
Why does it send the more 36 bytes data?