FLASH_Program_DoubleWord() function
Program a double word (64-bit) at a specified address.
Syntax
static void FLASH_Program_DoubleWord(uint32_t Address,
uint64_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.7V to 3.6V and Vpp in the range 7V to 9V. If an erase and a program operations are requested simultaneously, the erase operation is performed before the program one.