HAL
FLASH_Program_Word() is only used within HAL.
 
Symbols
loading...
Files
loading...

FLASH_Program_Word() function

Program word (32-bit) at a specified address.

Syntax

static void FLASH_Program_Word(uint32_t Address,     uint32_t Data);
Implemented in stm32f4xx_hal_flash.c:644

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. If an erase and a program operations are requested simultaneously, the erase operation is performed before the program one.

References

LocationReferrerText
stm32f4xx_hal_flash.c:644
static void FLASH_Program_Word(uint32_t Address, uint32_t Data)
stm32f4xx_hal_flash.c:115
static void FLASH_Program_Word(uint32_t Address, uint32_t Data);
stm32f4xx_hal_flash.c:182HAL_FLASH_Program()
FLASH_Program_Word(Address, (uint32_t) Data);
stm32f4xx_hal_flash.c:244HAL_FLASH_Program_IT()
FLASH_Program_Word(Address, (uint32_t) Data);

Call Tree

Functions calling FLASH_Program_Word()
Functions called by FLASH_Program_Word()
FLASH_Program_Word()
assert_failed()
all items filtered out
Data read by FLASH_Program_Word()
Data written by FLASH_Program_Word()
FLASH_Program_Word()
all items filtered out