DHWCtrl.ApspiAlternateSend
Send alternately SPI programming instructions. First CmdCodeA
with address adr and the first byte in the data buffer, then
CmdCodeB with the same address and the second byte in the
buffer is sent. After that the address will be incremented.
This is repeated as long as data bytes are in the buffer.
Properties
- Command code: 0xE054
- 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. |
Length of CmdData | Integer (16 bits) |
Length of CmdData in bytes |
CmdData | Raw data | collection of all data bytes to send. |
Delay | Integer (16 bits) | Delay to assert before next command in milliseconds. |
Returned values (response frame)
None