Kinetis Bootloader  2.0.0
Common bootloader for Kinetis devices
C90TFS Flash Driver
+ Collaboration diagram for C90TFS Flash Driver:

Data Structures

struct  flash_execute_in_ram_function_config_t
 Flash execute-in-ram function information. More...
 
struct  flash_swap_state_config_t
 Flash Swap information. More...
 
struct  flash_swap_ifr_field_config_t
 Flash Swap IFR fields. More...
 
union  flash_swap_ifr_field_data_t
 Flash Swap IFR field data. More...
 
struct  flash_operation_config_t
 Active flash information for current operation. More...
 
struct  flash_config_t
 Flash driver state information. More...
 

Typedefs

typedef void(* flash_callback_t) (void)
 callback type used for pflash block
 

Enumerations

enum  flash_margin_value_t {
  kFLASH_MarginValueNormal,
  kFLASH_MarginValueUser,
  kFLASH_MarginValueFactory,
  kFLASH_MarginValueInvalid,
  kFLASH_MarginValueNormal,
  kFLASH_MarginValueUser,
  kFLASH_MarginValueFactory,
  kFLASH_MarginValueInvalid
}
 Enumeration for supported flash margin levels. More...
 
enum  flash_security_state_t {
  kFLASH_SecurityStateNotSecure,
  kFLASH_SecurityStateBackdoorEnabled,
  kFLASH_SecurityStateBackdoorDisabled,
  kFLASH_SecurityStateNotSecure,
  kFLASH_SecurityStateBackdoorEnabled,
  kFLASH_SecurityStateBackdoorDisabled
}
 Enumeration for the three possible flash security states. More...
 
enum  flash_protection_state_t {
  kFLASH_ProtectionStateUnprotected,
  kFLASH_ProtectionStateProtected,
  kFLASH_ProtectionStateMixed,
  kFLASH_ProtectionStateUnprotected,
  kFLASH_ProtectionStateProtected,
  kFLASH_ProtectionStateMixed
}
 Enumeration for the three possible flash protection levels. More...
 
enum  flash_execute_only_access_state_t {
  kFLASH_AccessStateUnLimited,
  kFLASH_AccessStateExecuteOnly,
  kFLASH_AccessStateMixed,
  kFLASH_AccessStateUnLimited,
  kFLASH_AccessStateExecuteOnly,
  kFLASH_AccessStateMixed
}
 Enumeration for the three possible flash execute access levels. More...
 
enum  flash_property_tag_t {
  kFLASH_PropertyPflashSectorSize = 0x00U,
  kFLASH_PropertyPflashTotalSize = 0x01U,
  kFLASH_PropertyPflashBlockSize = 0x02U,
  kFLASH_PropertyPflashBlockCount = 0x03U,
  kFLASH_PropertyPflashBlockBaseAddr = 0x04U,
  kFLASH_PropertyPflashFacSupport = 0x05U,
  kFLASH_PropertyPflashAccessSegmentSize = 0x06U,
  kFLASH_PropertyPflashAccessSegmentCount = 0x07U,
  kFLASH_PropertyFlexRamBlockBaseAddr = 0x08U,
  kFLASH_PropertyFlexRamTotalSize = 0x09U,
  kFLASH_PropertyDflashSectorSize = 0x10U,
  kFLASH_PropertyDflashTotalSize = 0x11U,
  kFLASH_PropertyDflashBlockSize = 0x12U,
  kFLASH_PropertyDflashBlockCount = 0x13U,
  kFLASH_PropertyDflashBlockBaseAddr = 0x14U,
  kFLASH_PropertyEepromTotalSize = 0x15U,
  kFLASH_PropertyPflashSectorSize = 0x00U,
  kFLASH_PropertyPflashTotalSize = 0x01U,
  kFLASH_PropertyPflashBlockSize = 0x02U,
  kFLASH_PropertyPflashBlockCount = 0x03U,
  kFLASH_PropertyPflashBlockBaseAddr = 0x04U,
  kFLASH_PropertyPflashFacSupport = 0x05U,
  kFLASH_PropertyPflashAccessSegmentSize = 0x06U,
  kFLASH_PropertyPflashAccessSegmentCount = 0x07U,
  kFLASH_PropertyFlexRamBlockBaseAddr = 0x08U,
  kFLASH_PropertyFlexRamTotalSize = 0x09U,
  kFLASH_PropertyDflashSectorSize = 0x10U,
  kFLASH_PropertyDflashTotalSize = 0x11U,
  kFLASH_PropertyDflashBlockSize = 0x12U,
  kFLASH_PropertyDflashBlockCount = 0x13U,
  kFLASH_PropertyDflashBlockBaseAddr = 0x14U,
  kFLASH_PropertyEepromTotalSize = 0x15U,
  kFLASH_PropertyVersion = 0x20U
}
 Enumeration for various flash properties. More...
 
enum  _flash_execute_in_ram_function_constants {
  kFLASH_ExecuteInRamFunctionMaxSize = 64U,
  kFLASH_ExecuteInRamFunctionTotalNum = 2U,
  kFLASH_ExecuteInRamFunctionMaxSize = 64U,
  kFLASH_ExecuteInRamFunctionTotalNum = 2U
}
 Constants for execute-in-ram flash function. More...
 
enum  flash_read_resource_option_t {
  kFLASH_ResourceOptionFlashIfr,
  kFLASH_ResourceOptionVersionId = 0x01U,
  kFLASH_ResourceOptionFlashIfr,
  kFLASH_ResourceOptionVersionId = 0x01U
}
 Enumeration for the two possible options of flash read resource command. More...
 
enum  _flash_read_resource_range {
  kFLASH_ResourceRangePflashIfrSizeInBytes = 1024U,
  kFLASH_ResourceRangeVersionIdSizeInBytes = 8U,
  kFLASH_ResourceRangeVersionIdStart = 0x08U,
  kFLASH_ResourceRangeVersionIdEnd = 0x0FU,
  kFLASH_ResourceRangePflashSwapIfrStart = 0x40000U,
  kFLASH_ResourceRangePflashSwapIfrEnd,
  kFLASH_ResourceRangePflashIfrSizeInBytes = 1024U,
  kFLASH_ResourceRangeVersionIdSizeInBytes = 8U,
  kFLASH_ResourceRangeVersionIdStart = 0x08U,
  kFLASH_ResourceRangeVersionIdEnd = 0x0FU,
  kFLASH_ResourceRangePflashSwapIfrStart = 0x40000U,
  kFLASH_ResourceRangePflashSwapIfrStart = 0x40000U,
  kFLASH_ResourceRangePflashSwapIfrStart = 0x40000U,
  kFLASH_ResourceRangePflashSwapIfrStart = 0x40000U,
  kFLASH_ResourceRangePflashSwapIfrEnd,
  kFLASH_ResourceRangeDflashIfrStart = 0x800000U,
  kFLASH_ResourceRangeDflashIfrEnd = 0x8003FFU
}
 Enumeration for the range of special-purpose flash resource. More...
 
