⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 combine.bat

📁 cy68013a USB2.0 highspeed mass storage source code
💻 BAT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -