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

FLASH_If_EraseSectors() function

Erases the required FLASH Sectors.

Syntax

uint32_t FLASH_If_EraseSectors(uint32_t Address);
Implemented in flash_if.c:79

Arguments

Address

Start address for erasing data

Return value

0: Erase sectors done with success 1: Erase error

References

LocationReferrerText
flash_if.c:79
uint32_t FLASH_If_EraseSectors(uint32_t Address)
flash_if.h:62
uint32_t FLASH_If_EraseSectors(uint32_t Address);
command.c:143COMMAND_Download()
if(FLASH_If_EraseSectors(APPLICATION_ADDRESS) != 0x00)

Call Tree

Functions calling FLASH_If_EraseSectors()
Functions called by FLASH_If_EraseSectors()
all items filtered out
FLASH_If_EraseSectors()
Type of FLASH_If_EraseSectors()
FLASH_If_EraseSectors()
uint32_t
all items filtered out