DHWCtrl.ApspiSingleSend
Send a single SPI programming instruction.
Properties
- Command code: 0xE052
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
CmdCode | Integer (8 bits) | command code of instruction. |
Address | Integer (16 bits) | target address of instruction. |
CmdData | Integer (8 bits) | data byte of instruction. |
Delay | Integer (16 bits) | Delay to assert before next command in milliseconds. |
Returned values (response frame)
None