Access Restricted
This page contains internal documentation that is not publicly available.
DHWCtrl.FlashErase
Erase Count sectors starting at Sector. For managed-flash
slots (e.g. eMMC) this may be a TRIM hint or a no-op;
the status is OK in either case.
Properties
- Command code: 0xE132
- Command timeout: 100 ms
- Possible status codes: General status codes, DHWCtrl.ErrInvalidIndex, DHWCtrl.ErrFlashRange, DHWCtrl.ErrFlashErase, DHWCtrl.ErrHardware
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Index | Integer (8 bits) | Zero-based instance index within this peripheral category. The valid range is firmware / hardware-variant specific; discoverable via ListPeripherals. |
| Sector | Integer (32 bits) | Zero-based sector index within the slot. |
| Count | Integer (32 bits) | Number of sectors to erase. |
Returned values (response frame)
None