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