readme.txt

来自「端点批量传输 eerom的读写 固件自动下载 USB标准请求 GPIF单字节读」· 文本 代码 · 共 23 行

TXT
23
字号
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 size (Default = 8k)
    O      - Output filename
    R      - Append bootload block to release reset
    S      - Public symbol name for linking


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?