Chapter 6 Integration Into The User Application; First Steps; Application Sample; Fsl Life Cycle - Renesas FSL-T06 User Manual

Flash self-programming library
Table of Contents

Advertisement

Flash Self-Programming Library
Chapter 6

6.1 First steps

6.2 Application sample

Note:

6.3 FSL life cycle

Note
R01US0046ED Rev. 1.01
User Manual
Integration into the user application
It is very important to have theoretic background about the Code Flash and the
FSL in order to successfully implement the library into the user application.
Therefore it is important to read this user manual in advance. The best way after
initial reading of the user manual will be testing the FSL application sample.
After a first compile run, it will be worth playing around with the library in the
debugger. By that you will get a feeling for the source code files and the working
mechanism of the library.
Before the first compile run, the compiler path must be configured in the
application sample file "makefile":
Set the variable COMPILER_INSTALL_DIR to the correct compiler directory
Later on, the sample might be reconfigured to use the internal mode to get a
feeling of the CPU load and execution time during different modes.
After this exercise it might be easier to understand and follow the
recommendations and considerations of this document
The following flow charts represent typical FSL life cycles during device operation
including the API functions to be used.
Error treatment of the FSL function themselves are not detailed described in the
flow chart for simplification of the flow charts.
Integration into the user application
59

Advertisement

Table of Contents
loading

Table of Contents