Hi @kerryzhou
I'm trying to read and write to SDRAM with SEMC_CM7 example code, everything is working fine with EVAL board. But if i try the same thing with our customized board which is similar to Eval board, for the same SEMC FPAGA is interfaced with addition chip select.
The SDRAM chip we used in our customized board is "W9825G6KH-52344P"
With our customized board with DATALEN of 0x1000 read and write is working fine with one change in the example code (evkbmimxrt1170_semc_cm7).
1. Disabled/commented "DCACHE_InvaliddateByRange" in our code".
2. We need to go for Read from SDRAM before going for Write operation
If we increase DATALEN to 0x2000 in example code, its failing in 32/16/8 bit Read write operation. What could be the reason, Can someone help me on this.
Pls refer attached workspace.