combine.bat

来自「cy68013a USB2.0 highspeed mass storage s」· Batch 代码 · 共 13 行

BAT
13
字号
REM  Combine.bat -- Combines CY4611b.hex code image and at2lp_pinout.iic configuration to form a single
REM  	EEPROM image.
REM 
REM  -ic -- Produce a compressed .iic output image
REM  -f 0xc2 -- First byte (signature) for FX2 or FX2LP
REM  -E -- Produce an image for external RAM.  This provides backward compatability for FX2 (3681) boards
REM  -m 0x4000 -- Output memory size is 0x4000
REM  -c 0x41 -- EEPROM config byte.  DISCON and 400Khz flags are both set
REM  -o filename -- Output file name (load this file into your EEPROM)
REM  -x filename 0x3f00 -- Xtra file name and location.  This file is created with Blaster.exe
REM  cy4611b.hex -- Input file name
REM  
hex2bix -ic -f 0xC2 -E -m 0x4000 -c 0x41 -o CY4611B_AT2LP_PINOUT.iic -x at2_legacy_pinout.iic 0x3f00 cy4611b.hex

⌨️ 快捷键说明

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