https://github.com/redchenjs/hex2bix
Hex To Bix Converter
https://github.com/redchenjs/hex2bix
Last synced: over 1 year ago
JSON representation
Hex To Bix Converter
- Host: GitHub
- URL: https://github.com/redchenjs/hex2bix
- Owner: redchenjs
- Created: 2017-06-20T16:21:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T10:21:54.000Z (over 7 years ago)
- Last Synced: 2025-01-21T09:48:35.410Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This directory contains the Hex To Bix converter program
for the Anchor Chips EZ-USB chip.
This file converts the hex output file to a bix file that can be
downloaded directly into target memory. It also converts the hex
output to a file that can be directly loaded into an EEPROM.
It basically creates a memory image (including zeros) of the memory
space defined by the hex file.
Program Options:
HEX2BIX [-AIBRH?] [-S symbol] [-M memsize] [-O filename] Source
Source - Input filename
A - Output file in the A51 file format
B - Output file in the BIX file format (Default)
H|? - Display this help screen
I - Output file in the IIC file format
M - Maximum memory limit (Default = 8k)
O - Output filename
R - Append bootload block to release reset
S - Public symbol name for linking