enum  flash_flexram_function_option_t {
  kFLASH_FlexramFunctionOptionAvailableAsRam = 0xFFU,
  kFLASH_FlexramFunctionOptionAvailableForEeprom = 0x00U
}
 Enumeration for the two possilbe options of set flexram function command. More...
 
enum  _flash_acceleration_ram_property { kFLASH_AccelerationRamSize = 0x400U }
 Enumeration for acceleration ram property.
 
enum  flash_swap_function_option_t {
  kFLASH_SwapFunctionOptionEnable = 0x00U,
  kFLASH_SwapFunctionOptionDisable = 0x01U
}
 Enumeration for the possible options of Swap function. More...
 
enum  flash_swap_control_option_t {
  kFLASH_SwapControlOptionIntializeSystem = 0x01U,
  kFLASH_SwapControlOptionSetInUpdateState = 0x02U,
  kFLASH_SwapControlOptionSetInCompleteState = 0x04U,
  kFLASH_SwapControlOptionReportStatus = 0x08U,
  kFLASH_SwapControlOptionDisableSystem = 0x10U
}
 Enumeration for the possible options of Swap Control commands. More...
 
enum  flash_swap_state_t {
  kFLASH_SwapStateUninitialized = 0x00U,
  kFLASH_SwapStateReady = 0x01U,
  kFLASH_SwapStateUpdate = 0x02U,
  kFLASH_SwapStateUpdateErased = 0x03U,
  kFLASH_SwapStateComplete = 0x04U,
  kFLASH_SwapStateDisabled = 0x05U
}
 Enumeration for the possible flash swap status. More...
 
enum  flash_swap_block_status_t {
  kFLASH_SwapBlockStatusLowerHalfProgramBlocksAtZero,
  kFLASH_SwapBlockStatusUpperHalfProgramBlocksAtZero
}
 
enum  flash_partition_flexram_load_option_t {
  kFLASH_PartitionFlexramLoadOptionLoadedWithValidEepromData,
  kFLASH_PartitionFlexramLoadOptionNotLoaded = 0x01U
}
 Enumeration for FlexRAM load during reset option. More...
 

Flash version

enum  _flash_driver_version_constants {
  kFLASH_DriverVersionName = 'F',
  kFLASH_DriverVersionMajor = 2,
  kFLASH_DriverVersionMinor = 1,
  kFLASH_DriverVersionBugfix = 0,
  kFLASH_DriverVersionName = 'F',
  kFLASH_DriverVersionMajor = 2,
  kFLASH_DriverVersionMinor = 1,
  kFLASH_DriverVersionBugfix = 0
}
 FLASH driver version for ROM. More...
 

Flash status

enum  _flash_status {
  kStatus_FLASH_Success = MAKE_STATUS(kStatusGroupGeneric, 0),
  kStatus_FLASH_InvalidArgument = MAKE_STATUS(kStatusGroupGeneric, 4),
  kStatus_FLASH_SizeError = MAKE_STATUS(kStatusGroupFlashDriver, 0),
  kStatus_FLASH_AlignmentError,
  kStatus_FLASH_AddressError = MAKE_STATUS(kStatusGroupFlashDriver, 2),
  kStatus_FLASH_AccessError,
  kStatus_FLASH_ProtectionViolation,
  kStatus_FLASH_CommandFailure,
  kStatus_FLASH_UnknownProperty = MAKE_STATUS(kStatusGroupFlashDriver, 6),
  kStatus_FLASH_EraseKeyError = MAKE_STATUS(kStatusGroupFlashDriver, 7),
  kStatus_FLASH_RegionExecuteOnly = MAKE_STATUS(kStatusGroupFlashDriver, 8),
  kStatus_FLASH_ExecuteInRamFunctionNotReady,
  kStatus_FLASH_PartitionStatusUpdateFailure,
  kStatus_FLASH_SetFlexramAsEepromError,
  kStatus_FLASH_RecoverFlexramAsRamError,
  kStatus_FLASH_SetFlexramAsRamError = MAKE_STATUS(kStatusGroupFlashDriver, 13),
  kStatus_FLASH_RecoverFlexramAsEepromError,
  kStatus_FLASH_CommandNotSupported = MAKE_STATUS(kStatusGroupFlashDriver, 15),
  kStatus_FLASH_SwapSystemNotInUninitialized,
  kStatus_FLASH_SwapIndicatorAddressError,
  kStatus_FLASH_Success = MAKE_STATUS(kStatusGroupGeneric, 0),
  kStatus_FLASH_InvalidArgument = MAKE_STATUS(kStatusGroupGeneric, 4),
  kStatus_FLASH_SizeError = MAKE_STATUS(kStatusGroupFlashDriver, 0),
  kStatus_FLASH_AlignmentError,
  kStatus_FLASH_AddressError = MAKE_STATUS(kStatusGroupFlashDriver, 2),
  kStatus_FLASH_AccessError,
  kStatus_FLASH_ProtectionViolation,
  kStatus_FLASH_CommandFailure,
  kStatus_FLASH_UnknownProperty = MAKE_STATUS(kStatusGroupFlashDriver, 6),
  kStatus_FLASH_EraseKeyError = MAKE_STATUS(kStatusGroupFlashDriver, 7),
  kStatus_FLASH_RegionExecuteOnly = MAKE_STATUS(kStatusGroupFlashDriver, 8),
  kStatus_FLASH_ExecuteInRamFunctionNotReady,
  kStatus_FLASH_PartitionStatusUpdateFailure,
  kStatus_FLASH_SetFlexramAsEepromError,
  kStatus_FLASH_RecoverFlexramAsRamError,
  kStatus_FLASH_SetFlexramAsRamError = MAKE_STATUS(kStatusGroupFlashDriver, 13),
  kStatus_FLASH_RecoverFlexramAsEepromError,
  kStatus_FLASH_CommandNotSupported = MAKE_STATUS(kStatusGroupFlashDriver, 15),
  kStatus_FLASH_SwapSystemNotInUninitialized,
  kStatus_FLASH_SwapIndicatorAddressError
}
 Flash driver status codes. More...
 

