mdm_drwr
Write to MDM Debug Register.
Syntax
mdm_drwr [options] <cmd> <data> <bitlen>
Write to MDM Debug Register. cmd is 8-bit MDM command to access a Debug Register. data is the register value and bitlen is the register width.
Options
Option | Description |
---|---|
-user <bscan number> | Specify user bscan port number. Default is 2. |
Returns
Nothing, if successful. Error string, if BSCAN port is invalid.
Example(s)
mdm_drwr 8 0x40 8
Write to MDM Break/Reset Control Reg.