FLASH_Program_HalfWord() function
Program a half-word (16-bit) at a specified address.
Syntax
static void FLASH_Program_HalfWord(uint32_t Address,
uint16_t Data);
Arguments
Address
specifies the address to be programmed.
Data
specifies the data to be programmed.
Return value
None
Notes
This function must be used when the device voltage range is from 2.1V to 3.6V. If an erase and a program operations are requested simultaneously, the erase operation is performed before the program one.