DRV.MEMDATA

Description

DRV.MEMDATA reads or writes a value using the address set by DRV.MEMADDR . The write value accepts decimal or "0x" hexadecimal format. The read value defaults to decimal display but can be set to hexadecimal with the command "DRV.READFORMAT 16".

Examples


  • These are example addresses. Never write to an address unless you are certain it is safe.

Read a value from internal address:

-->DRV.MEMADDR 0x1234.u32

--DRV.MEMDATA

3800219712

Write a decimal value to an internal address:

-->DRV.MEMDATA 123

Write a hexadecimal value to an internal address:

-->DRV.MEMDATA 0xFEDC

General Information

Type

R/W Parameter

Units

N/A

Range

N/A

Default Value

N/A

Data Type

N/A

Start Version

M_01-00-00-000