iqmath.cmd
来自「许继的2812开发全套驱动程序,很全很实用的.rar」· CMD 代码 · 共 35 行
CMD
35 行
/****************************************************************************/
/* Example Link Command File For: IQmath
/*
/* Target Processor(s): K1/F2812/F2810
/****************************************************************************/
MEMORY
{
PAGE 0 :
BOOTROM (RW) : origin = 0x3ff000, length = 0x000fc0
}
SECTIONS
{
/*==========================================================*/
/* Tables for IQ math functions: */
/*==========================================================*/
/* For K1 device (no tables in boot ROM), use this: */
/* IQmathTables : load = BOOTROM, PAGE = 0
*/
/* For F2810/12 devices (with tables in Boot ROM) use this: */
IQmathTables : load = BOOTROM, type = NOLOAD, PAGE = 0
/*==========================================================*/
/* IQ math functions: */
/*==========================================================*/
IQmath : load = RAMH0, PAGE = 0
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?