Flash API key

enum  _flash_driver_api_keys {
  kFLASH_ApiEraseKey = FOUR_CHAR_CODE('k', 'f', 'e', 'k'),
  kFLASH_ApiEraseKey = FOUR_CHAR_CODE('k', 'f', 'e', 'k')
}
 Enumeration for flash driver API keys. More...
 

Initialization

status_t FLASH_Init (flash_config_t *config)
 Initializes global flash properties structure members. More...
 
status_t FLASH_SetCallback (flash_config_t *config, flash_callback_t callback)
 Set the desired flash callback function. More...
 
status_t FLASH_PrepareExecuteInRamFunctions (flash_config_t *config)
 Prepare flash execute-in-ram functions. More...
 

Erasing

status_t FLASH_EraseAll (flash_config_t *config, uint32_t key)
 Erases entire flash. More...
 
status_t FLASH_Erase (flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key)
 Erases flash sectors encompassed by parameters passed into function. More...
 
status_t FLASH_EraseAllUnsecure (flash_config_t *config, uint32_t key)
 Erases entire flash, including protected sectors. More...
 
status_t FLASH_EraseAllExecuteOnlySegments (flash_config_t *config, uint32_t key)
 Erases all program flash execute-only segments defined by the FXACC registers. More...
 

Programming

status_t FLASH_Program (flash_config_t *config, uint32_t start, uint32_t *src, uint32_t lengthInBytes)
 Programs flash with data at locations passed in through parameters. More...
 
status_t FLASH_ProgramOnce (flash_config_t *config, uint32_t index, uint32_t *src, uint32_t lengthInBytes)
 Programs Program Once Field through parameters. More...
 
status_t FLASH_ProgramSection (flash_config_t *config, uint32_t start, uint32_t *src, uint32_t lengthInBytes)
 Programs flash with data at locations passed in through parameters via Program Section command. More...
 
status_t FLASH_EepromWrite (flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes)
 Programs EEPROM with data at locations passed in through parameters. More...
 

Reading

status_t FLASH_ReadResource (flash_config_t *config, uint32_t start, uint32_t *dst, uint32_t lengthInBytes, flash_read_resource_option_t option)
 Read resource with data at locations passed in through parameters. More...
 
status_t FLASH_ReadOnce (flash_config_t *config, uint32_t index, uint32_t *dst, uint32_t lengthInBytes)
 Read Program Once Field through parameters. More...
 

Security

status_t FLASH_GetSecurityState (flash_config_t *config, flash_security_state_t *state)
 Returns the security state via the pointer passed into the function. More...
 
status_t FLASH_SecurityBypass (flash_config_t *config, const uint8_t *backdoorKey)
 Allows user to bypass security with a backdoor key. More...
 

Verification

status_t FLASH_VerifyEraseAll (flash_config_t *config, flash_margin_value_t margin)
 Verifies erasure of entire flash at specified margin level. More...
 
status_t FLASH_VerifyErase (flash_config_t *config, uint32_t start, uint32_t lengthInBytes, flash_margin_value_t margin)
 Verifies erasure of desired flash area at specified margin level. More...
 
status_t FLASH_VerifyProgram (flash_config_t *config, uint32_t start, uint32_t lengthInBytes, const uint32_t *expectedData, flash_margin_value_t margin, uint32_t *failedAddress, uint32_t *failedData)
 Verifies programming of desired flash area at specified margin level. More...
 
status_t FLASH_VerifyEraseAllExecuteOnlySegments (flash_config_t *config, flash_margin_value_t margin)
 Verifies if the program flash executeonly segments have been erased to the specified read margin level. More...
 

Protection

status_t FLASH_IsProtected (flash_config_t *config, uint32_t start, uint32_t lengthInBytes, flash_protection_state_t *protection_state)
 Returns the protection state of desired flash area via the pointer passed into the function. More...
 
status_t FLASH_IsExecuteOnly (flash_config_t *config, uint32_t start, uint32_t lengthInBytes, flash_execute_only_access_state_t *access_state)
 Returns the access state of desired flash area via the pointer passed into the function. More...
 

Properties

status_t FLASH_GetProperty (flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *value)
 Returns the desired flash property. More...
 

FlexRAM

status_t FLASH_SetFlexramFunction (flash_config_t *config, flash_flexram_function_option_t option)
 Set FlexRAM Function command. More...
 

Swap

status_t FLASH_SwapControl (flash_config_t *config, uint32_t address, flash_swap_control_option_t option, flash_swap_state_config_t *returnInfo)
 Configure Swap function or Check the swap state of Flash Module. More...
 
status_t FLASH_Swap (flash_config_t *config, uint32_t address, flash_swap_function_option_t option)
 Swap the lower half flash with the higher half flaock. More...
 

FlexNVM

status_t FLASH_ProgramPartition (flash_config_t *config, flash_partition_flexram_load_option_t option, uint32_t eepromDataSizeCode, uint32_t flexnvmPartitionCode)
 Prepares the FlexNVM block for use as data flash, EEPROM backup, or a combination of both and initializes the FlexRAM. More...
 

Flash Protection Utilities

status_t FLASH_PflashSetProtection (flash_config_t *config, uint32_t protectStatus)
 Set PFLASH Protection to the intended protection status. More...
 
status_t FLASH_PflashGetProtection (flash_config_t *config, uint32_t *protectStatus)
 Get PFLASH Protection Status. More...
 
status_t FLASH_DflashSetProtection (flash_config_t *config, uint8_t protectStatus)
 Set DFLASH Protection to the intended protection status. More...
 
status_t FLASH_DflashGetProtection (flash_config_t *config, uint8_t *protectStatus)
 Get DFLASH Protection Status. More...
 
status_t FLASH_EepromSetProtection (flash_config_t *config, uint8_t protectStatus)
 Set EEPROM Protection to the intended protection status. More...
 
status_t FLASH_EepromGetProtection (flash_config_t *config, uint8_t *protectStatus)
 Get DFLASH Protection Status. More...
 

Usage Information

The flash provides the C90TFS Flash driver of Kinetis devices with the C90TFS Flash module inside. The flash provides general APIs to handle specific operations on C90TFS/FTFx Flash module. The user can use those APIs directly in the application. In addition, it provides internal functions called by the driver. Although these functions are not meant to be called from the user's application directly, the APIs can still be used.


