FLASH_If_Write() is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

FLASH_If_Write() function

Writes a data buffer in flash (data are 32-bit aligned).

Syntax

uint32_t FLASH_If_Write(uint32_t Address,     uint32_t Data);
Implemented in flash_if.c:115

Arguments

Address

Start address for writing data buffer

Data

Pointer on data buffer

Return value

0: Data successfully written to Flash memory 1: Error occurred while writing data in Flash memory

Notes

After writing data buffer, the flash content is checked.

References

LocationReferrerText
flash_if.c:115
uint32_t FLASH_If_Write(uint32_t Address, uint32_t Data)
flash_if.h:63
uint32_t FLASH_If_Write(uint32_t Address, uint32_t Data);
command.c:221COMMAND_ProgramFlashMemory()
if (FLASH_If_Write((LastPGAddress + programcounter),

Call Tree

Functions calling FLASH_If_Write()
Functions called by FLASH_If_Write()
all items filtered out
FLASH_If_Write()
all items filtered out
Data read by FLASH_If_Write()
FLASH_If_Write()
Type of FLASH_If_Write()
FLASH_If_Write()
uint32_t
all items filtered out