Memory read/write - Memory read/write - 2026.1 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2026-06-23
Version
2026.1 English

For example, to read from address 0x0

session.mrd(address=0x0)

For example, to write 0x12345678 to address 0x0

session.mwr(address=0x0, words=0x12345678)