Data Structure Documentation

struct flash_execute_in_ram_function_config_t

Flash execute-in-ram function information.

Data Fields
uint32_t activeFunctionCount

Number of available execute-in-ram functions.

uint8_t * flashCacheClearCommand

execute-in-ram function: flash_cache_clear_command.

uint8_t * flashRunCommand

execute-in-ram function: flash_run_command.

struct flash_swap_state_config_t

Flash Swap information.

Data Fields
flash_swap_block_status_t currentSwapBlockStatus

Current swap block status.

flash_swap_state_t flashSwapState

Current swap system status.

flash_swap_block_status_t nextSwapBlockStatus

Next swap block status.

struct flash_swap_ifr_field_config_t

Flash Swap IFR fields.

Data Fields
uint8_t reserved0[4]

Reserved field.

uint8_t reserved1[2]

Reserved field.

uint8_t reserved2[4]

Reserved field.

uint16_t swapDisableWord

Swap disable word field.

uint16_t swapEnableWord

Swap enable word field.

uint16_t swapIndicatorAddress

Swap indicator address field.

union flash_swap_ifr_field_data_t

Flash Swap IFR field data.

+ Collaboration diagram for flash_swap_ifr_field_data_t:
Data Fields
uint32_t flashSwapIfrData[2]

Flash Swap IFR field data .

flash_swap_ifr_field_config_t flashSwapIfrField

Flash Swap IFR field struct.

struct flash_operation_config_t

Active flash information for current operation.

Data Fields
uint32_t activeBlockSize

Block size of current flash type.

uint32_t activeSectorSize

Sector size of current flash type.

uint32_t blockWriteUnitSize

write unit size.

uint32_t checkCmdAddressAligment

Program check command address alignment.

uint32_t convertedAddress

Converted address for current flash type.

uint32_t resourceCmdAddressAligment

Read resource command address alignment.

uint32_t sectionCmdAddressAligment

Program/Verify section command address alignment.

uint32_t sectorCmdAddressAligment

Erase sector command address alignment.

struct flash_config_t

Flash driver state information.

An instance of this structure is allocated by the user of the flash driver and passed into each of the driver APIs.

Data Fields
uint32_t DFlashBlockBase

For FlexNVM device, this is the base address of D-Flash memory (FlexNVM memory); For non-FlexNVM device, this field is unused

uint32_t DFlashTotalSize

For FlexNVM device, this is total size of the FlexNVM memory; For non-FlexNVM device, this field is unused

uint32_t EEpromTotalSize

For FlexNVM device, this is the size in byte of EEPROM area which was partitioned from FlexRAM; For non-FlexNVM device, this field is unused

uint32_t * flashExecuteInRamFunctionInfo

Info struct of flash execute-in-ram function.

uint32_t FlexRAMBlockBase

For FlexNVM device, this is the base address of FlexRAM For non-FlexNVM device, this is the base address of acceleration RAM memory

uint32_t FlexRAMTotalSize

For FlexNVM device, this is the size of FlexRAM For non-FlexNVM device, this is the size of acceleration RAM memory

uint32_t PFlashAccessSegmentCount

Number of PFlash access segments.

uint32_t PFlashAccessSegmentSize

Size in bytes of a access segment of PFlash.

uint32_t PFlashBlockBase

Base address of the first PFlash block

uint32_t PFlashBlockCount

Number of PFlash blocks.

flash_callback_t PFlashCallback

Callback function for flash API.

uint32_t PFlashSectorSize

Size in bytes of a sector of PFlash.

uint32_t PFlashTotalSize

Size of all combined PFlash block.

Enumeration Type Documentation

Enumeration for flash driver API keys.

Note
The resulting value is built with a byte order such that the string being readable in expected order when viewed in a hex editor, if the value is treated as a 32-bit little endian value.
Enumerator
kFLASH_ApiEraseKey 

Key value used to validate all flash erase APIs.

kFLASH_ApiEraseKey 

Key value used to validate all flash erase APIs.

FLASH driver version for ROM.

Enumerator
kFLASH_DriverVersionName 

Flash driver version name.

kFLASH_DriverVersionMajor 

Major flash driver version.

kFLASH_DriverVersionMinor 

Minor flash driver version.

kFLASH_DriverVersionBugfix 

Bugfix for flash driver version.

kFLASH_DriverVersionName 

Flash driver version name.

kFLASH_DriverVersionMajor 

Major flash driver version.

kFLASH_DriverVersionMinor 

Minor flash driver version.

kFLASH_DriverVersionBugfix 

Bugfix for flash driver version.

Constants for execute-in-ram flash function.

Enumerator
kFLASH_ExecuteInRamFunctionMaxSize 

Max size of execute-in-ram function.

kFLASH_ExecuteInRamFunctionTotalNum 

Total number of execute-in-ram functions.

kFLASH_ExecuteInRamFunctionMaxSize 

Max size of execute-in-ram function.

kFLASH_ExecuteInRamFunctionTotalNum 

Total number of execute-in-ram functions.

Enumeration for the range of special-purpose flash resource.

Enumerator
kFLASH_ResourceRangePflashIfrSizeInBytes 

Pflash IFR size in byte.

kFLASH_ResourceRangeVersionIdSizeInBytes 

Version ID IFR size in byte.

kFLASH_ResourceRangeVersionIdStart 

Version ID IFR start address.

kFLASH_ResourceRangeVersionIdEnd 

Version ID IFR end address.

kFLASH_ResourceRangePflashSwapIfrStart 

Pflash swap IFR start address.

kFLASH_ResourceRangePflashSwapIfrEnd 

Pflash swap IFR end address.

kFLASH_ResourceRangePflashIfrSizeInBytes 

Pflash IFR size in byte.

kFLASH_ResourceRangeVersionIdSizeInBytes 

Version ID IFR size in byte.

kFLASH_ResourceRangeVersionIdStart 

Version ID IFR start address.

kFLASH_ResourceRangeVersionIdEnd 

Version ID IFR end address.

kFLASH_ResourceRangePflashSwapIfrStart 

Pflash swap IFR start address.

kFLASH_ResourceRangePflashSwapIfrStart 

Pflash swap IFR start address.

kFLASH_ResourceRangePflashSwapIfrStart 

Pflash swap IFR start address.

kFLASH_ResourceRangePflashSwapIfrStart 

Pflash swap IFR start address.

kFLASH_ResourceRangePflashSwapIfrEnd 

