Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

FLASH Private Functions

FLASH Private Functions
[FLASHFLASH Exported Functions]

Functions

void FLASH_PageErase (uint32_t PageAddress)
 Erase the specified FLASH memory page.

Detailed Description


Function Documentation

void FLASH_PageErase ( uint32_t  PageAddress )

Erase the specified FLASH memory page.

Parameters:
PageAddressFLASH page to erase The value of this parameter depend on device used within the same series
Return values:
None

Definition at line 1102 of file stm32f1xx_hal_flash_ex.c.