| |||
| Home > Programming Flash with RealView Debugger > Generating the FME file > Locating the source and AME files required | |||
The source files you require depend on whether or not you are using the Flash algorithms that are provided with RealView Debugger:
If you are using Flash algorithms provided with RealView Debugger, then use the following source files:
b_flashwrapper_eval7t.s,
the board-specific code
,
the Flash algorithm code (for the Evaluator-7T example, use flash_algorithm.s...\eval7t_support\f_amd_sst_arm.s).
See Creating algorithms for a Flash type supported by RealView Debugger.
If you are using Flash algorithms that you have created, then use the following source files:
rvd2apcs.s
flash.h
,
for example flash_algorithm.cmyflash_sst.c.
See Creating algorithms for a Flash type not provided with RealView Debugger.
You must also locate the AME files you want to use (see Creating the Flash-level and board-level AME files).