Administration - Renesas FSL-T06 User Manual

Flash self-programming library
Table of Contents

Advertisement

Flash Self-Programming Library
5.3.4
5.3.4.1 FSL_GetVersionString
R01US0046ED Rev. 1.01
User Manual
Post-conditions
In case of user mode call FSL_StatusCheck till function return value is different
from FSL_BUSY.
Example
/* Set Flash Shield Window for block 2 up to block 3 */
fsl_status_t
status_enu;
status_enu = FSL_SetFSW( 2, 3 );
#if FSL_STATUS_CHECK == FSL_STATUS_CHECK_USER
while( status_enu == FSL_BUSY )
{
status_enu = FSL_StatusCheck( );
}
#endif
/* Error treatment */
...

Administration

Description
This function returns the pointer to the library version string. The version string is
the zero terminated string identifying the library. The length of the string is up to
19 characters.
Interface
const fsl_u08* FSL_GetVersionString( void )
Arguments
None
Return types / values
Type
Argument
fsl_u08
Description
Pointer to version string
Version string format:
"SV850T06xxxxxYabcde"
Coded information about the
supported compiler including the
version and the used register
xxxxx
model. If no information is
coded, the library is a generic
library valid for different
compiler.
"E" for engineering version
Y
"V" for final version
abc
Library version number Va.b.c.
optional:
User Interface (API)
45

Advertisement

Table of Contents
loading

Table of Contents