Tool/software:
Hi experts,
I am currently working on the am2612-lp board and connecting to an external nor flash(GD25LQ64E) via the ospi1 interface on the board to do some flash functional tests.
I found that only the first 8 bytes of data are correct when using the OSPI_readCmd function. Further, I found that when using the OSPI_writeCmd function, again only the first 8 bytes are sent correctly.
I'm wondering if I can only transfer a maximum of 8 bytes of data when using these two functions? Is this a limitation of your design or a bug?