Pflash swap IFR end address.

kFLASH_ResourceRangeDflashIfrStart 

Dflash IFR start address.

kFLASH_ResourceRangeDflashIfrEnd 

Dflash IFR end address.

Flash driver status codes.

Enumerator
kStatus_FLASH_Success 

Api is executed successfully

kStatus_FLASH_InvalidArgument 

Invalid argument

kStatus_FLASH_SizeError 

Error size

kStatus_FLASH_AlignmentError 

Parameter is not aligned with specified baseline

kStatus_FLASH_AddressError 

Address is out of range

kStatus_FLASH_AccessError 

Invalid instruction codes and out-of bounds addresses

kStatus_FLASH_ProtectionViolation 

The program/erase operation is requested to execute on protected areas

kStatus_FLASH_CommandFailure 

Run-time error during command execution.

kStatus_FLASH_UnknownProperty 

Unknown property.

kStatus_FLASH_EraseKeyError 

Api erase key is invalid.

kStatus_FLASH_RegionExecuteOnly 

Current region is execute only.

kStatus_FLASH_ExecuteInRamFunctionNotReady 

Execute-in-ram function is not available.

kStatus_FLASH_PartitionStatusUpdateFailure 

Failed to update partition status.

kStatus_FLASH_SetFlexramAsEepromError 

Failed to set flexram as eeprom.

kStatus_FLASH_RecoverFlexramAsRamError 

Failed to recover flexram as ram.

kStatus_FLASH_SetFlexramAsRamError 

Failed to set flexram as ram.

kStatus_FLASH_RecoverFlexramAsEepromError 

Failed to recover flexram as eeprom.

kStatus_FLASH_CommandNotSupported 

Flash api is not supported.

kStatus_FLASH_SwapSystemNotInUninitialized 

Swap system is not in uninitialzed state.

kStatus_FLASH_SwapIndicatorAddressError 

Swap indicator address is invalid.

kStatus_FLASH_Success 

Api is executed successfully

kStatus_FLASH_InvalidArgument 

Invalid argument

kStatus_FLASH_SizeError 

Error size

kStatus_FLASH_AlignmentError 

Parameter is not aligned with specified baseline

kStatus_FLASH_AddressError 

Address is out of range

kStatus_FLASH_AccessError 

Invalid instruction codes and out-of bounds addresses

kStatus_FLASH_ProtectionViolation 

The program/erase operation is requested to execute on protected areas

kStatus_FLASH_CommandFailure 

Run-time error during command execution.

kStatus_FLASH_UnknownProperty 

Unknown property.

kStatus_FLASH_EraseKeyError 

Api erase key is invalid.

kStatus_FLASH_RegionExecuteOnly 

Current region is execute only.

kStatus_FLASH_ExecuteInRamFunctionNotReady 

Execute-in-ram function is not available.

kStatus_FLASH_PartitionStatusUpdateFailure 

Failed to update partition status.

kStatus_FLASH_SetFlexramAsEepromError 

Failed to set flexram as eeprom.

kStatus_FLASH_RecoverFlexramAsRamError 

Failed to recover flexram as ram.

kStatus_FLASH_SetFlexramAsRamError 

Failed to set flexram as ram.

kStatus_FLASH_RecoverFlexramAsEepromError 

Failed to recover flexram as eeprom.

kStatus_FLASH_CommandNotSupported 

Flash api is not supported.

kStatus_FLASH_SwapSystemNotInUninitialized 

Swap system is not in uninitialzed state.

kStatus_FLASH_SwapIndicatorAddressError 

Swap indicator address is invalid.

Enumeration for the three possible flash execute access levels.

Enumerator
kFLASH_AccessStateUnLimited 

Flash region is unLimited.

kFLASH_AccessStateExecuteOnly 

Flash region is execute only.

kFLASH_AccessStateMixed 

Flash is mixed with unLimited and execute only region.

kFLASH_AccessStateUnLimited 

Flash region is unLimited.

kFLASH_AccessStateExecuteOnly 

Flash region is execute only.

kFLASH_AccessStateMixed 

Flash is mixed with unLimited and execute only region.

Enumeration for the two possilbe options of set flexram function command.

Enumerator
kFLASH_FlexramFunctionOptionAvailableAsRam 

Option used to make FlexRAM available as RAM

kFLASH_FlexramFunctionOptionAvailableForEeprom 

Option used to make FlexRAM available for EEPROM

Enumeration for supported flash margin levels.

Enumerator
kFLASH_MarginValueNormal 

Use the 'normal' read level for 1s.

kFLASH_MarginValueUser 

Apply the 'User' margin to the normal read-1 level.

kFLASH_MarginValueFactory 

Apply the 'Factory' margin to the normal read-1 level.

kFLASH_MarginValueInvalid 

Not real margin level, Used to determine the range of valid margin level.

kFLASH_MarginValueNormal 

Use the 'normal' read level for 1s.

kFLASH_MarginValueUser 

Apply the 'User' margin to the normal read-1 level.

kFLASH_MarginValueFactory 

Apply the 'Factory' margin to the normal read-1 level.

kFLASH_MarginValueInvalid 

Not real margin level, Used to determine the range of valid margin level.

Enumeration for FlexRAM load during reset option.

Enumerator
kFLASH_PartitionFlexramLoadOptionLoadedWithValidEepromData 

FlexRAM is loaded with valid EEPROM data during reset sequence.

kFLASH_PartitionFlexramLoadOptionNotLoaded 

FlexRAM is not loaded during reset sequence.

Enumeration for various flash properties.

Enumerator
kFLASH_PropertyPflashSectorSize 

Pflash sector size property.

kFLASH_PropertyPflashTotalSize 

Pflash total size property.

kFLASH_PropertyPflashBlockSize 

Pflash block size property.

kFLASH_PropertyPflashBlockCount 

Pflash block count property.

kFLASH_PropertyPflashBlockBaseAddr 

Pflash block base address property.

kFLASH_PropertyPflashFacSupport 

Pflash fac support property.

kFLASH_PropertyPflashAccessSegmentSize 

Pflash access segment size property.

kFLASH_PropertyPflashAccessSegmentCount 

Pflash access segment count property.

kFLASH_PropertyFlexRamBlockBaseAddr 

FlexRam block base address property.

kFLASH_PropertyFlexRamTotalSize 

FlexRam total size property.

kFLASH_PropertyDflashSectorSize 

Dflash sector size property.

kFLASH_PropertyDflashTotalSize 

Dflash total size property.

