Syntax
-F fmt
Description
The -F option sets the output format to fmt. The supported output formats are:
- -Fsrec Motorola S-record format
- -Fhex Intel extended hex format
- -Ftek Tektronix hex format
- -Ftxt Texas Instruments hex format
- -Flst Hexadecimal listing
Example
hex app.hzx -Ftxt -o app
This reads the application file app.hzx and writes all sections in Texas Instruments hex format to app.txt.