Ppavan
New Contributor
4 years agoDifferent data during read and write using In-System Memory Content Editor
Hi,
I am trying to load data into a RAM using In-System Memory Content Editor.
I am writing and reading the data using tcl scripts.
I have observed one thing here:
1. the data I read back is not the same as the data that I initially wrote.
2. Everytime I tried reading back the data, I observe different data.
For ex:
the first time I executed the read back script, this is the data I got :
10 01 02 13 11 15 06 07 08.
the next time I read back the data, this is the data I got:
00 01 02 03 15 05 06 17 08 09
The data that I initially wrote is this:
00 01 02 03 04 05 06 07 08 09
Why does this happen?
Can you please help me in resolving this issue?
Regards,
Pavan P