kFLASH_PropertyDflashBlockSize 

Dflash block count property.

kFLASH_PropertyDflashBlockCount 

Dflash block base address property.

kFLASH_PropertyDflashBlockBaseAddr 

Eeprom total size property.

kFLASH_PropertyPflashSectorSize 

Pflash sector size property.

kFLASH_PropertyPflashTotalSize 

Pflash total size property.

kFLASH_PropertyPflashBlockSize 

Pflash block size property.

kFLASH_PropertyPflashBlockCount 

Pflash block count property.

kFLASH_PropertyPflashBlockBaseAddr 

Pflash block base address property.

kFLASH_PropertyPflashFacSupport 

Pflash fac support property.

kFLASH_PropertyPflashAccessSegmentSize 

Pflash access segment size property.

kFLASH_PropertyPflashAccessSegmentCount 

Pflash access segment count property.

kFLASH_PropertyFlexRamBlockBaseAddr 

FlexRam block base address property.

kFLASH_PropertyFlexRamTotalSize 

FlexRam total size property.

kFLASH_PropertyDflashSectorSize 

Dflash sector size property.

kFLASH_PropertyDflashTotalSize 

Dflash total size property.

kFLASH_PropertyDflashBlockSize 

Dflash block size property.

kFLASH_PropertyDflashBlockCount 

Dflash block count property.

kFLASH_PropertyDflashBlockBaseAddr 

Dflash block base property.

kFLASH_PropertyEepromTotalSize 

Eeprom total size property.

kFLASH_PropertyVersion 

Flash driver version property.

Enumeration for the three possible flash protection levels.

Enumerator
kFLASH_ProtectionStateUnprotected 

Flash region is not protected.

kFLASH_ProtectionStateProtected 

Flash region is protected.

kFLASH_ProtectionStateMixed 

Flash is mixed with protected and unprotected region.

kFLASH_ProtectionStateUnprotected 

Flash region is not protected.

kFLASH_ProtectionStateProtected 

Flash region is protected.

kFLASH_ProtectionStateMixed 

Flash is mixed with protected and unprotected region.

Enumeration for the two possible options of flash read resource command.

Enumerator
kFLASH_ResourceOptionFlashIfr 

Select code for Program flash 0 IFR, Program flash swap 0 IFR, Data flash 0 IFR

kFLASH_ResourceOptionVersionId 

Select code for Version ID

kFLASH_ResourceOptionFlashIfr 

Select code for Program flash 0 IFR, Program flash swap 0 IFR, Data flash 0 IFR

kFLASH_ResourceOptionVersionId 

Select code for Version ID

Enumeration for the three possible flash security states.

Enumerator
kFLASH_SecurityStateNotSecure 

Flash is not secure.

kFLASH_SecurityStateBackdoorEnabled 

Flash backdoor is enabled.

kFLASH_SecurityStateBackdoorDisabled 

Flash backdoor is disabled.

kFLASH_SecurityStateNotSecure 

Flash is not secure.

kFLASH_SecurityStateBackdoorEnabled 

Flash backdoor is enabled.

kFLASH_SecurityStateBackdoorDisabled 

Flash backdoor is disabled.

Enumeration for the possible flash swap block status

Enumerator
kFLASH_SwapBlockStatusLowerHalfProgramBlocksAtZero 

Swap block status is that lower half program block at zero.

kFLASH_SwapBlockStatusUpperHalfProgramBlocksAtZero 

Swap block status is that upper half program block at zero.

Enumeration for the possible options of Swap Control commands.

Enumerator
kFLASH_SwapControlOptionIntializeSystem 

Option used to Intialize Swap System

kFLASH_SwapControlOptionSetInUpdateState 

Option used to Set Swap in Update State

kFLASH_SwapControlOptionSetInCompleteState 

Option used to Set Swap in Complete State

kFLASH_SwapControlOptionReportStatus 

Option used to Report Swap Status

kFLASH_SwapControlOptionDisableSystem 

Option used to Disable Swap Status

Enumeration for the possible options of Swap function.

Enumerator
kFLASH_SwapFunctionOptionEnable 

Option used to enable Swap function

kFLASH_SwapFunctionOptionDisable 

Option used to Disable Swap function

Enumeration for the possible flash swap status.

Enumerator
kFLASH_SwapStateUninitialized 

Flash swap system is in uninitialized state.

kFLASH_SwapStateReady 

Flash swap system is in ready state.

kFLASH_SwapStateUpdate 

Flash swap system is in update state.

kFLASH_SwapStateUpdateErased 

Flash swap system is in updateErased state.

kFLASH_SwapStateComplete 

Flash swap system is in complete state.

kFLASH_SwapStateDisabled 

Flash swap system is in disabled state.

Function Documentation

status_t FLASH_DflashGetProtection ( flash_config_t config,
uint8_t *  protectStatus 
)

Get DFLASH Protection Status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusDFlash Protect status returned by PFlash IP. Each bit is corresponding to protection of 1/8 of the total DFlash. The least significant bit is corresponding to the lowest address area of DFlash. The most significant bit is corresponding to the highest address area of DFlash and so on. There are two possible cases as below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_CommandNotSupportedFlash api is not supported
status_t FLASH_DflashSetProtection ( flash_config_t config,
uint8_t  protectStatus 
)

Set DFLASH Protection to the intended protection status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusThe expected protect status user wants to set to DFlash protection register. Each bit is corresponding to protection of 1/8 of the total DFlash. The least significant bit is corresponding to the lowest address area of DFlash. The most significant bit is corresponding to the highest address area of DFlash. There are two possible cases as shown below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_CommandNotSupportedFlash api is not supported
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_EepromGetProtection ( flash_config_t config,
uint8_t *  protectStatus 
)

Get DFLASH Protection Status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusDFlash Protect status returned by PFlash IP. Each bit is corresponding to protection of 1/8 of the total EEPROM. The least significant bit is corresponding to the lowest address area of EEPROM. The most significant bit is corresponding to the highest address area of EEPROM. There are two possible cases as below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_CommandNotSupportedFlash api is not supported.
status_t FLASH_EepromSetProtection ( flash_config_t config,
uint8_t  protectStatus 
)

Set EEPROM Protection to the intended protection status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusThe expected protect status user wants to set to EEPROM protection register. Each bit is corresponding to protection of 1/8 of the total EEPROM. The least significant bit is corresponding to the lowest address area of EEPROM. The most significant bit is corresponding to the highest address area of EEPROM, and so on. There are two possible cases as shown below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_CommandNotSupportedFlash api is not supported
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_EepromWrite ( flash_config_t config,
uint32_t  start,
uint8_t *  src,
uint32_t  lengthInBytes 
)

