DRV.MEMADDR
Description
DRV.MEMADDR sets the address that is used by DRV.MEMDATA. The input can be either an internal parameter of the drive or any direct address from the DSP address space (SDRAM, internal RAM, or asynchronous memory). The input value can be either decimal or hexadecimal with 0x prefix.
Type extension can be one of the following:
U8,S8,U16,S16,U32,S32,U64,S64.
Examples
Setting to an internal parameter:
-->DRV.MEMADDR CCommandHandler.Debug1
Setting to an internal address:
-->DRV.MEMADDR 0xffabcde.u16
General Information
Type |
R/W Parameter |
Units |
N/A |
Range |
N/A |
Default Value |
U8 |
Data Type |
N/A |
Start Version |
M_01-00-00-000 |
Related Topics