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?