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

📄 app.tcf

📁 ICETEK-DM642-EDUlabv1.3.rar
💻 TCF
📖 第 1 页 / 共 2 页
字号:
load(utils.findFile('assert.tci'));	 // load assert support// seed file for C:\ti\referenceframeworks\apps\rf3\teb6416\app.cdb.a03336: c:\ti\c6000\bios\include\4.80.208\c64xx.cdbprog.load("c:/ti/c6000/bios/include/c64xx.cdb");// value changed://    old  ISRAM.enter a user defined heap identifier label = 0//    new  ISRAM.enter a user defined heap identifier label = 1prog.module("MEM").instance("ISRAM").enableHeapLabel = 1// value changed://    old  ISRAM.heap size = 32768//    new  ISRAM.heap size = 8192prog.module("MEM").instance("ISRAM").heapSize = 8192// add instance MEM.SDRAMSDRAM = prog.module("MEM").create("SDRAM");// value changed://    old  SDRAM.space = "data"//    new  SDRAM.space = "code/data"prog.module("MEM").instance("SDRAM").space = "code/data"// value changed://    old  SDRAM.enter a user defined heap identifier label = 0//    new  SDRAM.enter a user defined heap identifier label = 1prog.module("MEM").instance("SDRAM").enableHeapLabel = 1// value changed://    old  SDRAM.len = 0//    new  SDRAM.len = 16777216prog.module("MEM").instance("SDRAM").len = 16777216// value changed://    old  SDRAM.base = 0//    new  SDRAM.base = -2147483648prog.module("MEM").instance("SDRAM").base = -2147483648// value changed://    old  SDRAM.comment = "<add comments here>"//    new  SDRAM.comment = "This object defines space for the DSP's off-chip memory"prog.module("MEM").instance("SDRAM").comment = "This object defines space for the DSP's off-chip memory"// add instance CLK.clkControlclkControl = prog.module("CLK").create("clkControl");// add instance SWI.swiRxSplitswiRxSplit = prog.module("SWI").create("swiRxSplit");// add instance SWI.swiAudioproc0swiAudioproc0 = prog.module("SWI").create("swiAudioproc0");// add instance SWI.swiAudioproc1swiAudioproc1 = prog.module("SWI").create("swiAudioproc1");// add instance SWI.swiTxJoinswiTxJoin = prog.module("SWI").create("swiTxJoin");// add instance SWI.swiControlswiControl = prog.module("SWI").create("swiControl");// add instance LOG.logTracelogTrace = prog.module("LOG").create("logTrace");// add instance PIP.pipRxpipRx = prog.module("PIP").create("pipRx");// add instance PIP.pipRx0pipRx0 = prog.module("PIP").create("pipRx0");// add instance PIP.pipTx0pipTx0 = prog.module("PIP").create("pipTx0");// add instance PIP.pipRx1pipRx1 = prog.module("PIP").create("pipRx1");// add instance PIP.pipTx1pipTx1 = prog.module("PIP").create("pipTx1");// add instance PIP.pipTxpipTx = prog.module("PIP").create("pipTx");// add instance STS.stsTime0stsTime0 = prog.module("STS").create("stsTime0");// add instance STS.stsTime1stsTime1 = prog.module("STS").create("stsTime1");// add instance STS.stsTime2stsTime2 = prog.module("STS").create("stsTime2");// add instance STS.stsTime3stsTime3 = prog.module("STS").create("stsTime3");// add instance STS.stsTime4stsTime4 = prog.module("STS").create("stsTime4");// add instance STS.stsTime5stsTime5 = prog.module("STS").create("stsTime5");// add instance STS.stsTime6stsTime6 = prog.module("STS").create("stsTime6");// add instance STS.stsTime7stsTime7 = prog.module("STS").create("stsTime7");// add instance STS.stsTime8stsTime8 = prog.module("STS").create("stsTime8");// add instance STS.stsTime9stsTime9 = prog.module("STS").create("stsTime9");// add instance UDEV.udevCodecudevCodec = prog.module("UDEV").create("udevCodec");// value changed://    old  ISRAM.heap identifier label = prog.decl("segment_name", "asm")//    new  ISRAM.heap identifier label = prog.decl("INTERNALHEAP")prog.module("MEM").instance("ISRAM").heapLabel = prog.decl("INTERNALHEAP")// value changed://    old  SDRAM.heap identifier label = prog.decl("segment_name", "asm")//    new  SDRAM.heap identifier label = prog.decl("EXTERNALHEAP")prog.module("MEM").instance("SDRAM").heapLabel = prog.decl("EXTERNALHEAP")// value changed://    old  GBL.DSP Speed In MHz (CLKOUT) = 600.0000//    new  GBL.DSP Speed In MHz (CLKOUT) = 501.0000prog.module("GBL").CLKOUT = 501.0000// value changed://    old  MEM.Stack Size (MAUs) = 1024//    new  MEM.Stack Size (MAUs) = 2048prog.module("MEM").STACKSIZE = 2048// value changed://    old  TSK.Enable TSK Manager = 1//    new  TSK.Enable TSK Manager = 0prog.module("TSK").ENABLETSK = 0// value changed://    old  LOG_system.buflen (words) = 64//    new  LOG_system.buflen (words) = 128prog.module("LOG").instance("LOG_system").bufLen = 128// value changed://    old  logTrace.buflen (words) = 64//    new  logTrace.buflen (words) = 128prog.module("LOG").instance("logTrace").bufLen = 128// value changed://    old  logTrace.comment = "<add comments here>"//    new  logTrace.comment = "default LOG object for application messages"prog.module("LOG").instance("logTrace").comment = "default LOG object for application messages"// value changed://    old  pipRx.nrarg1 = 0//    new  pipRx.nrarg1 = 1prog.module("PIP").instance("pipRx").notifyReaderArg1 = 1// Warning pipRx.nrarg0 tags do not match // value changed://    old  pipRx.nrarg0 = 0//    new  pipRx.nrarg0 = prog.decl("swiRxSplit")prog.module("PIP").instance("pipRx").notifyReaderArg0 = prog.decl("swiRxSplit")// value changed://    old  pipRx.notifyReader = prog.decl("FXN_F_nop")//    new  pipRx.notifyReader = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipRx").notifyReaderFxn = prog.decl("SWI_andnHook")// Warning pipRx.nwarg0 tags do not match // value changed://    old  pipRx.nwarg0 = 0//    new  pipRx.nwarg0 = prog.decl("pioRx")prog.module("PIP").instance("pipRx").notifyWriterArg0 = prog.decl("pioRx")// value changed://    old  pipRx.notifyWriter = prog.decl("FXN_F_nop")//    new  pipRx.notifyWriter = prog.decl("PIO_rxPrime")prog.module("PIP").instance("pipRx").notifyWriterFxn = prog.decl("PIO_rxPrime")// value changed://    old  pipRx.framesize (words) = 8//    new  pipRx.framesize (words) = 80prog.module("PIP").instance("pipRx").frameSize = 80// value changed://    old  pipRx.bufalign = 1//    new  pipRx.bufalign = 32prog.module("PIP").instance("pipRx").bufAlign = 32// value changed://    old  pipRx.comment = "<add comments here>"//    new  pipRx.comment = "pipe to which input frames are DMA-ed from the codec"prog.module("PIP").instance("pipRx").comment = "pipe to which input frames are DMA-ed from the codec"// value changed://    old  pipRx0.nrarg1 = 0//    new  pipRx0.nrarg1 = 1prog.module("PIP").instance("pipRx0").notifyReaderArg1 = 1// Warning pipRx0.nrarg0 tags do not match // value changed://    old  pipRx0.nrarg0 = 0//    new  pipRx0.nrarg0 = prog.decl("swiAudioproc0")prog.module("PIP").instance("pipRx0").notifyReaderArg0 = prog.decl("swiAudioproc0")// value changed://    old  pipRx0.notifyReader = prog.decl("FXN_F_nop")//    new  pipRx0.notifyReader = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipRx0").notifyReaderFxn = prog.decl("SWI_andnHook")// value changed://    old  pipRx0.nwarg1 = 0//    new  pipRx0.nwarg1 = 2prog.module("PIP").instance("pipRx0").notifyWriterArg1 = 2// Warning pipRx0.nwarg0 tags do not match // value changed://    old  pipRx0.nwarg0 = 0//    new  pipRx0.nwarg0 = prog.decl("swiRxSplit")prog.module("PIP").instance("pipRx0").notifyWriterArg0 = prog.decl("swiRxSplit")// value changed://    old  pipRx0.notifyWriter = prog.decl("FXN_F_nop")//    new  pipRx0.notifyWriter = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipRx0").notifyWriterFxn = prog.decl("SWI_andnHook")// value changed://    old  pipRx0.numframes = 2//    new  pipRx0.numframes = 1prog.module("PIP").instance("pipRx0").numFrames = 1// value changed://    old  pipRx0.framesize (words) = 8//    new  pipRx0.framesize (words) = 40prog.module("PIP").instance("pipRx0").frameSize = 40// value changed://    old  pipRx0.comment = "<add comments here>"//    new  pipRx0.comment = "channel #0's input pipe"prog.module("PIP").instance("pipRx0").comment = "channel #0's input pipe"// value changed://    old  pipTx0.nrarg1 = 0//    new  pipTx0.nrarg1 = 2prog.module("PIP").instance("pipTx0").notifyReaderArg1 = 2// Warning pipTx0.nrarg0 tags do not match // value changed://    old  pipTx0.nrarg0 = 0//    new  pipTx0.nrarg0 = prog.decl("swiTxJoin")prog.module("PIP").instance("pipTx0").notifyReaderArg0 = prog.decl("swiTxJoin")// value changed://    old  pipTx0.notifyReader = prog.decl("FXN_F_nop")//    new  pipTx0.notifyReader = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipTx0").notifyReaderFxn = prog.decl("SWI_andnHook")// value changed://    old  pipTx0.nwarg1 = 0//    new  pipTx0.nwarg1 = 2prog.module("PIP").instance("pipTx0").notifyWriterArg1 = 2// Warning pipTx0.nwarg0 tags do not match // value changed://    old  pipTx0.nwarg0 = 0//    new  pipTx0.nwarg0 = prog.decl("swiAudioproc0")prog.module("PIP").instance("pipTx0").notifyWriterArg0 = prog.decl("swiAudioproc0")// value changed://    old  pipTx0.notifyWriter = prog.decl("FXN_F_nop")//    new  pipTx0.notifyWriter = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipTx0").notifyWriterFxn = prog.decl("SWI_andnHook")// value changed://    old  pipTx0.numframes = 2//    new  pipTx0.numframes = 1prog.module("PIP").instance("pipTx0").numFrames = 1// value changed://    old  pipTx0.framesize (words) = 8//    new  pipTx0.framesize (words) = 40prog.module("PIP").instance("pipTx0").frameSize = 40// value changed://    old  pipTx0.comment = "<add comments here>"//    new  pipTx0.comment = "channel #0's output pipe"prog.module("PIP").instance("pipTx0").comment = "channel #0's output pipe"// value changed://    old  pipRx1.nrarg1 = 0//    new  pipRx1.nrarg1 = 1prog.module("PIP").instance("pipRx1").notifyReaderArg1 = 1// Warning pipRx1.nrarg0 tags do not match // value changed://    old  pipRx1.nrarg0 = 0//    new  pipRx1.nrarg0 = prog.decl("swiAudioproc1")prog.module("PIP").instance("pipRx1").notifyReaderArg0 = prog.decl("swiAudioproc1")// value changed://    old  pipRx1.notifyReader = prog.decl("FXN_F_nop")//    new  pipRx1.notifyReader = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipRx1").notifyReaderFxn = prog.decl("SWI_andnHook")// value changed://    old  pipRx1.nwarg1 = 0//    new  pipRx1.nwarg1 = 4prog.module("PIP").instance("pipRx1").notifyWriterArg1 = 4// Warning pipRx1.nwarg0 tags do not match // value changed://    old  pipRx1.nwarg0 = 0//    new  pipRx1.nwarg0 = prog.decl("swiRxSplit")prog.module("PIP").instance("pipRx1").notifyWriterArg0 = prog.decl("swiRxSplit")// value changed://    old  pipRx1.notifyWriter = prog.decl("FXN_F_nop")//    new  pipRx1.notifyWriter = prog.decl("SWI_andnHook")prog.module("PIP").instance("pipRx1").notifyWriterFxn = prog.decl("SWI_andnHook")// value changed://    old  pipRx1.numframes = 2//    new  pipRx1.numframes = 1prog.module("PIP").instance("pipRx1").numFrames = 1// value changed://    old  pipRx1.framesize (words) = 8//    new  pipRx1.framesize (words) = 40prog.module("PIP").instance("pipRx1").frameSize = 40// value changed://    old  pipRx1.comment = "<add comments here>"//    new  pipRx1.comment = "channel #1's input pipe"prog.module("PIP").instance("pipRx1").comment = "channel #1's input pipe"// value changed://    old  pipTx1.nrarg1 = 0//    new  pipTx1.nrarg1 = 4prog.module("PIP").instance("pipTx1").notifyReaderArg1 = 4// Warning pipTx1.nrarg0 tags do not match // value changed://    old  pipTx1.nrarg0 = 0//    new  pipTx1.nrarg0 = prog.decl("swiTxJoin")prog.module("PIP").instance("pipTx1").notifyReaderArg0 = prog.decl("swiTxJoin")// value changed://    old  pipTx1.notifyReader = prog.decl("FXN_F_nop")//    new  pipTx1.notifyReader = prog.decl("SWI_andnHook")

⌨️ 快捷键说明

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