readme.txt
来自「NXP需要外扩FLASH产品(比如LPC22XX)的外部FLASH烧写操作.」· 文本 代码 · 共 26 行
TXT
26 行
/****************** Flash writer usage(for program LPC22xx external flash) *******************/
1. Setup environment
- Hardware: Multi-ICE emulator
- Software: ADS1.2
2. Load FlashWrite_SIM/FlashWritw_SIM_Data\DebugInExram\FlashWrite_sim.axf in your AXD debugging environment
3. Run the image
4. A Console will pop up automatically and prompt you to input parameters.
" w write and verify named file to ROM (default mode,"
the \'-w\' is optional if a filename is specified)"
" v verify named file matches ROM contents."
" B blank the ROM from the start offset to the end."
" h print the usage message and exit"
" I identify the ROM type and exit"
E.g.
B
-- off: offset from flash start address, usually it's 0.
w
-- off: offset from flash start address, e.g. 0.
-- file name: binary image file name that will be written
Remark:
The program supports SST39VF160.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?