Programs EEPROM with data at locations passed in through parameters.

This function programs the Emulated EEPROM with desired data for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be programmed. Must be word-aligned.
srcPointer to the source buffer of data that is to be programmed into the flash.
lengthInBytesThe length, given in bytes (not words or long-words) to be programmed. Must be word-aligned.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_SetFlexramAsEepromErrorFailed to set flexram as eeprom.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_RecoverFlexramAsRamErrorFailed to recover flexram as ram
status_t FLASH_Erase ( flash_config_t config,
uint32_t  start,
uint32_t  lengthInBytes,
uint32_t  key 
)

Erases flash sectors encompassed by parameters passed into function.

This function erases the appropriate number of flash sectors based on the desired start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be erased. The start address does not need to be sector aligned but must be word-aligned.
lengthInBytesThe length, given in bytes (not words or long-words) to be erased. Must be word aligned.
keyvalue used to validate all flash erase APIs.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_EraseKeyErrorApi erase key is invalid.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_EraseAll ( flash_config_t config,
uint32_t  key 
)

Erases entire flash.

Parameters
configPointer to storage for the driver runtime state.
keyvalue used to validate all flash erase APIs.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_EraseKeyErrorApi erase key is invalid.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
kStatus_FLASH_PartitionStatusUpdateFailureFailed to update partition status
status_t FLASH_EraseAllExecuteOnlySegments ( flash_config_t config,
uint32_t  key 
)

Erases all program flash execute-only segments defined by the FXACC registers.

Parameters
configPointer to storage for the driver runtime state.
keyvalue used to validate all flash erase APIs.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_EraseKeyErrorApi erase key is invalid.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_EraseAllUnsecure ( flash_config_t config,
uint32_t  key 
)

Erases entire flash, including protected sectors.

Parameters
configPointer to storage for the driver runtime state.
keyvalue used to validate all flash erase APIs.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_EraseKeyErrorApi erase key is invalid.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
kStatus_FLASH_PartitionStatusUpdateFailureFailed to update partition status
status_t FLASH_GetProperty ( flash_config_t config,
flash_property_tag_t  whichProperty,
uint32_t *  value 
)

Returns the desired flash property.

Parameters
configPointer to storage for the driver runtime state.
whichPropertyThe desired property from the list of properties in enum flash_property_tag_t
valuePointer to the value returned for the desired flash property
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_UnknownPropertyunknown property tag
status_t FLASH_GetSecurityState ( flash_config_t config,
flash_security_state_t state 
)

Returns the security state via the pointer passed into the function.

This function retrieves the current Flash security status, including the security enabling state and the backdoor key enabling state.

Parameters
configPointer to storage for the driver runtime state.
statePointer to the value returned for the current security status code:
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
status_t FLASH_Init ( flash_config_t config)

Initializes global flash properties structure members.

This function checks and initializes Flash module for the other Flash APIs.

Parameters
configPointer to storage for the driver runtime state.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_PartitionStatusUpdateFailureFailed to update partition status.
status_t FLASH_IsExecuteOnly ( flash_config_t config,
uint32_t  start,
uint32_t  lengthInBytes,
flash_execute_only_access_state_t access_state 
)

Returns the access state of desired flash area via the pointer passed into the function.

This function retrieves the current Flash access status for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be checked. Must be word-aligned.
lengthInBytesThe length, given in bytes (not words or long-words) to be checked. Must be word-aligned.
access_statePointer to the value returned for the current access status code for the desired flash area.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
status_t FLASH_IsProtected ( flash_config_t config,
uint32_t  start,
uint32_t  lengthInBytes,
flash_protection_state_t protection_state 
)

Returns the protection state of desired flash area via the pointer passed into the function.

This function retrieves the current Flash protect status for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be checked. Must be word-aligned.
lengthInBytesThe length, given in bytes (not words or long-words) to be checked. Must be word-aligned.
protection_statePointer to the value returned for the current protection status code for the desired flash area.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
status_t FLASH_PflashGetProtection ( flash_config_t config,
uint32_t *  protectStatus 
)

Get PFLASH Protection Status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusProtect status returned by PFlash IP. Each bit is corresponding to protection of 1/32 of the total PFlash. The least significant bit is corresponding to the lowest address area of PFlash. The most significant bit is corresponding to the highest address area of PFlash. Thee are two possible cases as below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
status_t FLASH_PflashSetProtection ( flash_config_t config,
uint32_t  protectStatus 
)

Set PFLASH Protection to the intended protection status.

Parameters
configPointer to storage for the driver runtime state.
protectStatusThe expected protect status user wants to set to PFlash protection register. Each bit is corresponding to protection of 1/32 of the total PFlash. The least significant bit is corresponding to the lowest address area of P-Flash. The most significant bit is corresponding to the highest address area of PFlash. There are two possible cases as shown below: 0: this area is protected. 1: this area is unprotected.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_PrepareExecuteInRamFunctions ( flash_config_t config)

Prepare flash execute-in-ram functions.

Parameters
configPointer to storage for the driver runtime state.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
status_t FLASH_Program ( flash_config_t config,
uint32_t  start,
uint32_t *  src,
uint32_t  lengthInBytes 
)

Programs flash with data at locations passed in through parameters.

This function programs the flash memory with desired data for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be programmed. Must be word-aligned.
srcPointer to the source buffer of data that is to be programmed into the flash.
lengthInBytesThe length, given in bytes (not words or long-words) to be programmed. Must be word-aligned.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_ProgramOnce ( flash_config_t config,
uint32_t  index,
uint32_t *  src,
uint32_t  lengthInBytes 
)

Programs Program Once Field through parameters.

This function programs the Program Once Field with desired data for a given flash area as determined by the index and length.

Parameters
configPointer to storage for the driver runtime state.
indexThe index indicating which area of Program Once Field to be programmed.
srcPointer to the source buffer of data that is to be programmed into the Program Once Field.
lengthInBytesThe length, given in bytes (not words or long-words) to be programmed. Must be word-aligned.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_ProgramPartition ( flash_config_t config,
flash_partition_flexram_load_option_t  option,
uint32_t  eepromDataSizeCode,
uint32_t  flexnvmPartitionCode 
)

Prepares the FlexNVM block for use as data flash, EEPROM backup, or a combination of both and initializes the FlexRAM.

