| ARM Technical Support Knowledge Articles | |
Applies to: C51 C Compiler
Information in this article applies to:
I am currently developing firmware for a custom AN2131QC-based application. I have been using the EZ-USB development board to test my application but now I need to port everything to the single-chip based application. How do I configure the tools to create a HEX file to download to INTERNAL RAM of the AN2131QC device?
To create a HEX file using uVision2, select the Create HEX File checkbox on the Output Tab of the Project Options dialog. You may open this dialog using Project Menu -> Options for Target.
To create a HEX file using the tools on the command line, you must run the OH51 program to create a HEX file from the absolute object file created by the linker.
Note that a HEX file is not what is typically used to download into the EZ-USB device. You may require a SYS file as described in the Cypress literature.
Article last edited on: 2005-07-18 17:36:17
Did you find this article helpful? Yes No
How can we improve this article?