uarttestfcfg.tcf
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. environment["config._54f_"] = true;
  2. /*  ----- direct import of near model script ----
  3. /*
  4.  * ======== uartest_dsk5402cfg.tcf ========
  5.  * Load the dsk5402 platform.
  6.  */
  7. utils.loadPlatform("Dsk5402");
  8. utils.importFile("Dsk5402_ddk.tci");
  9. utils.importFile("uarttest.tci");
  10. tibios.GBL.CALLUSERINITFXN = 1;
  11. tibios.GBL.USERINITFXN = prog.decl("dsk5402_mcbsp_port_enable");
  12. if (config.hasReportedError == false) {
  13.     prog.gen();
  14. } else {
  15.     throw new Error( "Error in config script -- database not generated." );
  16. }