This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62A-LP: With same addr, MCU R5 write ddr and DM R5 read ddr failed

Part Number: SK-AM62A-LP

Tool/software:

Dear all:

I wanna share data between MCU R5 and DM R5.

I use MCU R5 write ddr (from 0xffff_63c3 to 0xffff_ffff) and DM R5 read that. I failed!

From uart, i saw that MCU R5 can read all data waht i wrote (addr from 0xffff_63c3 to 0xffff_ffff).

But in DM R5, it seems like that i can only read part data from ddr,as shown in figure:

I do not write -1 in ddr (most is "-1").

To make sure that DM R5 read all data correctly , what should i do?