Resolved! 1. Data cache disable issue, 2. flash interface (AXI vs. TCM)
If the Data cache is disabled to solve dma data coherency, it reduce performance a lot? I know functions SCB_ClearDCache(), SCB_InvalidateDCache() to solve that issue. But there is a risk that an error message will not occur even if omitted by mista...