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

📄 common.cfg

📁 flash programming STI 5.5.1.4 DCU3
💻 CFG
字号:
## commands for all components
include cache.cfg
include chip.cfg
include jtag.cfg

## defines for start and endorder

if (!(clsymbol DEBUGGER_NOTIFY_PRIORITY)) {
  DEBUGGER_NOTIFY_PRIORITY = 100000
}
if (!(clsymbol CLOCK_START_PRIORITY)) { 
  CLOCK_START_PRIORITY     =  50000
}
if (!(clsymbol HEAP_START_PRIORITY)) {
  HEAP_START_PRIORITY      =  40000
}
if (!(clsymbol IO_MUTEX_SET_PRIORITY)) {
  IO_MUTEX_SET_PRIORITY    =  35000
}
if (!(clsymbol FDIOINIT_START_PRIORITY)) {
  FDIOINIT_START_PRIORITY  =  32000
}
if (!(clsymbol STDIO_START_PRIORITY)) {
  STDIO_START_PRIORITY     =  30000
}
if (!(clsymbol OS_START_PRIORITY)) {
  OS_START_PRIORITY        =  20000
}
if (!(clsymbol STDIO_END_PRIORITY)) {
  STDIO_END_PRIORITY       = -20000
}
if (!(clsymbol FDIODEINIT_END_PRIORITY)) {
  FDIODEINIT_END_PRIORITY  = -10000
}
if (!(clsymbol SHUTDOWN_END_PRIORITY)) {
  SHUTDOWN_END_PRIORITY    = -5000
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -