Flash Erase Block Description
This block enables erasing data from the microcontroller’s internal Flash memory.

Table of Contents
Inputs
| Input Name | Type | Description |
|---|---|---|
| Sectors | uint8 | An array vector specifying the indices of the Flash memory pages or sectors designated to be erased. |
Outputs
| Output Name | Type | Description |
|---|---|---|
| Status | uint8 | Outlines the final operational execution status of the Flash erase command sequence:1 – operation completed successfully0 – operation failed |
Block Parameters
| Parameter | Description |
|---|---|
| Sample time [s] | Specifies the software cyclic refresh execution update interval for the block in seconds. |

CubeMX Configuration for a Given MCU Model
This block does not require any additional setup inside CubeMX.
See Also
Last updated on