DHWCtrl.FlashRead
Read data from program flash.
Properties
- Command code: 0xE062
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
StartAdr | Integer (32 bits) | Start address of the data to read. |
Len | Integer (16 bits) | Number of Bytes to read. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
Length of Data | Integer (16 bits) |
Length of Data in bytes |
Data | Raw data | Data read from the program flash. |