startice.cmd
来自「sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A」· CMD 代码 · 共 30 行
CMD
30 行
//________________________________________________________
// startice.cmd: Created by MAJIC Setup Wizard version 2.0
// Creation Date: 4/18/2002 9:56:14
// Processor type: ARM922T -varm922t
// Project: LH7A400
//________________________________________________________
dv "Reading startice.cmd file\n"
//
// Software Settings
//
eo vector_catch = 0x3b // Set Vector Catch
eo semi_hosting_enabled = on // Use ARM Semihosting support
eo semi_hosting_vector = 0x8 // Use default vector for Semihosting
// NOTE: Under RDIMajic, the vector_catch and semihosting
// settings are overwritten by the ARM debugger.
//
// Target Information Options
//
eo trgt_resets_jtag = no // Target reset doesn't reset JTAG controller
eo trgt_little_endian = on // Target has little endian memory system
//
// MAJIC Settings
//
eo ice_jtag_clock_freq = 20 // JTAG clock frequency (MHz)
eo ice_jtag_use_trst = off // Do not use TRST* to reset JTAG controller
eo ice_reset_output = off // reset command doesn't pulse MAJIC's reset output
eo ice_power_sense = VREF // Sense target voltage level on VREF pin
//
dv "Finished reading startice.cmd\n"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?