uarttestfcfg.tcf
来自「DSP/BIOS Driver Developer Kit 1.11 The 」· TCF 代码 · 共 31 行
TCF
31 行
environment["config._54f_"] = true;/* * The following is a directory import from the near model version * of this file. *//* * ======== dsk5402 ======== * Load the dsk5402 platform. */utils.loadPlatform("Dsk5402");utils.importFile("Dsk5402_ddk.tci");/* Increase the wait states because UART is much * slower than DSP */tibios.GBL.SWWSR = 0x7208;utils.importFile("uarttest.tci");if (config.hasReportedError == false) { prog.gen();} else { throw new Error( "Error in config script -- database not generated." );}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?