Visible to Intel only — GUID: xzu1533894145545
Ixiasoft
Example 2: Read and Write One Word of Data at Address H'40000000
#ensure system console prints 0xffffffff to indicate the address is empty of
#data
read_memory 0x40000000 1
#write 0xabcd1234 into address H'40000000
write_memory 0x40000000 0xabcd1234
#read back data to ensure it is successful written into the address
read_memory 0x40000000 1
Did you find the information on this page useful?
Feedback Message
Characters remaining: