Logging Flash Loader Activity
Technical Note 200214
Arkitekturer:
All
Komponent:
debugger
Uppdaterad:
2020-03-16 14:25
Introduction
This Technical Note describes how to log flash loader activity.
Discussion
Follow these steps to create a flash loader log file:
- Create an empty file named flash0.trace in the project directory ($PROJ_DIR$), where the .ewp file resides.
- Choose Project > Download and Debug
You can now open the flash0.trace file to inspect the flash loader activity in the file
Multiple flash*.trace files might be created depending on the number of flash loader passes (one file for each pass). However, you only need to create one flash0.trace.
Conclusion
To log flash loader activity, you can create a flash0.trace file in the project directory.
Under the section Debugging the flash loader in the flash loader guide found in $TOOLKIT_DIR$\doc\FlashLoaderGuide.ENU.pdf, you can read more about the prerequisites and inspect an example log file.