Access Restricted
This page contains internal documentation that is not publicly available.
DHWCtrl.ApspiAlternateRecv
Send alternately SPI programming instructions and receive data
bytes. Works similar to ApspiAlternateSend.
Properties
- Command code: 0xE055
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| CmdCodeA | Integer (8 bits) | command code of first instruction. |
| CmdCodeB | Integer (8 bits) | command code of second instruction. |
| Address | Integer (16 bits) | start address. |
| CmdDataLen | Integer (16 bits) | Number of data Bytes that should be retrieved. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of CmdData | Integer (16 bits) |
Length of CmdData in bytes |
| CmdData | Raw data | collection of all data Bytes received. |