FLASH_Program_Byte() function
Program byte (8-bit) at a specified address.
Syntax
static void FLASH_Program_Byte(uint32_t Address,
uint8_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 1.8V to 3.6V. If an erase and a program operations are requested simultaneously, the erase operation is performed before the program one.