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

📄 app.tcf

📁 TI公司的算法标准 Framework5的源代码
💻 TCF
📖 第 1 页 / 共 2 页
字号:
load(utils.findFile('assert.tci'));	 // load assert support// seed file for C:\RF5_NVDK_MD\RF5_MotionDetect\referenceframeworks\apps\rf5_iek\projects\iek6416\app.cdb.a03632: c:\ti6\c6000\bios\include\4.80.208\c64xx.cdbprog.load("c:/ti6/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 = 65536prog.module("MEM").instance("ISRAM").heapSize = 65536// value changed://    old  ISRAM.len = 1048576//    new  ISRAM.len = 1047552prog.module("MEM").instance("ISRAM").len = 1047552// value changed://    old  ISRAM.base = 0//    new  ISRAM.base = 1024prog.module("MEM").instance("ISRAM").base = 1024// add instance MEM.VECTORSVECTORS = prog.module("MEM").create("VECTORS");// value changed://    old  VECTORS.space = "data"//    new  VECTORS.space = "code/data"prog.module("MEM").instance("VECTORS").space = "code/data"// value changed://    old  VECTORS.create a heap in this memory = 1//    new  VECTORS.create a heap in this memory = 0prog.module("MEM").instance("VECTORS").createHeap = 0// value changed://    old  VECTORS.len = 0//    new  VECTORS.len = 512prog.module("MEM").instance("VECTORS").len = 512// value changed://    old  VECTORS.comment = "<add comments here>"//    new  VECTORS.comment = "HWI Vectors"prog.module("MEM").instance("VECTORS").comment = "HWI Vectors"// add instance MEM.BOOTLOADERBOOTLOADER = prog.module("MEM").create("BOOTLOADER");// value changed://    old  BOOTLOADER.space = "data"//    new  BOOTLOADER.space = "code/data"prog.module("MEM").instance("BOOTLOADER").space = "code/data"// value changed://    old  BOOTLOADER.create a heap in this memory = 1//    new  BOOTLOADER.create a heap in this memory = 0prog.module("MEM").instance("BOOTLOADER").createHeap = 0// value changed://    old  BOOTLOADER.len = 0//    new  BOOTLOADER.len = 448prog.module("MEM").instance("BOOTLOADER").len = 448// value changed://    old  BOOTLOADER.base = 0//    new  BOOTLOADER.base = 512prog.module("MEM").instance("BOOTLOADER").base = 512// value changed://    old  BOOTLOADER.comment = "<add comments here>"//    new  BOOTLOADER.comment = "Boot loader"prog.module("MEM").instance("BOOTLOADER").comment = "Boot loader"// add instance MEM.COMMDESCCOMMDESC = prog.module("MEM").create("COMMDESC");// value changed://    old  COMMDESC.space = "data"//    new  COMMDESC.space = "code/data"prog.module("MEM").instance("COMMDESC").space = "code/data"// value changed://    old  COMMDESC.create a heap in this memory = 1//    new  COMMDESC.create a heap in this memory = 0prog.module("MEM").instance("COMMDESC").createHeap = 0// value changed://    old  COMMDESC.len = 0//    new  COMMDESC.len = 64prog.module("MEM").instance("COMMDESC").len = 64// value changed://    old  COMMDESC.base = 0//    new  COMMDESC.base = 960prog.module("MEM").instance("COMMDESC").base = 960// value changed://    old  COMMDESC.comment = "<add comments here>"//    new  COMMDESC.comment = "PCI communication descriptor tables"prog.module("MEM").instance("COMMDESC").comment = "PCI communication descriptor tables"// add instance MEM.SDRAMASDRAMA = prog.module("MEM").create("SDRAMA");// value changed://    old  SDRAMA.space = "data"//    new  SDRAMA.space = "code/data"prog.module("MEM").instance("SDRAMA").space = "code/data"// value changed://    old  SDRAMA.enter a user defined heap identifier label = 0//    new  SDRAMA.enter a user defined heap identifier label = 1prog.module("MEM").instance("SDRAMA").enableHeapLabel = 1// value changed://    old  SDRAMA.len = 0//    new  SDRAMA.len = 268435456prog.module("MEM").instance("SDRAMA").len = 268435456// value changed://    old  SDRAMA.base = 0//    new  SDRAMA.base = -2147483648prog.module("MEM").instance("SDRAMA").base = -2147483648// value changed://    old  SDRAMA.comment = "<add comments here>"//    new  SDRAMA.comment = "External SDRAM EMIF A 256MB"prog.module("MEM").instance("SDRAMA").comment = "External SDRAM EMIF A 256MB"// add instance MEM.SDRAMBSDRAMB = prog.module("MEM").create("SDRAMB");// value changed://    old  SDRAMB.space = "data"//    new  SDRAMB.space = "code/data"prog.module("MEM").instance("SDRAMB").space = "code/data"// value changed://    old  SDRAMB.len = 0//    new  SDRAMB.len = 8388608prog.module("MEM").instance("SDRAMB").len = 8388608// value changed://    old  SDRAMB.base = 0//    new  SDRAMB.base = 1610612736prog.module("MEM").instance("SDRAMB").base = 1610612736// value changed://    old  SDRAMB.comment = "<add comments here>"//    new  SDRAMB.comment = "External SDRAM EMIF B 8MB"prog.module("MEM").instance("SDRAMB").comment = "External SDRAM EMIF B 8MB"// add instance TSK.tskCapturetskCapture = prog.module("TSK").create("tskCapture");// add instance TSK.tskDisplaytskDisplay = prog.module("TSK").create("tskDisplay");// add instance TSK.tskProcesstskProcess = prog.module("TSK").create("tskProcess");// add instance TSK.tskControltskControl = prog.module("TSK").create("tskControl");// add instance LOG.logTracelogTrace = prog.module("LOG").create("logTrace");// add instance MBX.mbxProcessmbxProcess = prog.module("MBX").create("mbxProcess");// add instance STS.stsCycleTimestsCycleTime = prog.module("STS").create("stsCycleTime");// add instance STS.stsExeTimeChPassstsExeTimeChPass = prog.module("STS").create("stsExeTimeChPass");// add instance STS.stsExeTimeChCombostsExeTimeChCombo = prog.module("STS").create("stsExeTimeChCombo");// add instance STS.stsExeTimeChRotatestsExeTimeChRotate = prog.module("STS").create("stsExeTimeChRotate");// add instance STS.stsWaitTimestsWaitTime = prog.module("STS").create("stsWaitTime");// add instance STS.stsExeTimeChDiffstsExeTimeChDiff = prog.module("STS").create("stsExeTimeChDiff");// 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  SDRAMA.heap identifier label = prog.decl("segment_name", "asm")//    new  SDRAMA.heap identifier label = prog.decl("EXTERNALHEAP")prog.module("MEM").instance("SDRAMA").heapLabel = prog.decl("EXTERNALHEAP")// Warning GBL.MIPS tags do not match // value changed://    old  GBL.DSP Speed In MHz (CLKOUT) = 600.0000//    new  GBL.DSP Speed In MHz (CLKOUT) = 480prog.module("GBL").CLKOUT = 480// value changed://    old  MEM.Interrupt Service Table Memory (.hwi_vec) = prog.get("ISRAM")//    new  MEM.Interrupt Service Table Memory (.hwi_vec) = prog.get("VECTORS")prog.module("MEM").HWIVECSEG = prog.get("VECTORS")// value changed://    old  MEM.Stack Size (MAUs) = 1024//    new  MEM.Stack Size (MAUs) = 2048prog.module("MEM").STACKSIZE = 2048// value changed://    old  tskCapture.Priority = 1//    new  tskCapture.Priority = 2

⌨️ 快捷键说明

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