| |||
| 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).
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.
You must also locate the AME files you want to use.
For the Evaluator-7T example, use the following AME files:
board_sst_eval7T.ame (board-level
AME file)
flash_sst.ame (Flash-level
AME file).