Tool/software: TI-RTOS
Hi
We now meet a probleam, about the memory shared between M4 & A15.
M4 get a video frame and save it into DDR, then A15 read the frame from DDR.
The probleam is that the data in the frame reading from A15 is different from the data in the same fame which M4 captured.
The memeory in M4 is L1 cacahed & L2 non cached.
We may suspectted that is the cache probleam, we had change that the memory in A15 to non cached ,but the difference is sitll on.
Please help analyze.
Thx.