Parameters
configPointer to storage for the driver runtime state.
optionThe option used to set FlexRAM load behavior during reset.
eepromDataSizeCodeDetermines the amount of FlexRAM used in each of the available EEPROM subsystems.
flexnvmPartitionCodeSpecifies how to split the FlexNVM block between data flash memory and EEPROM backup memory supporting EEPROM functions.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_ProgramSection ( flash_config_t config,
uint32_t  start,
uint32_t *  src,
uint32_t  lengthInBytes 
)

Programs flash with data at locations passed in through parameters via Program Section command.

This function programs the flash memory with desired data for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be programmed. Must be word-aligned.
srcPointer to the source buffer of data that is to be programmed into the flash.
lengthInBytesThe length, given in bytes (not words or long-words) to be programmed. Must be word-aligned.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_SetFlexramAsRamErrorFailed to set flexram as ram
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
kStatus_FLASH_RecoverFlexramAsEepromErrorFailed to recover flexram as eeprom
status_t FLASH_ReadOnce ( flash_config_t config,
uint32_t  index,
uint32_t *  dst,
uint32_t  lengthInBytes 
)

Read Program Once Field through parameters.

This function reads the read once feild with given index and length

Parameters
configPointer to storage for the driver runtime state.
indexThe index indicating the area of program once field to be read.
dstPointer to the destination buffer of data that is used to store data to be read.
lengthInBytesThe length, given in bytes (not words or long-words) to be programmed. Must be word-aligned.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_ReadResource ( flash_config_t config,
uint32_t  start,
uint32_t *  dst,
uint32_t  lengthInBytes,
flash_read_resource_option_t  option 
)

Read resource with data at locations passed in through parameters.

This function reads the flash memory with desired location for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be programmed. Must be word-aligned.
dstPointer to the destination buffer of data that is used to store data to be read.
lengthInBytesThe length, given in bytes (not words or long-words) to be read. Must be word-aligned.
optionThe resource option which indicates which area should be read back.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_SecurityBypass ( flash_config_t config,
const uint8_t *  backdoorKey 
)

Allows user to bypass security with a backdoor key.

If the MCU is in secured state, this function will unsecure the MCU by comparing the provided backdoor key with ones in the Flash Configuration Field.

Parameters
configPointer to storage for the driver runtime state.
backdoorKeyPointer to the user buffer containing the backdoor key.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_SetCallback ( flash_config_t config,
flash_callback_t  callback 
)

Set the desired flash callback function.

Parameters
configPointer to storage for the driver runtime state.
callbackcallback function to be stored in driver
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
status_t FLASH_SetFlexramFunction ( flash_config_t config,
flash_flexram_function_option_t  option 
)

Set FlexRAM Function command.

Parameters
configPointer to storage for the driver runtime state.
optionThe option used to set work mode of FlexRAM
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_Swap ( flash_config_t config,
uint32_t  address,
flash_swap_function_option_t  option 
)

Swap the lower half flash with the higher half flaock.

Parameters
configPointer to storage for the driver runtime state.
addressAddress used to configure the flash swap function
optionThe possible option used to configure Flash Swap function or check the flash swap status
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_SwapIndicatorAddressErrorSwap indicator address is invalid
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
kStatus_FLASH_SwapSystemNotInUninitializedSwap system is not in uninitialzed state
status_t FLASH_SwapControl ( flash_config_t config,
uint32_t  address,
flash_swap_control_option_t  option,
flash_swap_state_config_t returnInfo 
)

Configure Swap function or Check the swap state of Flash Module.

Parameters
configPointer to storage for the driver runtime state.
addressAddress used to configure the flash swap function
optionThe possible option used to configure Flash Swap function or check the flash swap status
returnInfoPointer to the data which is used to return the information of flash swap.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_SwapIndicatorAddressErrorSwap indicator address is invalid
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_VerifyErase ( flash_config_t config,
uint32_t  start,
uint32_t  lengthInBytes,
flash_margin_value_t  margin 
)

Verifies erasure of desired flash area at specified margin level.

This function will check the appropriate number of flash sectors based on the desired start address and length to see if the flash have been erased to the specified read margin level.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be verified. The start address does not need to be sector aligned but must be word-aligned.
lengthInBytesThe length, given in bytes (not words or long-words) to be verified. Must be word-aligned.
marginRead margin choice
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_VerifyEraseAll ( flash_config_t config,
flash_margin_value_t  margin 
)

Verifies erasure of entire flash at specified margin level.

This function will check to see if the flash have been erased to the specified read margin level.

Parameters
configPointer to storage for the driver runtime state.
marginRead margin choice
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_VerifyEraseAllExecuteOnlySegments ( flash_config_t config,
flash_margin_value_t  margin 
)

Verifies if the program flash executeonly segments have been erased to the specified read margin level.

Parameters
configPointer to storage for the driver runtime state.
marginRead margin choice
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.
status_t FLASH_VerifyProgram ( flash_config_t config,
uint32_t  start,
uint32_t  lengthInBytes,
const uint32_t *  expectedData,
flash_margin_value_t  margin,
uint32_t *  failedAddress,
uint32_t *  failedData 
)

Verifies programming of desired flash area at specified margin level.

This function verifies the data programed in the flash memory using the Flash Program Check Command and compares it with expected data for a given flash area as determined by the start address and length.

Parameters
configPointer to storage for the driver runtime state.
startThe start address of the desired flash memory to be verified. Must be word-aligned.
lengthInBytesThe length, given in bytes (not words or long-words) to be verified. Must be word-aligned.
expectedDataPointer to the expected data that is to be verified against.
marginRead margin choice
failedAddressPointer to returned failing address.
failedDataPointer to returned failing data. Some derivitives do not included failed data as part of the FCCOBx registers. In this case, zeros are returned upon failure.
Return values
kStatus_FLASH_SuccessApi was executed successfully.
kStatus_FLASH_InvalidArgumentInvalid argument is provided.
kStatus_FLASH_AlignmentErrorParameter is not aligned with specified baseline.
kStatus_FLASH_AddressErrorAddress is out of range.
kStatus_FLASH_ExecuteInRamFunctionNotReadyExecute-in-ram function is not available.
kStatus_FLASH_AccessErrorInvalid instruction codes and out-of bounds addresses.
kStatus_FLASH_ProtectionViolationThe program/erase operation is requested to execute on protected areas.
kStatus_FLASH_CommandFailureRun-time error during command execution.