📄 readme.txt
字号:
/****************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -