Initialization - Renesas FSL-T06 User Manual

Flash self-programming library
Table of Contents

Advertisement

Flash Self-Programming Library
5.3.1
5.3.1.1 FSL_Init
5.3.1.2 FSL_CopySections
R01US0046ED Rev. 1.01
User Manual

Initialization

Description
Function is executed before any execution of other FSL function. It initializes
internal Self-Programming environment and internal variables.
Interface
void FSL_Init( void )
Arguments
None
Return types / values
None
Pre-conditions
None
Post-conditions
None
Example
/* Initialze and start Self-Programming Library */
FSL_Init( );
Description
If it is necessary to copy the FSL functions to another location than the linked one,
e.g. to a RAM location, the function copies all routines to the specified destination
address. Please refer to chapter 4.3 "Code execution in RAM" for further details.
The function is executed before any execution of other FSL function, but must be
executed after FSL_Init.
Interface
void FSL_CopySections( fsl_u32 addDest_u32 )
Arguments
Type
fsl_u32
addDest_u32
Return types / values
None
Argument
Destination address of Self-
Programming Library
User Interface (API)
Description
28

Advertisement

Table of Contents
loading

Table of Contents