0

I would like to run the t32 cmm script for accessing memory and read/write test. And tried below code.

&srcadd=0x50000000
&destadd=0x50700000

REPEAT 100.
//WHILE (&srcadd<&destadd)
(
D.S ND:0x10:&srcadd %LE %Long 0xdeadface
&srcadd=&srcadd+0x4
)

This code worked for first time and not working on second run, seen different behavior that some of the location not written... random failures if I run the script on X86 core. Can you please provide any insights on this ? Also can you tell me how we can store the data from the memory to compare whether its written properly. I am validating internal memory and read/write test. It would be great if we have any sample t32 script for the same.

4

0 回答 0